
body
{
	margin: 0px;
	font-family: Arial, sans-serif;
	color: #797879;
	font-size:12px;
	text-align:center;
	background:#ffffff;
}

a:link, a:visited, a:active
{
	font-family		: Arial, sans-serif;
	font-size		: 10pt;
	font-weight		:bold;
	color			: #797879;
	text-decoration	: none;
}

a:hover
{
	font-family		: Arial, sans-serif;
	font-size		: 10pt;
	color			: #797879;
	text-decoration:underline;
}

submit.link {
	font-family: "Verdana" sans-serif;
	font-size: 1em;
	text-align: left;
	color: blue;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}

.formTextField
{
	color:#929191;
	border: 1px solid  #929191;
}

table {
	font-size: 12px;
}

caption {
	font-size:12px;
}

td 
{
	font-family: Arial, sans-serif;
	color: #797879;
	font-size:12px;
}

h1.Public	
{
	color: #797879;
	font-size: 17px;
	font-weight: bold;
	margin: 7px 0px 5px 0px;
}

h1.Member
{
	color: #caad26;
	font-size: 17px;
	font-weight: bold;
	margin: 7px 0px 5px 0px;
}

h2	
{
	color: #797879;
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0px 5px 0px;
}

h3	
{
	color: #797879;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

h6
{
	color: #caad26;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

p	
{
	font-family: Arial, sans-serif;
	color: #797879;
	font-size: 12px;
}

/*a, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}*/

.mainContainer
{
	text-align:center;
	height: auto;
	width: 995px;
	margin: auto;
	text-align:left;
	background-color: #929191;
}

.mainHeader
{
	height: 156px;
	width: 995px;
	background-color: #000;
	border-bottom:1px solid #ffffff;
}

.loginArea {
	float:right;
	font-size: 10px;
	height: 100px;
	margin-right: 15px;
	width: 216px;
	padding-top: 5px;
	padding-left: 5px;
}


/* start of main page content div area */

.mainPageContentArea 
{
	width: 945px;
	margin: 10px;
	margin-left: 25px;
	margin-right: 25px;
	height: 600px;
	height: auto;
}

.mainPageContentAreaGrey
{
	background-color: #cdcdcd;
	width: 945px;

	/*padding-left: 5px;
	padding-right: 5px;*/
	
	
}

.mainPageContentAreaWhite
{
	margin-left:5px;
	background-color: #fff;
	width: 935px;
	overflow:hidden;
	border-top: 5px solid #cdcdcd;
	border-bottom: 5px solid #cdcdcd;

}

.mainPageContentAreaText
{
	width: 900px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 5px;

}

.mainPageContentAreaLeftContainer
{
	float:left;

	width: 435px;
}

.mainPageContentAreaLeftContent
{
	border:0px solid blue;
	padding:0px;
	padding-top:5px;
	width:405px;
	margin-left:15px;
	margin-top:5px;
}

.mainPageContentAreaImageRight
{
	text-align:right;
	float:right;
	width:500px;
	z-index:0!important;
}

.bannerContentArea
{
	width: 945px;
	margin: 10px;
	margin-left: 25px;
	margin-right: 25px;
	height: 120px;
	height: auto;
}

.pageSponsorBanner
{
	float: left;
	background-color: #FFF;
	height: 90px;
	width: 205px;
}

.largeBannerBottom
{
	float: right;
	height: 90px;
	width: 728px;
	background-color: #cdcccb;
}

.pageContentFooter
{
	width: 995px;
	height: 30px;
	background-color: #494849;
}

.pageContentFooterLeft
{
	float: left;
	margin-top: 13px;
	margin-left: 25px;
	height: 30px;
	width: 400px;
	color: #929191;
	border:0px solid green;
}

.pageContentFooterLeft, .pageContentFooterLeft a, .pageContentFooterLeft a:visited
{
	font-family		: Arial, sans-serif;
	font-size		: 10pt;
	color			: #929191;
	text-decoration	: none;
}

.pageContentFooterLeft a:hover
{
	font-family		: Arial, sans-serif;
	font-size		: 10pt;
	color			: #929191;
	text-decoration	: underline;
}

.pageContentFooterRight
{	
	float: right;
	height: 30px;
	width: 380px;
	margin-top: 10px;
	margin-right:25px;
	border:0px solid red;
}

.pageContentFooterBlackBar
{
	width: 995px;
	height: 10px;
	border-top: 2px solid #cdcccb;
	background-color: #000;
}

.sitemapLetter
{
	margin-top: 10px; 
	margin-bottom:3px;
	color:#89ae2d;
	font-weight:bold;
	font-size: 16px;
}

.newsSummary {
	height:44px; overflow:hidden; 
}

.newsTitle {
	height:16px; overflow:hidden;
}

.optionsContainer { z-index:999!important;
}

	


