body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color:#FFF;

	background-color:#0D4C7C;
}

.siteBody {
	position: absolute;
	left: 50%;
  	margin-left: -490px;
	width: 1024px;
	height: 600px;
	top:5px;
	background-color:#0D4C7C;
	}

.headerRegion	{
	position:relative;
	height: 59px;
	top:5px;
	text-align:center;
			}

.mainContent	{
	position:relative;
	left:0px;
	top:5px;
	height: 590px;
	text-align:left;
	color:#CDE9E3;
	background-image:url(/SiteFiles/background.png);
	background-repeat:no-repeat;
	background-position:top;
			}

td { font-size:12px; }	

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

input {
	border:1px solid #CCCCCC; 
	padding: 2px;
	color:#000000;
}

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

	

a:link {
	color:#ffa22e;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #ffa22e;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #ffa22e;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	font-weight:bold;
}

table {
	color:#FFF;
	font-family: Verdana;
	font-size: 12px;
	padding:2px;
}
td {
	color:#FFF;
	padding:2px;
	font-family: Verdana;
	font-size: 12px;
}
