@charset "utf-8";
body {
	background-color: #001C6E;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000FF;
	line-height: 125%;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
#navbar {
	background-image: url(img/navbar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}
#nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	color: #FFFFFF;
}
#nav_active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	color: #0000FF;
	background-color: #F9FAFC;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	vertical-align: middle;
}

#redbar {
	background-image: url(img/redbar.jpg);
	background-repeat: repeat-x;
	height: 9px;
	margin: 0px;
	padding: 0px;

}
#bkgrd_text {
	background-image: url(img/bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #F7FAFF;
}
#img {
	margin-top: 15px;
	margin-bottom: 5px;
	border: medium ridge #0000FF;
}

#bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 125%;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#coup {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #001C6E;
	border: medium dashed #FF0000;
	padding: 5px;
	text-align: center;
	font-style: oblique;
}
#bodytextdisclaimer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 150%;
}
#footer_brdr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}




#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 150%;
}
