@charset "UTF-8";
body {
	background-image:url(images/bgstripe.gif);
	background-repeat: repeat;
	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;
}


/* Design Styles*/

p {
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 2px;
	}

p.footer {
	font-size: 75%;
	color:#FFFFFF;
}

p.copyright {
	font-size: 60%;
	color:#FFFFFF;
}

h1 {
	font-size: 100%;
	color: #003300;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}


h2 {
	font-size: 90%;
	color: #003300;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom-width:
	border-bottom-color: #003300;
}

h3, h4, h5, h6 {
	font-size: 75%;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #003300;
}

table h3 {
	font-size: 100%;
}

a:link {
	color:#4C8530;
	text-decoration:none;
}

a:visited {
	color:#CC9966;
	text-decoration:none;
}
	

a:hover {
	color:#CC9966;
	text-decoration:underline;
}

a:active {
	color:#CC9966;
	text-decoration:none;
}


ul {
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 2px;
	}
	
ol {
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 2px;
		}
	
li {
	font-size: 100%;
	list-style-position: outside;
	padding-top: 8px;
	}
	
th {
	text-align: left;
	font-size: 80%;
	font-weight:bold;
	}
	
caption {
	text-align: left;
	font-size: 85%;
	font-weight:bold;
	color: #00324A;
	margin-bottom: 5px;
	}
	
td {
	font-size: 80%;
	text-align: left;
}

td p {
	font-size: 100%;
}

th p {
	font-size: 100%;
}

li td {
	font-size: 100%;
}

li caption {
	font-size: 100%;
}

li th {
	font-size: 100%;
}

/* Navigation styles */


/* Flyout Suckerfish */

#nav li:hover { /*IE7 fix for sticky menu */
		position:static;
	}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	background-repeat:repeat;
	list-style: none;
	color: #ffffff;
	text-align:left;
	line-height: 1.9;
}


#nav li { /* all list items */
	position:relative;
	float: left;
	width: 150px; /* width needed or else Opera goes nuts */
	padding:0;
	border-bottom:1px;
	border-bottom-color:#003300;
	border-bottom-style:solid;
}

#nav li a {
	font-size: 11px;
	display : block;
	color : #ffffff;
	text-decoration : none;
	background-color : #001B00;
	padding : 0em 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

#nav li a:hover {
	background-color : #4C8530;
	}

#nav li ul { /* second-level lists */
	font-size:100%;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/* Layout Style*/


.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 10px;

}
.oneColFixCtrHdr #header {
	padding: 0;
	height: 250px;
	width: 900px;
	background-color:#FFFFFF;
}

.background01 {
	background-image: url(images/backgrounds/background01.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.background02 {
	background-image: url(images/backgrounds/background02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.background03 {
	background-image: url(images/backgrounds/background03.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.background04 {
	background-image: url(images/backgrounds/background04.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.background05 {
	background-image: url(images/backgrounds/background05.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.background06 {
	background-image: url(images/backgrounds/background06.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.background07 {
	background-image: url(images/backgrounds/background07.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


.oneColFixCtrHdr #menubar {
	padding: 0;
	height: 30px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 418px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 300px;
}
.oneColFixCtrHdr #footer {
	padding: 10px 20px 15px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
	background-color: #22310F;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin-top: 10px;
}

.oneColFixCtrHdr #footer a:link {
	color:#ffffff;
	text-decoration:none;
}

.oneColFixCtrHdr #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

.oneColFixCtrHdr #footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.oneColFixCtrHdr #footer a:active {
	color:#ffffff;
	text-decoration:underline;
}


.photodivright {
	margin-left:10px;
	margin-right:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:right;
	min-width: 50px;
	min-height:50px;
	width: auto;
	max-width: 550px;
	text-align: right;
}

.photodivleft {
	margin-left:0px;
	margin-right:12px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	min-width: 50px;
	min-height:50px;
	width: auto;
	max-width: 550px;
	text-align: left;
}
.clearfloat {
	height: 0; 
	clear: both;
	}