body {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	/*background-color:#EAF4F4;*/
	background-color:#a1d5be;
}

.siteBody {
	position: absolute;
	left: 50%;
  	margin-left: -505px;
	width: 962px;
	border:#666 solid 1px;
	background-color:#FFF;
	}

.headerRegion	{
	position:relative;
	height: 126px;
			}

.nav	{
	position:relative;
	height: 40px;
	left: 20px;		
	}

.navArea	{
	position:relative;
	height: 25px;
	font-weight:bold;
	background-image:url(images/navBG.png); 
	background-position:top;
	background-position:left;
	background-repeat:no-repeat; 
			}

.mainContent	{
	position:relative;
	height: 500px;
	text-align:justify;
	background-image:url(images/siteBG.png); 
	background-repeat:no-repeat; 
	background-position:center;
			}
			
.error	{
	background-color:#FF0D0D;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
			}			

td { font-size:12px; }	

textarea { 
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70; 
	border:2px solid #000000; 
	padding: 3px;
	color:#000000;
}

input { 
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70; 
	border:2px solid #000000; 
	padding: 3px;
	color:#000000;
}

select 	{ 
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;  
	border:2px solid #000000; 
	padding: 1px;
	width: 120px;
	color:#000000;

}

option 	{ 
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90; 
	border:1px solid #000000; 
	color:#000000;
}


a.contentLink:link {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}

a.contentLink:active {
	font-size:12px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

a.contentLink:visited {
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.contentLink:hover {
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color:#F00;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #C30;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #C30;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #F3C;
	font-weight:bold;
}
