@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #a51e22;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	text-align: left;
	margin-left: auto;
	height: 1015px;
}
.twoColFixLtHdr #container a:link {
	color: #FFFFFF;
}
.twoColFixLtHdr #container a:visited {
	color: #FFFFFF;
	vertical-align: middle;
}
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	width: 100%;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #7091c4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 220px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	margin-top: 10px;
} 
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4B6FA8;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #a51e22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #footer p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4B6FA8;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}


#sidebar1 li a {
	padding: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: block;
	width: 190px;
	margin: 0px;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4b6fa8;
}
#sidebar1 li a:hover {
	color: #FFFFFF;
	background-color: #4b6fa8;
}

#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4b6fa8;
}
#sidebar1 li {
	background-color: #7091C4;
	width: 200px;
	padding: 0px;
}

#navbar ul {
	margin:0px;
	list-style: none;
	text-align: center;
}
#navbar li {
	display: inline;
}
#navbar li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#navbar {
	background-color: #7091C4;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4b6fa8;
}

#navbar li a:hover {
	display: inline;
	color: #A51E22;
}

