﻿body
{
	background-color: #C8C8C8;
}
h3
{
	color: #006B98;
}
li
{
	padding-bottom: 10px;
}
a:link, a:visited, a:active
{
	color: #006B98;
}
a:hover
{
	color: Black;
}
#OuterFrame
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#LogoRow
{
	width: 800px;
	height: 115px;
	background-color: White;
}
#Logo
{
	background-image: url(Images/Logo.gif);
	width: 205px;
	height: 115px;
}
#SloganRow
{
	background-image: url(Images/SloganBar.jpg);
	width: 800px;
	height: 33px;
	color: White;
}
#Slogan
{
	width: 390px;
	height: 33px;
	line-height: 33px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 16px;
	float: left;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
}
#Date
{
	width: 390px;
	height: 33px;
	line-height: 33px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
	font-style: italic;
	padding-right: 10px;
	text-align: right;
}
#ContentTopRow
{
	background-image: url(Images/ContentTop.gif);
	width: 800px;
	height: 18px;
}
#ContentRow
{
	background-image: url(Images/ContentRow.gif);
	width: 800px;
	min-height: 400px;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
}
#ContentArea
{
	padding-right: 25px;
}
#SubHeader
{
	font-size: 16px;
	font-weight: bold;
	color: #006B98;
	padding-top: 3px;
}
#LeftColumn
{
	float:left;
}
#MenuBar
{
	margin-left: 17px;
	color: White;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	width: 188px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-image: url(Images/MenuBanner.jpg);
}
#MenuArea
{
	position: relative;
	top: 5px;
	left: 25px;
}
a.LeftMenuLinks:link, a.LeftMenuLinks:active, a.LeftMenuLinks:visited
{
	color: #006B98;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 25px;
	border-bottom: solid 1px gray;
	display: block;
	width: 150px;
}
a.LeftMenuLinks:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 25px;
	border-bottom: solid 1px gray;
	display: block;
	width: 150px;
}
#RightColumn
{
	margin-left: 222px;
}
#ContentBottomRow
{
	background-image: url(Images/ContentBottom.gif);
	width: 800px;
	height: 20px;
}
#FooterRow
{
	background-image: url(Images/Footer.jpg);
	width: 800px;
	height: 50px;
}
#CopyrightArea
{
	text-align: center;
}
a.Copyright:link, a.Copyright:active, a.Copyright:visited
{
	color: White;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
}
a.Copyright:hover
{
	color: White;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
}
.Copyright, .ClientCopyright
{
	color: White;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.WatermarkText
{
    color: Gray;
}