body
{
	background-color: #E0E0E0;
}
#MainContent
{
	width: 800px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 0%;
	margin: 20px 0px 0px -400px;
	border: solid 1px #880000;
	background-color: #FFFFFF;
}
#ContentLeft
{
	width: 685px;
	height: 500px;
	overflow: auto;
	float: left;
	clear: left;
	background-image: url( '../../Images/bg.gif' );
}
#ContentRight
{
	width: 115px;
	height: 500px;
	float: right;
	clear: right;
}
#MenuTable
{
	width: 800px;
	position: absolute;
	margin-top: -22px;
	height: 26px;
}
#MenuTable td
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#MenuTable td a, #MenuTable td a:link, #MenuTable td a:visited, #MenuTable td a:active
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 16px;
	padding-top: 2px;
	background-color: Transparent;
}
#MenuTable td a:hover
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	height: 16px;
	padding-top: 2px;
	text-decoration: none;
	background-color: #A0A0A0;
}
#MenuTable td .CurrentPageLink, #MenuTable td .CurrentPageLink:link, #MenuTable td .CurrentPageLink:active, #MenuTable td .CurrentPageLink:visited, #MenuTable td .CurrentPageLink:hover
{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	display: block;
	height: 16px;
	padding-top: 2px;
	text-decoration: none;
	background-color: #FFFFFF;
	font-style: italic;
}
.DynamicContent
{
	padding: 10px;
	font-family: Verdana, Arial;
}
.DynamicContent a, .DynamicContent a:link, .DynamicContent a:visited, .DynamicContent a:active
{
	color: #A00000;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
.DynamicContent a:hover
{
	color: #A00000;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.DynamicContent .SmallerLink, .DynamicContent .SmallerLink:link, .DynamicContent .SmallerLink:visited, .DynamicContent .SmallerLink:active
{
	color: #A00000;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}
.DynamicContent .SmallerLink:hover
{
	color: #A00000;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
	font-size: 14px;
}
.Button
{
	background-color: #A00000;
	height: 25px;
	width: 85px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	border: solid 0px #AA0000;
}
.Message
{
	display: none;
	visibility: hidden;
}
.TextBox
{
	border: solid 1px #A0A0A0;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
}
.StaticContent
{
	font-size: 15px;
	color: #888888;
	font-family: Verdana, Arial;
	padding-bottom: 10px;
}

