


body {
	background: #9999CC;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #99CC99;
	text-indent: 40px;
	min-height: 37px;
	background: url(images/header-squares.jpg) no-repeat left top;
	}
	
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #99CC99;
	text-indent: 40px;
	min-height: 37px;
	background: url(images/header-squares.jpg) no-repeat left top;
	}	
	
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #99CC99;
	}	
	
#container {
	width: 800px;
	position: relative;
	margin: -40px auto 0px;
	background: #FFF;
	}
	
#header {
	background: url(images/header.jpg) no-repeat;
	height: 175px;
	}
	
#logo {
	
	}
	
#outercontent2 {

	}
	
#outercontent {
	width: 800px;
	min-height: 340px;
	background: url(images/outer-content-bg.jpg) no-repeat top;
	padding-top: 67px;
	}

#leftnav {
	width: 185px;
	float: left;
	}
	
#leftnav a:link, #leftnav a:visited {
	color: #1B1464;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 5px 5px 21px;
	}
	
#leftnav a:hover, #leftnav a:focus, #leftnav a:active {
	color: #006837;
	}
	
#leftnav ul {
	width: 153px;
	}

#leftnav ul li {
	list-style: none;
	background: #EDEDC9;
	margin-bottom: 8px;
	}
	
#content {
	font-size: 12px;
	width: 615px;
	margin-left: 185px;
	}
	
p {
	line-height: 140%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #000;
	}
	
#prefooter {
	clear: both;
	}
	
#footer {
	height: 196px;
	background: url(images/footer-bg.jpg) no-repeat;
	}
	
	
	
.subnavdiv
{
	width: 100%;
	margin-bottom: 20px;
}

.subnav
{
	margin: 10px;
	padding-top: 5px;
	display: none;
	border-top: #BABAB2 solid 1px;
	border-left: #BABAB2 solid 1px;
	border-bottom: #CCCCE6 solid 1px;
	border-right: #CCCCE6 solid 1px;
}

ul.subnav
{
	margin-top: -0px;
	position:absolute;
	background: #DCDB98 !important;
}

.subnav li
{
	text-decoration:none;
	list-style:none;
	background: #DCDB98 !important;
}

.subnav li a:link, .subnav li a:active, .subnav li a:visited
{
	text-decoration:none;
	background: #DCDB98 !important;
}