﻿body
{
	font-family: Arial;	
}

#MainLayer
{
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

#Footer
{
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00061e;
	color: White;
	font-size: 0.7em;
	padding: 5px 0px;
	border: 1px solid #00061e;
}

#FooterLink
{
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#FooterLink a, #FooterLink a:link, #FooterLink a:visited
{
	color: #888;
	text-decoration: none;
	font-size: 0.7em;
	padding-right: 10px;
}

#FooterLink a:hover
{
	text-decoration: underline;
	color: #444;	
}

#MainLayer>ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#MainLayer>ul li
{
	list-style-type: none;
	width: 145px;
	float: left;
	background-color: #00061e;
	text-align: center;
	font-size: 0.8em;
}

#MainLayer>ul li a, #MainLayer>ul li a:link, #MainLayer>ul li a:visited
{
	color: White;
	text-decoration: none;
	display: block;
	padding: 18px 0px 12px 0px;
	background-image: url(/_images/TabBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ddd;
}

#MainLayer>ul li a:hover
{
	background-image: url(/_images/TabBackground_Active.jpg);
	color: #fff;
}

.BodyList
{
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333;
}

h1
{
	color: #375888;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px;
}

h2
{
	color: #375888;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px;
}

p
{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0.9em;
	color: #333;
	line-height: 1.3em;
}

