@charset "utf-8";
/* CSS Document */

body {
	background-color: #666666;
	font: normal 13px 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	margin: 10px;
	padding: 0;
	height: auto%;
	overflow: visible;
	}
	#container {
	background-color: #ffffff;
	overflow: auto;
}
	#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	height: 100%;
	}
#header {
	position: relative;
	margin: 0 0 1px 0;
	padding: 0;
	top: 0px;
	background-image: url("../graphics/indexBanner2.jpg");
	width: 800px;
	height: 200px;
	background-color: #666666;
}

img {
	border: none;
	}
	
#homenav {
	position: absolute;
	margin: 0 0 1px 0;
	text-align: center;
	top: 181px;
	width: 800px;
	height: 20px;
	font-weight: bold;
	left: 0px;
	/*left: 108px;*/
}
#homenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#homenav li {
	text-decoration: none;
	color: black;
	display: inline;
	text-align: right;
	
}

#topNav ul {
	margin: 0;
	padding: 0;
	width: 800px;
	background-color: #666666;
	text-align: right;
}
#topNav ul li {
	text-align: right;
	display: inline;
	background-color: #666666;
	color: white;
}
	
#topNav a {
	display: inline;
	text-align: right;
	text-decoration: none;
	list-style: none;
	background-color: #666666;
	color: white;
}	
#side-a {
	margin: 0 0 0 0; 
	padding: 0;
	float: left;
	width: 165px;
}
#side-b { 
	margin: 0; 
	float: left;
	width: 612px;
	/*padding-right: 4px;*/
	background-color: #ffffff;
	 height: 100%;
	height: 1%; /*Holly hack for Peekaboo Bug */
}

/**menu**/


	.menu{
		float: left;
	font: normal 13px 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	width: 165px;
	border: 1px solid #C0C0C0;
	background-color: #CCCC99;
	color: #595959;
	text-align: left;
	}
	.menu ul{
		float: left;
	width: 165px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solic #c0c0c0;
	background-color: #CCCC99;
	tex-align: left;
	display: block;
	}
	.menu ul li {
	margin: 0;
	padding: 4px 0 4px 2px;
	font-size: small;
	border-bottom: 1px solid #COCOCO;
	width: 100%; /*define for IE6's sake*/
	width: 165px;
	display: block;
	}
	.menu ul li a:link {
	padding: 0;
	padding: 4px 0 4px 2px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	width: 165px;
	border-bottom: 1px solic #COCOCO;
	font-weight: normal;
	text-decoration: none;
	color: #595959;
	}
	.menu ul li a:hover {
	margin: 0;
	background-color: #E2E1C5;
	color: black;
	text-decoration: none;
	width: 100%;
	width: 165px;
	display: block;
	}
	.menu ul li a:visited {
	color: #595959;
	}
	li.selected a{ /*selected main tab style */
	background-color:#E2E1C5;
	}
	li.menuSub a{
	padding: 4px 0 4px 4px;
	font-size: small;
	font-style: italic;
	font-weight:normal;
	border-bottom: 1px solic #COCOCO;
	width: 100%;
	}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: none;
	width: 165px;
}
b {
	font-weight: bold;
	text-align: center;
}

.em {
	font-style: italic;
	font-weight: bold;
}
img.floatLeft {
	border: 2px solid black;
	float: left;
}
img.floatRight {
	float: right;
}

#footer {
clear: both;
height: 25px;
background: #ffffff;
color: black;
font-family: Geneva, Arial, Helvetica, sans-serif;
padding: 1em;
font-size: 0.8em;
text-align: center;
}

