﻿* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff url("images/header.gif") repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;;
}

img { border: none; }
a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #800000;
}

#wrap {
width: 700px;
margin: 0px auto;
}

#header {
height: 90px;
}

#header h1 {
	padding: 10px 0 5px 10px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
#header h1 a {
color: #000;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #666;
}
#header h2 {
	padding-left: 11px;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

.right {
	float: right;
	width: 480px;
	text-align: justify;
	padding: 10px 20px 10px 40px;
	border-left: 1px solid #aaa;
	border-left-color: #000066;
}
.right h2 {
	color: #000066;
	font-size: 1.5em;
	font-weight: bold;
	padding : 10px 0 15px 0;
}
.right h2 a {

}
.right h2 a:hover {

}
.left {
float: left;
width: 150px;
padding: 10px 0 10px 0px;
}
.left h2 {
	font-size: 13px;
	color: #000066;
	padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 5px;
}
.left ul li {
	padding: 2px 5px 2px 5px;
}

.left ul li a {
	display: block;
	color: #800000;
}
.left ul li a:hover {
	color: #000066;
	text-decoration: underline;
}
.footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px;
	background: #800000;
	border-top: 1px solid #aaa;
	border-top-color: #FFFFFF;
}
.footer  a {
	color: #FFFFFF;
	text-decoration: underline;
}
.right h3 {
	color: #800000;
	font-size: 1em;
	font-weight: bold;
	padding : 10px 0 15px 0;
}
p {
	margin-bottom: 7px;
}
.legaltext {
	font-size: 8pt;
	line-height: normal;
}
.centeredtext {
	text-align: center;
	font-size: 12px;
}
.mission {
	text-align: center;
	line-height: normal;
	font-style: italic;
	border: 1px dotted #800000;
	font-size: 11px;
	color: #000080;
}


