/* 

COLORS:

#002A54 - Navy
#97CC42 - Lime Green
#74A942 - Lime Green Text (darker)
#D9E8F4 - Light Blue

*/

body {
	background-color:#395F80;
	background-image:url(../images/bgTile.jpg);
	background-repeat:repeat-x;
	margin: 30 0 0 0;
	}
	
	
/* TEXT */

.heading {
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:30px;
	color:#002A54;
	}
.text {
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
	}
.alt {
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#002A54;
	}
a.legal {
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	}
a.legal:hover {
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	}
.copyright {
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	}
a.small {
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#002A54;
	text-decoration:underline;
	}
a.small:hover {
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#74A942;
	text-decoration:none;
	}
a.subnav {
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#002A54;
	text-decoration:none;
	margin:0 0 0 15px;
	}
a.subnav:hover {
	color:#74A942;
	}
a {
	color:#002A54;
	}
a:hover {
	color:#74A942;
	}
	
	
/* PLACEMENT */

.bottom {
	background-image:url(../images/shadow_bottom.jpg);
	background-repeat:no-repeat;
	width:912px;
	height:41px;
	font-family:"Trebuchet MS", "Geneva CE", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
.top {
	background-image:url(../images/topTile.jpg);
	background-repeat:repeat-x;
	width:900px;
	}
.navs {
	width:550px;
	float:right;
	margin:61px 0 0 0;
	}
.left {
	width:221px;
	float:left;
	margin:10px 0 0 10px;
	}
.middle {
	width:355px;
	float:left;
	margin:15px 0 0 35px;
	}
.right {
	width:204px;
	float:right;
	margin:10px 10px 0 0;
	}
	
	
/* SEARCH BAR */

.field {
	background-image:url(../images/formM.gif);
	background-repeat:repeat-x;
	width:110px;
	height:25;
	padding:6px 0 0 0;
	border:0;
	float:left;
	}
.roundL {
	background-image:url(../images/formL.gif);
	width:9px;
	height:25;
	display:block;
	float:left;
	}
.roundR {
	background-image:url(../images/formR.gif);
	width:9px;
	height:25;
	display:block;
	float:left;
	}
.formCont {
	margin:7px 0 0 0;
	width:130px;
	height:25;
	}