﻿body
{
	text-align: center;
	background-color: #9966CC;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#PageWrapper
{
	margin: 0 auto;
	text-align: left;
	width: 920px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	border-top: none;
}
#HeaderMenu
{
	padding: 0px;
	padding-left: 50px;
}
#Header
{
	height: 242px;
	background-image: url("../Images/Layout/logo.gif");
}
#MenuTop
{
	background-image: url("../Images/Layout/scrollerbg.gif");
	height: 36px;
	color: #333333;
	font-size: 11px;
	padding-top: 24px;
	padding-left: 50px;
}
#LeftWrapper
{
	float: left;
	width: 200px;
	background-color: #FFFFFF;
}
#RightWrapper
{
	float: right;
	width: 700px;
	border-left: solid 1px #CCCCCC;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
#Footer
{
	clear: both;
	background-color: #C7B299;
	height: 100px;
	padding: 20px;
	border-top: solid 11px #CCCCCC;
	color: #333333;
}
#HeaderMenuList
{
	list-style-type: none;
	margin: 0;
	padding: 11px;
}
#HeaderMenuList li
{
	display: inline;
	padding-right: 20px;
}
#HeaderMenuList a
{
	color: #333333;
	text-decoration: none;
}
#HeaderMenuList a:Hover
{
	color: #FF0000;
	text-decoration: underline;
}
#SplashWrapper
{
	height: 150px;
	background-image: url("../Images/Layout/Splash.gif");
	border-bottom: solid 1px #CCCCCC;
}
#Menu
{
	list-style-type: none;
	margin: 0;
	padding: 11px;
}
#Menu li
{
	padding: 8px;
	border-bottom: solid 1px #CCCCCC;
}
#Menu li.MenuContent
{
	line-height: 20px;
	color: #666666;
}
#Menu a
{
	color: #6699FF;
	text-decoration: none;
}
#Menu a:Hover
{
	color: #FF0000;
	text-decoration: underline;
}
#FooterMenu
{
	list-style-type: none;
	margin: 0;
	padding: 11px;
}
#FooterMenu li
{
	display: inline;
	padding-right: 11px;
	padding-left: 11px;
	border-right: solid 1px #333333;
}
FooterMenuLast
#FooterMenu a
{
	color: #333333;
	text-decoration: none;
}
#FooterMenu a:Hover
{
	color: #FF0000;
	text-decoration: underline;
}
#ContentWrapper
{
	padding: 20px;
	padding-top: 11px;
}
.ContentHeader
{
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}
.ContentSubHeader
{
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
.Content
{
	color: #666666;
	line-height: 22px;
}
.ContentList
{
	color: #666666;
	line-height: 20px;
}
img.Left
{
	float: left;
	border: solid 1px #000000;
	margin-right: 20px;
}
img.Right
{
	float: right;
	border: solid 1px #000000;
}
.Border
{
	border: solid 1px #000000;
}
