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

body {
	margin:0px;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#FFFFFF;
}

a:hover {
	color:#FFFFFF;
}

.topdiv {
	height: 25px;
	background-color:#FFFFFF;
}

.navdiv {
	width: 950px;
	height: 25px;
	margin-left:auto;
	margin-right:auto;
}

.navitem {
	float:right;
	margin-right: 10px;
	width: 100px;
}

.navitem a {
	color:#014a7f;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.navitem a:hover {
	color:#a4cbf8;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.mainwrapper {
	background-color: #014a7f;
	background-image:url(divbg.jpg);
	background-repeat:repeat;
	height: 850px;
}

.maindiv {
	width: 950px;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin-right:auto;
	margin-left:auto;
	height: 800px;
}

.insertdiv_top {
	height: 180px;
}

.insertdiv_mid {
	width: 390px;
	margin-right: 10px;
	float:right;
	text-align: left;
	color:#000033;
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", sans-serif;
	padding: 10px;
	border:#000099 solid;
	border-width: 1px;
}

.insertdiv_mid a {
	color:#000033;
}

.insertdiv_mid a:hover {
	color:#000033;
}

.insertdiv_left {
	text-align:left;
	float:left;
	padding-top: 280px;
	margin-left: 10px;
	width: 430px;
}

.inleft {
	padding: 10px;
	border:#000099 solid;
	border-width: 1px;
}

.insertdiv_right {
	text-align:left;
	float:right;
	margin: 5px;
	width: 450px;
}

.inright {
	padding: 10px;
	border:#000099 solid;
	border-width: 1px;
}

.spacerdiv {
	float:left;
	width: 250px;
	height: 110px;
}

.footer {
	height: 100%;
	background-color:#000000;
	color:#FFFFFF;
	font-size:9px;
}

.special {
	color:#FFFF99;
	font-size:24px;
}

legend {
	color:#a3cffe;
	font-size:18px;
	font-family:"Trebuchet MS", sans-serif;
}

.small {
	color:#FFFFFF;
	font-size:9px;
}

#apDiv1 {
	position:absolute;
	background-image:url(divs.gif);
	left:0px;
	top:0px;
	width:100%;
	height:850px;
	z-index:1;
	display: none;
}

#apDiv2 {
	position:absolute;
	background-image:url(divs.gif);
	left:0px;
	top:0px;
	width:100%;
	height:850px;
	display:none;
	z-index:2;
}

#popupdiv {
	position:absolute;
	background-color:#FFFFCC;
	left: 40%;
	top: 40%;
	width: 400px;
	height: 250px;
	color:#000000;
	padding: 5px;
	border:#000000 solid;
	border-width: 3px;
	text-align:left;
}

#popupdiv a {
	color:#333333;
}

#popupdiv a:hover {
	color:#333333;
}

#img {
	cursor:pointer;cursor:hand;
}

.form_fields {
	width: 250px;
	height: 30px;
	background-color:#000033;
	color:#999999;
	border:hidden;
	font-size:18px;
}

.form_fields_small {
	width: 100px;
	height: 30px;
	background-color:#000033;
	color:#999999;
	border:hidden;
	font-size:18px;
}

.form_field_high {
	width: 250px;
	height: 150px;
	background-color:#000033;
	color:#999999;
	border:hidden;
	font-size:18px;
}

.form_fields_button {
	width: 150px;
	height: 30px;
	background-color:#000033;
	color:#999999;
	border:hidden;
}