body {
	background-color: #025082;
	font: normal 12px "Trebuchet MS","Verdana","Lucida Sans","arial",sans-serf;
	color: #222;
	line-height: 1.5;
}
img {
	border: none;
}
a {
	color: #0C567E;
	text-decoration: underline;
}
a:hover {
	color: #2375A1;
	text-decoration: none;	

}
a:visited {
	color: #235E7E;
}
a:active {
	color: #032E46;
	text-decoration: none;	
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}
h1 {
	font-family: "Gill Sans","Century Gothic","Arial",sans-serif;
	color: #025082;
	font-size: 20px;
	margin: 0;
}
h2 {
	font-family: "Gill Sans","Century Gothic","Arial",sans-serif;
	color: #5D5937;
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom: 1px solid #e8e8e8;
}
#site {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#mast {
	width: 100%;
}
#mainNav {
	height: 25px;
	width: 100%;
	background-color: #FFF;
	margin-top: 10px;
	padding-top: 7px;
	border: 1px solid #333;
}
	#mainNav a{
	font-family: "Century Gothic","Gill Sans","Arial",sans-serif;
	margin-left: 23px;
	color: #025082;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	#mainNav a:hover {
		color: darkred;
	text-decoration: underline;
	}
#content {
	background-color: #FFF;
	height: 200px;
	vertical-align: top;
	padding: 15px;
	border: 1px solid #333;
}
	#content p {
		line-height: 1.7;

	}
#list2 a {
	text-decoration:none;
}
#subNav {
	width: 285px;
	vertical-align: top;
}
	#subNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	}
	#sub1 {
	background: url('../img/sub1_on.gif') no-repeat #025082; width:285px; height:43px;
	background: url('../img/sub1_off.gif') no-repeat #025082; width:285px; height:43px;
	}
	#sub2 {
	background: url('../img/sub2_on.gif') no-repeat #025082; width:285px; height:32px;
	background: url('../img/sub2_off.gif') no-repeat #025082; width:285px; height:32px;
	}
	#sub3 {
	background: url('../img/sub3_on.gif') no-repeat #025082; width:285px; height:32px;
	background: url('../img/sub3_off.gif') no-repeat #025082; width:285px; height:32px;
	}
	#sub4 {
	background: url('../img/sub4_on.gif') no-repeat #025082; width:285px; height:32px;
	background: url('../img/sub4_off.gif') no-repeat #025082; width:285px; height:32px;
	}
	#sub5 {
	background: url('../img/sub5_on.gif') no-repeat #025082; width:285px; height:32px;
	background: url('../img/sub5_off.gif') no-repeat #025082; width:285px; height:45px;
	}
	
	#sub1:hover {
	background: url('../img/sub1_on.gif') no-repeat #025082; width:285px; height:43px;
	cursor: pointer;
	}
	#sub2:hover {
	background: url('../img/sub2_on.gif') no-repeat #025082; width:285px; height:32px;
	cursor: pointer;
	}
	#sub3:hover {
	background: url('../img/sub3_on.gif') no-repeat #025082; width:285px; height:32px;
	cursor: pointer;
	}
	#sub4:hover {
	background: url('../img/sub4_on.gif') no-repeat #025082; width:285px; height:32px;
	cursor: pointer;
	}
	#sub5:hover {
	background: url('../img/sub5_on.gif') no-repeat #025082; width:285px; height:45px;
	cursor: pointer;
	}
	
	
	#sub1:active {
	background: url('../img/sub1_on.gif') no-repeat #025082; width:285px; height:43px;
	opacity: .80;
	filter-opactiy: 80;
	cursor: pointer;
	}
	#sub2:active {
	background: url('../img/sub2_off.gif') no-repeat #025082; width:285px; height:32px;
	opacity: .80;
	filter-opactiy: 80;
	cursor: pointer;
	}
	#sub3:active {
	background: url('../img/sub3_off.gif') no-repeat #025082; width:285px; height:32px;
	opacity: .80;
	filter-opactiy: 80;
	cursor: pointer;
	}
	#sub4:active {
	background: url('../img/sub4_off.gif') no-repeat #025082; width:285px; height:32px;
	opacity: .80;
	filter-opactiy: 80;
	cursor: pointer;
	}
	#sub5:active {
	background: url('../img/sub5_off.gif') no-repeat #025082; width:285px; height:45px;
	opacity: .80;
	filter-opactiy: 80;
	cursor: pointer;
	}
	
	
	
#forms {
	width: 285px;
	background: url('../img/forms.gif') no-repeat #025082;
	height: 185px;
	margin-top: 5px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
}


.contact {

}
.contact th {
	text-align: right;
}

#bottom {
	text-align: center;
	color: #FFF;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bread {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 4px;
}
#content li {
	margin-bottom: 5px;
	font-size: 13px;
}
select {
	font-size: 14px;
}