/* CSS Document */

body {
	background-color:#CC6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

a:link {
	color:#990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

#mainlayer {
	position:absolute;
	left:50%;
	top:450px;
	margin:-450px;
	width:900px;
	height:1500px;
	z-index:2;
	background-color: #FFFFFF;
}

#form2 {
	position:absolute;
	left:139px;
	top:592px;
	width:761px;
	height:177px;
	z-index:4;
	border-bottom-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}
	
#form3 {
	position:absolute;
	left:0px;
	top:221px;
	width:800px;
	height:177px;
	z-index:1;
	border-bottom-style: none;
	background-color: #FFFFFF;
}	
.text1 {
	background-color: #FFFFFF;
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.headers {
	border-bottom:thin;
	font-weight:bold;
	}
	
.text2 {
	background-color: #FFFFFF;
	border: none;
}

#navigation {
	position:absolute;
	left:50%;
	margin:-450px;
	top:450px;
	width:100%;
	height:76px;
	z-index:2;
}

.banner {
	position:absolute;
	text-align:center;
	font-weight:bold;
	color:#990000;
	font-size:120%;
	top: 1px;
}

.body {
	position:absolute;
	padding:5px;
	color:#333333;
	}

.nav_text {
	color:#990000;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	background-color: #FFFFFF;
}

.pagetitle {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:150%;
color:#990000;
text-align:center;
font-weight:bold;
}

#page_border {
	position:absolute;
	left:698px;
	top:111px;
	width:202px;
	height:1001px;
	z-index:16;
}
.table_head {
	font-weight: bold;
	color: #990000;
}
.table_content {
	color: #333333;
	}
.alt_text {
	color: #990000;
	text-align: center;
}
.box_words {
	font-style: italic;
	color: #006600;
	text-align: center;
}
