body {
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000066;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCFFCC;
	font-size: 11px;
	line-height: 18px;
	color: #000066;
	background-color: #CCFFCC;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;color: #336600;
	text-decoration: none;
}

form {
	background-color: #CCFFCC;
}

h1{
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight:bold;
	color: #006633;
	}
	
h2{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight:bold;
	color: #000066;
	}
		
h3{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight:bold;
	color: #000066;
	}	
		

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCFFCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCFFCC;
}


a:hover {
	text-decoration: underline;
}

#container
{
    min-width: 945px;
	max-width: 945px;
	width:expression(document.body.clientWidth < 945? "945px": document.body.clientWidth > 945? "945px" : "auto");
	}

