/* CSS Document */

body {
	font-size: 11px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
}

#container {
	background: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 4px;
	width: 800px;
	height: auto;
	z-index: 1;
}

/* Header */

#header {
	background: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 800px;
	height: 170px;
	overflow: hidden;
	z-index: 200;
}

#titlebar {
	background: #333366;
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 150px;
	height: 70px;
	overflow: hidden;
	z-index: 50;
}

#logo {
	background: none;
	position: absolute;
	top: 2px;
	left: 1px;
	width: 196px;
	height: 67px;
	overflow: hidden;
	z-index: 100;
}

#formtitle {
	background: none;
	position: absolute;
	top: 20px;
	left: 200px;
	width: 500px;
	height: 30px;
	overflow: hidden;
	z-index: 100;
	color: #CCCCCC;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#header_statement {
	background: none;
	position: absolute;
	top: 80px;
	left: 100px;
	width: 600px;
	height: 50px; 
	color: #31387B;
	font-size: 14px;
	font-weight: bold;
	z-index: 100;
}

#privacy_policy {
	background: none;
	position: absolute;
	top: 125px;
	left: 100px;
	width: 600px;
	height: 15px; 
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	z-index: 125;
}

#privacy_policy a {
	color: #CC0000;
	text-decoration: none;
}

#privacy_policy a:link {
	color: #CC0000;
	text-decoration: none;
}

#privacy_policy a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/* Content */

#form_body {
	position: absolute;
	width: 800px;
	height: auto;
	background: #eaeaea;
	left: 0;
	top: 160px;
	padding-bottom: 25px;
	overflow: hidden;
}
	
.tableitalic {
	font-weight: normal;
	font-style: italic;
}
	
.sectionheader {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}

.center {
	text-align: center;
}

input {
	font-size: 10px;
}

select {
	font-size: 10px;
}

hr {
	color: #CCCCCC;
}

