@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bottom_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #9CADC7;
}
#home_page_bg {
	background-image: url(img/main_home_pg_bg.jpg);
	background-repeat: no-repeat;
}

#nav {
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #013161;
	border-right-color: #013161;
	border-bottom-color: #013161;
	border-left-color: #013161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #003162;
	width: 250px;
}
#text_front_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

a:link {
	color: #003162;
	text-decoration: none;
}
#img {
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003162;
	border-right-color: #003162;
	border-bottom-color: #003162;
	border-left-color: #003162;
	margin-top: 10px;
	color: #013161;
}

a:visited {
	color: #003162;
	text-decoration: none;
}

a:hover {
	color: #780202;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:active {
	color: #780202;
}
#interior_page_bg {
	background-image: url(img/main_bg.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-size: 16px;
	color: #780202;
	font-style: italic;
	font-variant: small-caps;
	padding-top: 35px;
	padding-bottom: 15px;
}
#body_text {
	font-size: 12px;
	color: #003162;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #E1EAF2;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003162;
	border-right-color: #003162;
	border-bottom-color: #003162;
	border-left-color: #003162;
	line-height: 125%;
}
#footer {
	font-size: 12px;
	color: #003162;
	background-color: #FFFFFF;
	width: 750px;
	text-align: center;
	padding-left: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 125%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
