body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;  /*IE Hack to center divs*/
  background-repeat:repeat-x;
  background-color:#EBF4EF; 
}

span.menuSpan {
	background-color:#01684d;
	color:white;
	width:136px;
	display:block;
	padding:2px;
	border:1px solid black;
	border-style:none none solid none;
	text-align: center;
}

p, h1, h2, h3, table { font-family:Verdana, Arial, Helvetica; margin-left:2px; 
                       margin-top:0px; }
h3 { font-family: Verdana, Arial, Helvetica; margin-left:2px; margin-top:2px; text-align:left;
     font-size:13px; }
	 
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; margin-left:2px; margin-top:2px; text-align:center;
     font-size:18px; }

td.roster {border-collapse:collapse; border:solid thin;}
ul.menu { list-style:none; display:block; }
ul.body { list-style:none; display:block; text-indent:30px; }

a.subbanner:link, a.subbanner:visited { 
	background-color:#e1cd91;
	color:#004400; 
	text-decoration:none; 
}

a.subbanner:hover, a.subbanner:active { 
	background-color:#01684d; 
	font-weight:bold; 
	color:white; 
	text-decoration:none; 
}

a.menu:link, a.menu:visited { display:block; padding:1.5px; padding-left:7px; background-color:#FFFFFF; 
								color:#004400; text-decoration:none; padding-right:0px; }
a.menu:hover, a.menu:active { display:block; background-color:#01684d; font-weight:bold; color:white; 
								text-decoration:none; }

a:link, a:visited { color: #004400; text-decoration: underline; }
a:hover, a:active{ color: #004400; text-decoration: underline; }

a.footer:link, a.footer:visited { color: #004400; text-decoration: none; }
a.footer:hover, a.footer:active { color: #004400; text-decoration: underline; }

div.footer {
	padding:5px;
	width:719px;
	background-color:#e1cd91;
	margin:0px;
	position:relative;
	font-size: 9px;
	border:1px solid;
	border-color: #CCCCCC;
}

div.main { 
	margin: 0px; 
	width:730px; 
	padding:0px; 
	background-color:white; 	
	border:1px solid;
	border-color: #CCCCCC;
}

div.maincontent {
	margin:0px; 
	position:float top; 
	padding:5px; 
	height:100%; 
	min-height:400px;
}

div.menu {
	margin:0px 5px 0px 5px;
	width:140px;
	padding:1px 5px 0px 5px;
	background-color:#FFFFFF;
	height:auto;
	float:left;
	text-align: center;
	border:1px solid;
	border-color: #336600;
 }
			
div.banner { 
	margin:0px; 
	background-color:#006633; 
	width:730px; 
	height:150px; 	
	border:1px solid;
	border-color: #CCCCCC;  
}
			 
div.subbanner {
	width:725px;
	height:15px;
	padding:2px;
	margin-top:0px;
	background-color:#e1cd91;
	font-weight: bold;
	text-align: center;
	border:1px solid;
	border-color: #CCCCCC;
}

div.cogsubbanner {
	width:726px;
	height:32px;
	padding:2px;
	margin-top:0px;
	background-color:#e1cd91;
	font-weight: bold;
	text-align: center;
	border:1px solid;
	border-color: #CCCCCC;
}

div.news {
	border:1px solid black;
	margin:5px 5px 15px 5px;
	padding:10px;
	width:350px;
	background-color:#EBF4EF;
	float: right;
}

