@charset "UTF-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
body {
	background-color: #1F2231;
	margin-top: 0px;
}
a:link {
	color: #7BA9C3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7BA9C3;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1{
	font-size: 17px;
	color: #79A5C0;
}
hr {
	border: 0;
	border-top: 1px solid #243E59;
}
#container {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 358px;
}
#footer {
	background-image: url(../images/footer.png);
	height: 45px;
	clear: both;
	padding-top: 20px;
	padding-left: 30px;
}
#copyright {
	text-align: center;
	background-color: #1F2232;
}
#blurb {
	position: absolute;
	top: -500px;
}
.sidebox {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
#main-content {
	width: 630px;
	float: left;
	margin-left: 20px;
}
#right-column {
	width: 248px;
	margin-right: 54px;
	float: right;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #243E59;	
}

.x3form {
	margin: 0;
}

.x3form_text, .x3form_file, .x3form_password, .x3form_select, .x3form_option, .x3form_checkbox, .x3form_radio, .x3form_textarea, .x3form_submit, .x3form_verification {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.x3form_table {
	background: #1F2232;
}

.x3form_header, .x3form_footer, .x3form_spacer {
	background: #2E415F;
	color: #FFFFFF;
	font-weight: bold;
}

.x3form_alt1 {
	background: #151723;
	color: #FFFFFF;
}

.x3form_alt2 {
	background: #1F2232;
}

.x3form_star {
	font-size: 16px;
	font-weight: bold;
	color: #D94102;
}

.x3form_error {
	background: #E11E45;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.x3form_types {
	font-size: 9px;
}
.buttons {
	text-align: right;
}