@charset "UTF-8";
/* CSS Document */

body {
	background-color: #DFF7FF;
}
.topnav {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	background-position: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0088CD;
}
a:hover {
	text-decoration: none;
	color: #5195B8;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.topnavsub {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	text-align: center;
}
.bottom_brd {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.photos_spacing {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.full_brd {
	border: medium solid #003366;
}
.headers {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	padding-top: 10px;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
.btm_links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.right_column_brd {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #003366;
}
.left_column_brd {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #003366;
}
.bottom_brd_nav {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #5E92AA;
}
.Subheaders {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58A0DE;
	padding-top: 10px;
}

/*FORM*/
.form_rows{
padding-bottom:5px;
}
form{


}
.lbl_form{
float:left;
width:150px;



}
.lbl_right{
float:right;

}
.form_rows{
clear:both;


}
#form_send{
text-align:left;

}
