body,td,th {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	color: #333333;
	margin:0px;
	}
	
h1 {
	color: #1B3D6C;
	}	
h2 {
	color: #1B3D6C;
	border-bottom:1px dotted #1B3D6C;
	padding-bottom:10px;
	}	
h3 {
	font-size: 18px;
	color: #1B3D6C;
	}	
	h3 a:link {
		color: #1B3D6C;
		text-decoration: none;
	}
	h3 a:visited {
		text-decoration: none;
		color: #999999;
	}
	h3 a:hover {
		text-decoration: none;
		color: #F58431;
	}
    /** used on the apply page **/
    h3.style2 {
        color: #eeeeee;
    }
a:active {
	text-decoration: underline;
}
		
a:link {
	color: #1B3D6C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #F58431;
}
a:active {
	text-decoration: underline;
}
	
	
/* -------- COLORS -------- 

Navy Blue: 1B3D6C
Orange: F58431
Galileo: 708591

 -------- END COLORS -------- */
 
 
 
	
/* -------- Header Styles -------- */	

#header {
	background-color:#1B3D6C;
	height:200px;
	border-bottom:5px solid #F58431;
	}
#headerwrangle { /* this contains all the other information */
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height:200px;
	}
#headerlogo {
	position: relative;
	top:50px;
	}
#headertext {
	position:relative;
	left: 570px;
	font-size: 24px;
	width:450px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
#headerbutton {
	float:right;
	margin-top:20px;
	}
	
#navigation {
	position:relative;
	top: 79px;
	/*position:absolute;
	top: 174px;*/
	line-height:normal;
	}
	
	#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom:5px;
	border-bottom:5px solid #1B3D6C;
	margin-right:10px;
	}
	#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom:5px;
	border-bottom:5px solid #1B3D6C;
	margin-right:10px;
	}
	#navigation a:hover {
		text-decoration: none;
		color: #708591;
		padding-bottom:5px;
		border-bottom:5px solid #708591;
	}
	#navigation a:active {
		text-decoration: none;
	}
	.navigation_current {
	color: #F58431;
	text-decoration: none;
	padding-bottom:5px;
	border-bottom:5px solid #F58431;
	margin-right:10px;
	}
/* -------- End Header Styles -------- */	


/* -------- Main Content Styles -------- */	

#maincontent {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	}
#topimage {
	width:900px;
	}
#leftinfo {
	float:left;
	width: 580px;
	}
#rightinfo {
	float:right;
	width:300px;
	}

/* -------- END Main Content Styles -------- */	


/* -------- Bottom Content Styles -------- */	

#bottom {
	background-color: #708591;
	width: 1000px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-bottom:20px;
	clear:both;	
	}
#btm_top {
	background-image:url(../images/btm_topcurve.gif);
	height:10px;
	width: 1000px;
	}

#btm_right {
	padding:20px;
	width:300px;
	float:right;
	color:#FFFFFF;
	}
	#btm_right p {
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom:5px;
	}
	#btm_right a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
	#btm_right a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	#btm_right a:hover {
	color:#1B3D6C;
	text-decoration:none;
	}
#btm_left {
	float: left;
	padding:20px;
	width:400px;
	color:#FFFFFF;
	}
	#btm_left a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
	#btm_left a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	#btm_left a:hover {
	color:#1B3D6C;
	text-decoration:none;
	}
	
#btm_middle {
	padding:20px;
	width:170px;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	border-left: 1px dotted #A6B4BB;
	border-right: 1px dotted #A6B4BB;
	line-height:18px;
	}
	#btm_middle ul {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
		}
	#btm_middle a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
	#btm_middle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	#btm_middle a:hover {
	color:#1B3D6C;
	text-decoration:none;
	
	}
	
/* -------- END Bottom Content Styles -------- */	

/* -------- Modifier Styles -------- */	

.spacelist li {
	padding-bottom:5px;
	list-style-type:square;
	}
.spacenumbers li {
	padding-bottom:15px;
	}
	
.graybox_benefits {
	border:1px solid #999999;
	margin-top: 10px;
	margin-right:10px;
	}	
/* -------- END Modifier Styles -------- */	

.searchForm{
    background-color: #eeeeee;
    padding: 5px;
}
    .searchForm label{
        font-weight: bold;
    }


.error{
	background: #fff0f0;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 10px;
}