﻿body
{
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	font-size: 14px;
}

#Page 
{
	margin: 10px auto 10px auto;
	width: 790px;
}
#Header
{
	margin: 0px auto 20px auto;
}
#MenuBackground
{
	width: 100%;
	display:inline;
	float:left;
	height: 23px;
	background-position:top;
	background-image: url('images/menuBackground.gif');
	background-repeat: repeat-x;
	padding:0px 0px 20px 0px;
}
#MenuContentLeft
{
	display:inline;
	float:right;
	height: 23px;
	width: 14px;
	background-image: url(images/menuDecorationLeft.gif);
	background-repeat: no-repeat;
}
#MenuContent
{
	display:inline;
	float:right;
	background-color: #DF0024;
	height: 23px;
	color: White;
	vertical-align:text-bottom;
	line-height:21px;
	padding-left:5px;
	padding-right:5px;
}
#MenuContent a
{
	color: white;
	text-decoration: none;
}
#MenuContentRight
{
	display:inline;
	float:right;
	height: 23px;
	width: 14px;
	background-image: url(images/menuDecorationRight.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
}
#TickerBackground
{
	display:inline;
	float:left;
	height: 26px;
	width:100%;
	background-position:top;
	background-image: url('images/tickerBackground.gif');
	background-repeat: repeat-x;
	text-indent: 10px;
	line-height:23px;
}
#Footer
{
	float: left;
	width: 100%;
	margin-top: 10px;
	border-top-color: #9AA613;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 10pt;
	color: darkgray;
}
#FooterContentLeft
{
	display:inline;
	float:left;
}
#FooterContentRight
{
	display:inline;
	float:right;
	margin-top: 2px;
}
div .LightContentLeftCol
{
	display:inline;
	float:left;
	width:233px;
	margin: 20px 10px 10px 0px;
	background-color:#FCFE6D;
	border-top-color:#9AA613;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#9AA613;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 10px;
	padding-right: 10px;
}
div .LightContentRightCol
{
	display:inline;
	float:left;
	width:516px;
	margin: 20px 0px 10px 10px;
	background-color:White;
}
div .GeneralContentLeftCol
{
	display:inline;
	float:left;
	width:516px;
	margin: 20px 10px 10px 0px;
	background-color:#FCFE6D;
	border-top-color:#9AA613;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#9AA613;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 10px;
	padding-right: 10px;
}
div .GeneralContentRightCol
{
	display:inline;
	float:left;
	width:233px;
	margin: 20px 0px 10px 10px;
	background-color:White;
}
.CaptionLink a
{
	color:Black;
	text-decoration:none;
	font-size: 12px;
}


