﻿
html
{
	padding: 0;
	margin: 0;
}

body
{
	background: #2069bc url("../images/background.gif") top left repeat-x;
	padding: 15px;
	text-align: center;
	color: #777;
	font-family: "Arial", sans-serif;
	font-size: 0.8em;
}

h1
{
	color: #303A6D;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}

h3
{
	margin: 0 0 10px 0;
	padding: 0;
}

a
{
	color: #303a6d;
	text-decoration: none;
}
a:visited
{
	color: #333333;
}

div#subheader h2
{
	padding: 0 0 10px 0;
	margin: 0;
	color: #fff;
}

div#container
{
	margin: 0 auto 0 auto;
	width: 760px;
	text-align: left;
}

div#header
{
	background-position: center;
	background: #FFFFFF no-repeat left
top;
	padding: 10px 0 10px 0px;
	color: #000000;
}
div#subheader
{
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

ul#navigation
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navigation li
{
	float: left;
	margin: 0 1px 0 0;
	padding: 8px 10px 8px 10px;
	color: #000;
	font-size: 0.8em;

	border-bottom: 1px solid #000;

	background: #fff url("../images/tab_background.gif") top left repeat-x;
	font-family: "Verdana", sans-serif;
}

ul#navigation li a
{
	color: #000;
	text-decoration: underline;
}

ul#navigation li.active
{
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background: #fff;
}

div#content
{
	background-position: left bottom;
	padding: 18px 25px 18px 25px;
	line-height: 1.5em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url('../images/b.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #303a6d;
}

div#subcontent
{
	background: #871e08 url("../images/footer_background.gif") top left repeat-x;
	padding: 28px 18px 18px 18px;
	color: #b0b0b0;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

div#footer
{
	padding: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

div#footer a, div#footer a:active, div#footer a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}
.header_img_left {
	vertical-align: middle;
	margin-left: 10px;
}
.centered_text {
	text-align: center;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}

.img_left_content {
	float: left;
	padding-right: 10px;
}
.img_right {
	vertical-align: middle;
	float: right;
}

a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

#nav {
	margin: 0px auto 0px auto;
	width: 760px;
	height: 50px;
	text-align: center;
}
#nav ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#nav a, #nav strong, #nav span {
	display: block;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#nav a { float:none; }
#nav li { float:left; color: #FFF; margin:0; padding:0 0 0 0px; }
#nav #current a {
	float: left;
	color: #FFFFFF;
	border-bottom: 12px solid #000;
	border-top: 3px solid #FF9C00;
	padding: 0 10px 5px 10px;
	border-top-color: #004d70;
	border-bottom-color: #303a6d;
	text-align: center;
	border-top-width: 3px;
	border-bottom-width: 8px;
	background-color: #303A6D;
}
#nav a:hover {
	float: left;
	color: #FFFFFF;
	padding: 0 10px 5px 10px;
	border-bottom: 12px solid #000;
	border-top: 3px solid #FF9C00;
	border-top-color: #004d70;
	border-bottom-color: #303a6d;
	border-top-width: 3px;
	border-bottom-width: 8px;
}
#nav .padding {
	padding: 5px 0 0 10px;
}
.red_text {
	color: #FF0000;
}
.smaller_text {
	font-size: .8em;
}
.img_left {
	float: left;
}
.img_right-content {
	float: right;
	padding-left: 10px;
}
.smallest_text {
	font-size: .7em;
}
blockquote {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	font-style: italic;
}
.dark_blue_text {
	color: #303a60;
}


