* {margin: 0; padding: 0; border: 0;}
p, h1, h2, h3, h4, h5, h6, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}
ul, ol {
	padding-left: 2em;
}
fieldset {
	border: 1px solid #999999;
}
legend {
	font-weight: bold;
	color: #103190;
	margin: 0 10px;
	padding: 0 5px;
}
input, select, textarea {
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #999999;
}
input:hover {
	border: 1px solid #FF0000;
}
body,td,th {
	font: 11px/140% Verdana, Geneva, sans-serif;
}
body {
	background-color: #000352;
}
a {
	color: #002BB2;
}
div#container {
	width: 927px;
	margin: 0 auto;
	background: url(../images/bg_site_repeat.jpg);
}
div#header {
	background: url(../images/header.jpg) no-repeat;
	height: 190px;
	line-height: 100%;
}
div#header h1 {
	font-size: 10px;
	letter-spacing: 6px;
	padding: 128px 0 0 240px;
	margin: 0;
}
div#topnav {
	float: right;
	margin: 0 28px 0 0;
	font-size: 10px;
}
div#topnav a{
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}
div#topnav img{
	vertical-align: top;
	padding-right: 3px;
}
div#nav {
	text-align: center;
	padding-top: 32px;
	letter-spacing: 2px;
}
div#nav a {
	color: #000;
	text-decoration: none;
}
div#nav ul {
	margin: 0px;
}
div#nav li {
	display: inline;
}
div#left {
	float: left;
	width: 190px;
	padding: 0 0 0 18px;
	font-size: 11px;
}
div#left a {
	text-decoration: none;
}
div#left ul {
	margin: 0px;
	padding: 0px;
}
div#left li {
	list-style: none;
	padding: 0 0 12px 23px;
	background: url(../images/bullet.jpg) no-repeat;
}
div#right {
	float: right;
	width: 190px;
	padding: 0 18px 0 0;
	text-align: center;
	color: #002BB2;
}
div#content {
	float: left;
	margin-left: 5px;
	width: 470px;
	padding: 15px;
	text-align: justify;
}
div#content h1 {
	color: #429BD5;
	font-size: 18px;
	border-bottom: 1px solid #429BD5;
	padding-bottom: 3px;
}
div#footer {
	clear: both;
	background: #0F0054;
	color: #B5C2EA;
	font-size: 9px;
	text-align: center;
	padding: 7px;
	border-top: 2px solid #6BB8EA;
}
div#footer a {
	color: #ADBCE7;
}
.aligncenter {
	text-align: center;
}
