/*body { font-family: arial; font-size: 12px; background-color: #000065;
}*/

body { font-family: arial; font-size: 12px; background-color: White;
}

a:visited 
{
	color:Blue;
}

.main 
{
	margin:0 auto;
	width:1024px;
	background-color:White;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
}

#left
{
	width:180px;
	margin:5px;
	clear:none;
	float:left;
	border-right:solid 1px gray;
	padding-bottom:3px;
	line-height:130%;
}

#right
{
	width:50px;
	float:right;
}

#content
{
	width:776px;
	clear:none;
	margin-left:200px;
	padding-bottom:5px;
}

#footer
{
	margin-top:20px;
	clear:both;
	font-style:italic;
	font-size:10px;
	background-color:White;
	text-align:center;
}


.navigation_h2 
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:Navy;
}

h1 
{
	font-size:16px;
	color:Navy;
}

ul
{
	line-height:150%;
}

.table_normal
{
    font-family:Arial;
	font-size:12px;
}

.table_header
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:Navy;
}

.table_header_left
{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:Navy;
}

.table_small
{
	font-size:10px;
	color:Gray;
}

table
{
	font-size:12px;
}

.table_small_normal
{
	font-size:11.5px;
}

.news_content
{
	background-color:#000065;
	color:white;
	border:solid 2.5px #cc0000;
	padding:4px;
	
}

.redLink
{
    color:Red;
}