body
{
	margin: 12px 0;
	padding: 0;
	background: #016798 url(../images/tex_bg.jpg) repeat-x top center;
	text-align: center;
}

font,text,th,td,p,div,span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

A:link, A:visited, A:active, A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #002D56;
}

A:hover
{
	text-decoration: none;
}

#nav
{
	border: 1px solid #000000;
	margin-right: 12px;
	float: right;
}

#nav div
{
	background: #DAEDF2;
	margin: 0;
	padding: 0;
	height: 14px;
	vertical-align: middle;
	
	float: left;
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#nav div:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#nav img
{
	border: 0;
	margin: 0px 2px 0 4px;
}

#nav A:link, #nav A:visited, #nav A:active, #nav A:hover
{	
	margin: 2px 10px 2px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#main
{
	background: #5A9CBC url(../images/main_bg.jpg) repeat-x top center;
	border: 1px solid black;
	padding: 0px 0px 15px 0px;
	width: 1022;
	min-height: 400px;
	margin: 1px auto 0 auto;
}

#inner_main
{
	background: url(../images/main_topglow.jpg) no-repeat top center;
	border: 0;
	padding-top: 10px;
	width: 100%;
	min-height: 91px;
	text-align: left;
}

.subtitle
{
	margin-left: 55px;
}

.text_box
{
	background: #DAEDF2;
	border: 1px solid #016798;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px 5px 10px;
}

.text_box hr
{
	border: 0;
	width: 75%;
	margin: 15px auto 15px auto;
	color: #5A9CBC;
	background-color: #5A9CBC;
	height: 1px;
}

.news_title
{
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	display: block;
	color: #002D56;
}

.news_body
{
}

#contact
{
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0;
}

#contact td
{
	vertical-align: bottom;
	color: Black;
	font-weight: bold;
}

.button
{
	background: #002D56;
	color: #EEEEEE;
	font-style: normal;
	font-variant: normal;
	font-weight: bold
}