@charset "UTF-8";
body {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFDE4;
	background-image: url(images/bg-subpage-logo.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 800px;
}
#sidebar {
	color: #333333;
	width: 200px;
	float: left;
	font-size: 12px;
}
#sidebar p {
	text-align: left;
}
#container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 215px;
	min-height:500px;
	height:auto !important;
	height:850px;
	width: 584px;
}
#header {
	height: 150px;
	width: 584px;
}
#navbar {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
#mainContent {
	background-repeat: no-repeat;
	width: 544px;
	margin: 0px;
	background-color: #EDDE9A;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
}

#footer {
	padding: 0px;
	background-image: url(images/subpage-paper-footer.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 584px;
}
#footer p {
	margin: 0px;
	padding: 0px 0px;
	color: #666666;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
	border: 1px solid #FFFFFF;
}
.fltlft {
	float: left;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
	margin-bottom: 4px;
}
a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AD6A26;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}

