﻿body
{
	font-family: Verdana;
	font-size: 11px;
}
#OuterFrame
{
	width: 826px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #44036B;
}
#TopRow
{
	width: 826px;
	height: 13px;
	background-image: url(Images/TopBar.jpg);
}
#ContentRow
{
	width: 826px;
	background-image: url(Images/ContentRow.jpg);
	overflow: hidden;
}
#LeftColumn
{
	width: 231px;
	float: left;
}
#Logo
{
	width: 209px;
	height: 110px;
	background-image: url(Images/Logo.jpg);
	float: right;
}
#Plates
{
	width: 209px;
	height: 217px;
	float: right;
}
.MenuContainer
{
	margin-left: 21px;
}
a.LeftMenu:active, a.LeftMenu:visited, a.LeftMenu:link
{
	background-image: url(Images/LeftMenuButton.jpg);
	background-repeat: no-repeat;
	width: 209px;
	height: 31px;
	display: block;
	color: White;
	line-height: 31px;
	padding-left: 30px;
	font-weight: bold;
	text-decoration: none;
}
a.LeftMenu:hover
{
	background-image: url(Images/LeftMenuButton2.jpg);
	background-repeat: no-repeat;
	width: 209px;
	height: 31px;
	display: block;
	color: White;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
}
#RightColumn
{
	width: 595px;
	float: left;
}
#ContentTop
{
	width: 595px;
	height: 47px;
	background-image: url(Images/ContentTop.jpg);
}
#Content
{
	margin-top: 5px;
	margin-left: 35px;
	margin-right: 35px;
}
#ContentBottom
{
	width: 826px;
	height: 74px;
	background-image: url(Images/ContentBottom.jpg);
	clear: both;
}
#BottomRow
{
	width: 826px;
	height: 40px;
	background-image: url(Images/BottomBar.jpg);
}
#CopyrightArea
{
	text-align: center;
}
a.Copyright:link, a.Copyright:active, a.Copyright:visited, a.GonzoCopyright:link, a.GonzoCopyright:active, a.GonzoCopyright:visited
{
	color: Black;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
}
a.Copyright:hover, a.GonzoCopyright:hover
{
	color: Purple;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
}
.Copyright, .ClientCopyright, .GonzoCopyright
{
	color: Black;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}

.WatermarkText
{
    color: Gray;
}
#SubHeader
{
	padding-left: 35px;
	padding-top: 25px;
	font-size: 16px;
	font-weight: bold;
}
a:visited, a:active, a:link
{
	color: Black;
}
a:hover
{
	color: Purple;
}