/* CSS Document */

body {
	background-color:#061f4e;
}

.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.tableborder_blue {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #061f4e;
	border-left-color: #061f4e;
	border-top-color: #061f4e;
	border-right-color: #061f4e;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:24px;
}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:24px;
	text-decoration: none;
}

a.nav:hover, a.nav:active {
	color: #f3a95a;
}

.homepage1 {
	color: #FFFFFF;
	font-family: "Goudy Old Style","Times New Roman", Times, serif;
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: 400;
}

.homepage2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}

a.footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
}

a.footer:hover, a.footer:active {
	text-decoration:underline;
}

.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	color: #f49938;
	font-weight: bold;
}

.bodycopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d4c4c;
	line-height: 18px;
}

a.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #061f4e;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
 }
 
 a.bodycopy:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #f49938;
	font-size: 13px;
	font-weight: bold;
 }
 
a.bodycopy:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #f49938;
	font-size: 13px;
	font-weight: bold;
 }

input, textarea, select {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.red {
	color:#FF0000;
}

.form_font {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#000000;
}

#contactpadding {
	padding-top:4px;
	padding-left:5px;
}

.orange {
	color: #f49938;
}
