body 
{
	background-color: #eef2fb;
	margin: 0px;
	font-family: Verdana;
	font-size: 11pt;
	color: White;
}

A:link, A:hover, A:visited, A:active
{
	color: #b7c922;
	text-decoration: none;
}



.MainTable
{
	border-collapse: collapse;	
	width: 986px;
}

.Header
{
}
.HeaderImage
{
}

.MenuRow
{
	background-color: #b7c922;	
}

.Main
{
	height:450px;
	background-color: #034663;
	vertical-align: top;
	padding-left:70px;
	padding-right:70px;
	padding-top: 20px;
}

.HeaderLeft
{
	width: 400px;
	float:left;	
	display: inline;
	margin-left: 10px;
}
.HeaderLeft A:link, .HeaderLeft A:hover, .HeaderLeft A:visited, .HeaderLeft A:active
{
	color:  #034663;
	text-decoration: none;
}
.HeaderRight
{
	float: right;
	display: inline;
	text-align: right;
	margin-right: 10px;
	padding-bottom: 4px;
	
}
.HeaderRight A:link, .HeaderRight A:hover, .HeaderRight A:visited, .HeaderRight A:active
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 20px;
}


.Footer
{
	height: 30px;
	background-color: #034663;
	font-size: 10pt;
}