@charset "utf-8";
/* CSS Document */

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 766px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #64635F;
} 
#header table {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2E4B8F;
	background-color: #040B51;
}
#header td {
	text-align: right;
	vertical-align: top;
	color: #FFFFFF;
}
.logo {
	background-color: #0033FF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2E4B8F;
	height: 95px;
	text-align: center;
	padding-top: 0px;
}
#slogan {
	font-size: 11px;
	padding-top: 9px;
	padding-right: 38px;
	text-align: left;
	padding-left: 15px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #sidebar1 {
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-size: 0px;
}
.sidebar1-background {
	background-color: #2E4B8F;
	width: 161px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar1 a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #223768;
	width: 140px;
	display: block;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin: 0px;
}
#sidebar1 a:hover {
	color: #CCCCCC;
	background-color: #040B51;
	background-image: url(images/hover.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin: 0px;
	width: 605px;
	min-height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
#footer  {
	text-align: center;
	font-size: 0.7em;
	background-color: #CCCCCC;
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.4em;
} 
#footer   ul   {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer  li  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0;
	display: inline;
}
#footer  a  {
	color: #333333;
}
#footer   a:hover  {
	color: #CC0000;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 7px;
}
.img-border {
	border: 1px solid #CCC;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	font-size: 0.95em;
	color: #040B51;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#mainContent h2 {
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#mainContent h3 {
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#mainContent p {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
#mainContent ul li {
	font-size: 0.75em;
	line-height: 1.4em;
}

#mainContent a {
	color: #515F60;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #990000;
	text-decoration: none;
}
#header-nav {
	float: left;
	width: 768px;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #000000;
	border-top-color: #666666;
}
#header-nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#header-nav a {
	font-size: 0.7em;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
}
#header-nav a:hover {
	color: #FFFFFF;
	background-color: #1D1D1D;
}
.pdf {
	float: left;
	margin-right: 20px;
	width: 46%;
}
#mainContent  .pdf a {
	display: block;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 68px;
	padding-top: 18px;
	padding-bottom: 18px;
	border: 3px double #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.pdf  .sub {
	text-decoration: none;
	color: #828282;
	font-size: 11px;
	margin-top: 3px;
}
#mainContent .pdf a:hover {
	background-color: #FFFFCC;
}
.twoColFixLtHdr #container table tr td #sidebar1 h1 {
	font-size: 13px;
	color: #FFF;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-weight: bold;
	margin-right: 15px;
}
.holder01 {
	width: 570px;
	margin-left: 0px;
	font-size: 11px;
}
.holder01 td {
	text-align: center;
	vertical-align: top;
	width: 33%;
	padding-bottom: 30px;
	padding-top: 15px;
}
.holder01 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
