@charset "utf-8";
/* CSS Document */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	color: #FFFFFF;
}
 #container {
	width: 767px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}  
 #header {
	height: 130px;
} 
 #container #mainContent h1 {
	color: #FFFFFF;
}
 #container #mainContent h3 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../i/headerbg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 5px;
	font-size: 105%;
}
 #container #mainContent h4 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../i/headerbgblue.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 5px;
	font-size: 105%;
}
#container #mainContent p {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
 #container #mainContent a:link, #container #mainContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 #container #mainContent a:hover, #container #mainContent a:active {
	color: #00FF66;
}
 #container #header #headernavbar ul {
	padding: 0px;
	margin: 0px;
}
 #container #header #headernavbar li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;

}
 #container #header #headernavbar a {
	display: block;
	width: 122px;
	padding-top: 3px;
	border: 1px solid #FFFFFF;
	text-align: center;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}

 #container #headernavbar {
	width: 767px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 #headernavbar a:link, #headernavbar a:visited {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
 #headernavbar a:hover, #headernavbar a:active {
	color: #000000;
	background-color: #00CC00;
}
#container #mainContent .td1 img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}


 #header h1 {
	margin: 0;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the " #sidebar1 p" rule.
*/
 #sidebar1 {
	width: 10em;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 15px;
	float: left;
	text-align: center;
	margin-left: 5px;
}
 #sidebar1a {
	width: 10em;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	float: left;
	text-align: center;
	background-color: #040405;
}
 #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

 #mainContent {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0em;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	float: left;
	width: 590px;
} 
 #footer {
	background-image: url(../i/footerbg.jpg);
	background-repeat: no-repeat;
	height: 60px;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
hr {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
}
.td1 {
	background-image: url(../i/headerbg.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-weight: bold;
}
.td2 {
	background-image: url(../i/headerbgblue.gif);
	background-repeat: repeat-y;
	font-weight: bold;
}
#container #mainContent .td1 a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}



 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
 #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-decoration: none;
}


/* Miscellaneous classes for reuse */
.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: 8px;
	border: 1px solid #FFFFFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #FFFFFF;
}
.fltrtnb { /* 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: 8px;
}
.fltlftnb { /* 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;
}
 #sidenav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
 #sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

 #sidenav li {
	text-decoration: none;
}
 #sidenav a {
	display: block;
	width: 125px;
	padding-bottom: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 3px;
	margin-right: 1px;
	border: 1px solid #FFFFFF;
}
 #sidenav a:link, #sidenav a:visited {
	color: #FFFFFF;
	background-color: #330000;
	text-decoration: none;
}
 #sidenav a:hover, #sidenav a:active {
	color: #FF6600;
	background-color: #000000;
}
 #mainContentindex {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0em;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	float: left;
	background-repeat: no-repeat;
	width: 95%;
} 
 #container #mainContentindex h3 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../i/headerbg.gif);
	background-repeat: no-repeat;
}
#container #mainContent table td {
	vertical-align: top;
	font-size: small;
}
#sidebar1  h4 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../i/headerbgblue.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 5px;
	font-size: 105%;
}
