@charset "utf-8";
/* CSS Document */

* {margin:0}

* {padding:0}

body {
	background-color: #C2C8EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

html {
	height: 100%;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
 }

 
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 752px;
}

a img {border: none;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #BA000D;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #BA000D;
	margin-bottom: 5px;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
	padding-bottom: 10px;
}

li {
	padding-bottom: 5px;
}

ol {
padding-left: 14px;
}

ol li {
	margin-left: 7px;
}


.disclaimer {
	font-size: 10px;
}

#outer {
}

#header {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #FFF;
}

.logo {
	width: 250px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #BA000D;
}

#headerImage {
	height: 149px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 0;
	line-height: 0;
	background-color: #FFF;
}

#main {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#navigation {
	width: 250px;
	background-color: #02168A;
	vertical-align: top;
	text-align: right;
	margin-top: 100px;
	padding-top: 45px;
	font-size: 14px;
	color: #FFF;
}

#navigation p {
}

#navigation ul {
	font-size: 16px;
	font-weight: normal;
	list-style-type: none;
	margin-right: 20px;
}

#navigation li {
	margin-bottom: 8px;
}

#navigation a:link {
	color: #FFF;
	text-decoration: none;
}

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

#navigation a:hover {
	color: #959FDB;
	text-decoration: none;
}

#navigation img {
	padding-left: 5px;
	vertical-align: bottom;
	padding-bottom: 1px;
}

#address {
	margin-top: 20px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-right: 20px;
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 30px;
}

#content {
	background-color: #FAFAE5;
	padding: 40px;
	vertical-align: top;
}

#content p {
	margin-bottom: 10px;
}

#content a:link {
	color: #000;
	text-decoration: underline;
}

#content a:visited {
	color: #000;
	text-decoration: underline;
}

#content a:hover {
	color: #333;
	text-decoration: none;
}

#footer {
	font-size: 10px;
	color: #333;
	float: right;
	padding-right: 20px;
}

#footer a:link {
	color: #333;
	text-decoration: none;
}

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

#footer a:hover {
	text-decoration: underline;
}

.imgCenter {
	text-align: center;
}

.imgLeft {
	float: left;
	margin-right: 8px;
	border: 1px solid #999;
	margin-top: 3px;
}

.imgRight {
}


.formLeft {
	padding-right: 4px;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
}

.formTextbox {
	padding-top: 3px;
	padding-bottom: 3px;
}

.special {
width:5px;
visibility:hidden;
}

