/* HTML Styles */

	body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:950px;
	margin-top:50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #333333;
	}	

	.clear {
		clear:both;
	}
	
	a, a:hover {
		text-decoration:none;
	}
	
	h1 {
	color:#487c64;
	font-size:12pt;
	font-weight:200;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	}

	h2 {
		color:#487c64;font-size:1.1em;font-weight:200;
	}
	
	h3 {
		padding:0px;margin:0px;
	}

/* Structure Styles */

	.universe {
		border:1px solid #487c64;
	}
	
	.headerContainer {
		padding:20px;
	}
	
	.headerLeft {
		float:left;
		width:192px;
	}
	
	.headerRight {
	float:right;
	padding-top: 20px;
	}
	
	.bodyContainer {
	}
	
	.bodyLeftContainer {
	float:left;
	width:192px;
	height:400px;
	}
	
	.bodyLeftContent {
		padding:10px;
		padding-bottom:30px;
	}	
	
	.leftLink {
		background-image:url(images/gradient_green.jpg);
		background-repeat:x-repeat;
		height:370px;
		text-align:center;
		padding-top:5px;
	}

	.linkTitle {
		font-size:1.0em;
		color:#fff;
		font-weight:bold;
	}

	.leftLink a:hover {
		color:red;
	}
	
	.bodyRightContainer {
		margin-left:192px;
		border-left:1px solid #487c64;
		background-color:#fff;
	}
	
	.flashArea {
	width:755px;
	height:209px;
	}
	
	.bodyContent {
		padding:10px;
		background-color:#fff;
	}
	
	.footerContainer {
		background-image:url(images/gradient_grey.jpg);
		background-repeat:x-repeat;
		height:32px;
	}
	
	.footerContent {
		float:right;
		color:#fff;
		font-size:0.8em;
		padding-right:20px;
		padding-top:9px;
	}

/* Menu Styles */	
	.menuContainer {
		clear:both;
		position:relative;
		z-index:100;
		height:29px;
		background-image:url(images/gradient_green.jpg);
		background-repeat:repeat-x;
	}
	
    .listmenuContainer {
    	margin-left:17em;
    }

	.listmenu {
		height: 29px;
	}
	
	.listmenu ul {
		padding: 0;
		margin: 0;
	}
	
	.listmenu ul li {
		margin: 0;
		list-style-type: none;
		float: left;
	}
	
	.listmenu ul li a {
		padding: 7px 15px 6px 15px;
		display: block;
		color: #fff;
		text-decoration: none;
		margin:0;
	}
	.listmenu ul li a:hover {	
		text-decoration: none;
		color:#fff;
		background-color:#254E28;	
	}
	
	.listmenu ul li ul { /* second-level lists */
		position: absolute;
		width: 12em;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		background: #58855C;
	}

	.listmenu ul li ul li { /* second-level lists */
		float: left;
		width: 12em; /* width needed or else Opera goes nuts */
		list-style-type: none;
		background-color:#58855C;
	}

	.listmenu ul li ul li a { /* second-level links */
		padding: 7px 10px 6px 15px;
		font-weight:normal;	
		margin:0;			
		font-size:0.8em;	
		background-image:none;
		color: #fff;
	}
	
	.listmenu li:hover ul, .nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	.listmenu ul li ul li a:hover {	

	}
	.form-field{
		min-width:150px;
		font-weight:bold;
		padding:5px;
		
	}
	fieldset{
		width:500px;
		padding: 10px;
		margin: 10px;
	}
	input{
		margin-bottom:5px;
}
.form-subhead{
		float:left;
		font-weight:bold;
		padding:5px;
		margin:5px 0 10px;
		font-size:15px;
		
	}

