/* main layout */ 
body { 
 width:640px;
 background:   url("images/bodybg.gif") top center #fff;
 margin:0px auto; 
 text-align:center;
 font-family: "Lucida Sans", Arial, Helvetica, Sans-Serif;
}
#header,#subhead;#menusection,#content,#sub-section,#footer {overflow:hidden;display:inline-block;text-align:left}
/* safari and opera need this */
#header,#menusection {float:left; }
#header {width:22.9%; no-repeat;}
#menusection  {width:75.9%; font-size: 10px; color:#006666;}
#subhead {width:100%; background:  url("images/winmar1.jpg") center no-repeat transparent;height:200px;}
#subhead{clear:left; border-top: 2px solid #006666;}
#footer {width:100%; }
#content,#sub-section {float:left; text-align:left;padding:3px;}
#content {width:69.9%; background: transparent; color: #006666;}
#sub-section {width:24.9%; background: #006666; color: White;}
#footer {clear:left; border-top: 2px solid #006666; color:#006666} 

hr {
font-size: 11px;
text-transform:uppercase;
padding:5px 15px;
margin:0px; 
color: #006666;}

P { 
font-size: 80%; padding: 5px;}

a, a:link, a:visited, a:active
{
	text-decoration: underline;
	cursor: pointer;
	font-size:10px;
	color: #00868B;
	
}
a:hover
{
	text-decoration: none;
	color: #CD5B45;
	}
ul, li {font-size: 80%; }	

h1 {color: #218868;}
h2 {color:#006666;}
h3 {color:#CD5B45;}
.standout {color: #cd3700}
.floatright
{
float: right;
margin: 5px 5px 10px 10px;
clear: right;
}