
body {
	background-color: #40647b;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;

font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	
}

a{
FONT-WEIGHT: bold;
 FONT-SIZE: 14px;
 COLOR: rgb(0,36,106); 
font-size:12px;
}

.greenhead {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0e6298;

}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
color:#7AA137;
	font-weight:bold;
}

.holder{ position:relative;
z-index:999;
visibility:visible;
}

.flyout{
position:absolute;
z-index:999;
left:192px;
top:-30px;
visibility:hidden;

}

.navlinks{ display:block;
background-color:#D3DEE4;
color:#474B4E;
text-decoration:none;
width:192px;
padding:7px;
border-bottom:1px solid #cccccc;

}

a:hover.navlinks{
background-color:#BAD0DE;
}

.footer{
text-decoration:none;
color:#7FA63B;

}
a:hover{text-decoration:underline;}
