

body{ background-color:#000;text-align: center; margin: 0; height: 100%; 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;}

#wrapper{ margin: 20px auto; position: relative; text-align:left; width: 900px; height: 650px; border: 1px #999 solid;}


/* Menu */
.menu{ /*background:url(images/nav_header.png) no-repeat center;*/ background-color:#000; height: 40px; width: 100%; float:left;}
.menu ul {

}




.menu .selected a {
	border-bottom: 3px solid #4aa003;
	
}

.menu ul a:hover {
	border-bottom: 3px solid #4aa003;
}

#mainArea a {
	/*color: #152e53;*/
	
    text-decoration: none;
	text-align: center;
}

#mainArea .selected a {
	border-bottom: 3px solid #962e34;
	
}

#mainArea a:hover {
	border-bottom: 3px solid #962e34;
}

#mainArea a {
	text-decoration: none;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#mainArea {
	position: absolute;
	width: 100%;
	top: 160px;
	left: 0px;
	/*background-image: url(images/grad2Bk.jpg);*/
	background-color:#FFF;
	background-repeat: repeat-y;
	height: auto;
}
#mainArea #content{ float:left; margin-top: 5px;}
#mainArea #textArea {
	overflow-y: scroll;
	width: 885px;
	height: 230px;
	padding-left: 10px;
	padding-right: 5px;
}

#mainArea #content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}
#textArea h1{ text-transform:uppercase;}
#mainArea #footer {
	margin-top:10px;
	width: 900px;

}


.navRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #962E34;
	text-decoration: none;
}
.navGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
