﻿html 
{
	margin: 0px;
}
body 
{
	margin: 0px;
	font-size: 11px;
	font-family: Arial;
	margin-top: 23px;
	margin-bottom: 23px;
	line-height: 1.2;
	color: #003b79;
}
h1
{
	font-size: 22px;
	color: #009ee0;
	margin-bottom: 12px;
}
h2
{
	font-size: 16px;
	color: #009ee0;
	
}
h3
{
	font-size: 14px;
	color: #009ee0;
	margin-top: 12px;
	margin-bottom: 12px;
	
}
h4
{
	font-size: 12px;
	color: #009ee0;
	margin-top: 12px;
	margin-bottom: 12px;
}
.DarkBlue, .DarkBlue a
{
	color: #003b79;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
ul
{
	margin-left: 15px;
	margin-top: 10px;
	list-style-type: disc;
} 

.ContentBG
{
	background-image: url('../Images/bg_content.jpg');
	background-repeat: repeat-y;
	width: 973px;
}
.MenuHolder
{
	background-image: url('../Images/bg_menu.jpg');
	background-repeat: repeat-x;
	height: 27px;
	border-left: 2px solid #6b696b;
	border-right: 2px solid #6b696b;
	
}
a.MenuItem
{
	margin-left: 22px;
	margin-right: 22px;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a.MenuItem:hover
{
	text-decoration: underline;
}
a.MenuItemActive
{
	margin-left: 22px;
	margin-right: 22px;
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
.Leftpad
{
	padding-left: 2px;
}
.ContentContainer
{
	padding: 20px;
}
.LeftMenu
{
	
}
.LeftMenuItem
{
	margin-bottom: 2px;
	border: 0px;
}
.LeftMenuFooter
{
	background-image: url('../Images/Menu/footer.jpg');
	background-repeat: no-repeat;
	height: 140px;
	width: 155px;
	padding-top: 10px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.5;
}
.LeftMenuFooter a
{
	color: #ffffff;
}
.Content
{
	padding-left: 23px;
}
.BlueContentFooter
{
	width: 732px;
	background-image: url('../Images/BlueContent.jpg');
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 40px;
	color: #ffffff;
	font-size: 12px;
	padding-top: 6px;
	font-weight: bold;
}
.Floater
{
	float: left;
}
.Footer
{
	background-image: url('../Images/bg_footer.jpg');
	background-repeat: no-repeat;
	height: 11px;
}
.White, a.White
{
	color: #ffffff;
}