@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #BCEBF1;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

a:link {
	color: #CCCC00;
	text-decoration: none;
}
a:visited {
	color: #CCCC00;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

a {
	font-weight: bold;
	text-decoration: none;
}

#centercontainer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	top: 0px;
	height: 100px;
     }
#header {
	position:absolute;
	top:0px;
	width:800px;
	height:135px;
	z-index:1;
}
#navigation {
	position:absolute;
	top:135px;
	width:800px;
	height:34px;
	z-index:2;
}
#subnav {
	position:absolute;
	width:274px;
	background-color: #FFFFFF;
	z-index: 3;
}
#content {
	position:absolute;
	top:168px;
	width:800px;
	z-index:2;
	background-color: #FFFFFF;
	min-height: 635px;
}

#textarea {
	top:25px;
	min-height: 540px;
	background-color: #FFFFFF;
	padding-left: 300px;
	padding-right: 25px;
	padding-top: 10px;
	z-index: 3;
}

#footer {
	width:800px;
	height:75px;
	background-color: #CCCCCC;
	padding-top: 10px;
	background-image: url(images/footer_bg.gif);
	bottom: 0px;
	z-index: 3;
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
