@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
.wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.rightpad {
	margin-right: 50px;
}
#nav {
	height: 39px;
	background-color: #222c79;
	text-align: right;
}
#nav ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 39px;
	padding-bottom: 5px;
}
#nav ul li a:hover, .current {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#logoheader {
	height: 271px;
	width: 1000px;
}
#buttons {
	float: right;
	padding-right: 50px;
}
#logo {
	float: left;
	padding-left: 100px;
}
#imgheader {
	background-color: #1C1F38;
}
#main {
	width: 900px;
	float: left;
	padding-left: 50px;
	padding-bottom: 40px;
}
#content {
	float: left;
	width: 548px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #222c79;
	font-size: 22px;
	font-weight: normal;
	padding-top: 25px;
}
#content p, #content ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #1d1d1d;
}
#content a, #content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #1D2B91;
	text-decoration: none;
}
#sidebar {
	float: left;
	width: 350px;
	text-align: right;
}
#blue {
	text-align: left;
	background-color: #222C79;
	margin-left: 25px;
	padding: 15px;
}
#blue h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
#blue p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#blue ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	padding-left: 25px;
	font-style: italic;
}
#blue a, a:hover {

	color: #ffffff;
	text-decoration: underline;
}
#sidebar img {
	border: 13px solid #222C79;
}
#footer {
	background-color: #1c1f38;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* Clearing Floats! */

.clearFloat:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.clearFloat {

	display: inline-block;

}



/* Hides from IE-mac \*/

* html .clearFloat

{height: 1%;}



.clearFloat

{display: block;}

/* End hide from IE-mac */.thumbBorder {

	border: 5px solid #CCCCCC;

	float: left;

}

/* form */

br.clearfix {

	display: block;
	height: 1px;
	display: hidden;
	clear: both;
}
label {

	float: left;
	width: 436px;
	margin-bottom: 12px;
}
input, textarea {

	width: 436px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #222c79;
	padding: 5px;
	margin-top: 3px;
	border: #1d1d1d inset 1px;
}
label.two {

	float: left;
	width: 206px;
	margin-right: 24px;
	_margin-right: 10px;
}
input.two {

	width: 206px;
	
}
label.three {

	float: left;
	width: 128px;
	margin-right: 26px;
	_margin-right: 12px;
}
input.three {
	width: 128px;
}
textarea {

	height: 100px;
}
input.button {

	width: auto;
	background: #222c79;
	color: #ffffff;
	padding: 5px 25px;
	margin-top: 10px;
}
