* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	text-align: center;
	font:16px Trebuchet MS, Arial, sans-serif;
	color: #666;
}
form {margin:20px 0 0 0; padding: 0;}
	
label,input,textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 175px;
	padding-right: 20px;
}
br {
	clear: left;
}
.img {
	padding:10px;
}
.wrapper {
	position: relative;
	width: 900px;
	font-size: 0.9em;
	margin: 0 auto 20px;
	text-align: left;
}
.headerimg {
	margin-right:25px;
}
.header {
	padding:10px 0;
	height: 90px;
	background:#00008A url('images/menu_stretch.gif') repeat-x bottom;
}
#navcontainer {
	margin-top:18px;
	margin-right:60px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
}
#navlist li a {
	padding:5px 20px;
	font-weight:bold;
	color:#FFF;
}
#navlist li a:hover, #current {
	color:#CCC;
	background:#00008A url('images/menu_hover.gif') repeat-x;
}
#navlist li #current {
	color:#CCC;
}
.content {
	padding:15px;
}
h1 {
	padding:10px;
	color:#00008A;
	font-size:1.6em;
}
h2 {
	width:530px; height:28px;
	margin:15px 0;
	padding-top:3px;
	padding-left:45px;
	color:#FFF;
	background:#999 url('images/header_end.gif') no-repeat;
	font-size:1.1em;
	text-transform:uppercase;
}
h3 {
	padding: 0 0 0.6em;
	color: #333;
	font-size: 1.2em;
}
.services {
	padding:10px;
	float:left;
	margin:0 20px 20px 0;
	width:250px;
	border:0px solid #333;
	background:#f5f5f5;
}
.services h1 {
	padding:0;
	color:#00008A;
	font-size:1.2em;
	margin-bottom:20px;
}
.services h2 {
	padding:0;
	margin:0;
	height:20px;
	color:#3333CC;
	font-size:1.1em;
	background:none;
	text-transform:none;
}
.services p {
	padding:0;margin:0 0 15px 0;
}
#main_content {
	margin:0 0 20px 0;
	float:left;
	width:575px;
}

p {
	padding: 0 0 1em;	
}
a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #999;
}
q {
	font-style: italic;
}
strong {
	font-weight: normal;
}
hr {
	margin-bottom:15px;
}

.download {
	text-align:right;
	margin:10px 15px 0 0;
}
.clear {
	clear:both;
}

.footer {
	height:40px;
	margin:0;
	background:#00008A;
}

.footer p {
	padding:10px 0;
	color: #e1e1e1;
	font:bold 0.8em arial,sans-serif;
	text-align: center;
}
.footer a {
	color: #e1e1e1;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
	text-decoration: none;
}
