﻿body 
{
	text-align:center; 
	margin-top: 5px; 
	background-color: #f0f0f0; 
	font:10pt tahoma;
}
h3
{
	font-family: Verdana, Tahoma, Arial;
	font-weight:bold;
	font-size:14px;
}
#container
{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Tahoma, Arial; 
	position:relative; 
	background-color:White;
}
#menu
{
	width:785px; 
	height:20px; 
	background-color:#0377a3; 
	padding-left:15px;
	color:White;
}
a
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt; 
	color: #0377a3;
	text-decoration: none;
}
a:hover
{
	color: Red;
}
a.menulinks
{
	font-family:Arial, Tahoma, Verdana;
	text-decoration:none;
	color:White;
	font-size:10pt;
}
a.menulinks:hover
{
	color:Yellow;
}
#header
{
	 width:796px; 
	 height:50px; 
	 background-color:#CCCCCC; 
	 position:relative; 
	 border:solid 2px #0377a3;
}
.headertext
{
	position:absolute;
	top:6px; 
	font-size:28px; 
	color:#0377a3; 
	left:275px;
	font-weight:bold;
	font-family: 'Times New Roman'; 
	font-style:italic;
}
table.datatable
{
	position: absolute;
	top: 95px;
	left: 575px;
	color: black;
	font-family: 'Times New Roman' , Tahoma;
	font-size: 14px;
	font-weight: bold;
	background: white;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}
.bluebold
{
	color:#0377a3;
	font-weight:bold;
}
.contentblock
{
	border: 1px solid #3333CC;
	background-color: #E2ECF5;
	padding: 5px;
}

