/* CSS Document */
body { 
	background-color: #FAFFAB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #343434;
	padding: 0px;
	margin: 0px;
	font-size: 11px; }

td, p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #343434;
	font-size: 11px; }

a { color: #D5A500; }

#mainTable { 
	width: 100%;
	height: 100%;
	background-image:url(/persistent/images/bg-body.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FAFFAB; }

#mainBodyTable { 
	width: 960px;
	height: 100%;
	/*background-image:url(/persistent/images/bg_shadow.jpg);*/
	background-position: top center;
	background-repeat: repeat-y;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	/*background-color: #FAFFAB;*/ }

#heaDer { height: 80px; font-size: 2px; }
#heaDerDark { height: 15px; font-size: 2px; }
#heaDerBanner { 
	height: 155px;
	/*background-image:url(/persistent/images/bg_shadow_light.jpg);*/
	background-position: top center;
	background-repeat: repeat-y;
	/*background-color: #959595 ;*/
	font-size: 2px; }
#headerTable { 
	height: 80px;
	width: 960px;
	background-image:url("/persistent/images/header_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	padding-left: 10px;
	font-size: 2px; }
#headerDarkTable { 
	height: 15px;
	width: 960px;
	background-color: #cc0866;
	font-size: 2px; }
#headerDarkText { 
	font-size: 9px;
	font-weight: bold;
	color: #F1F1F1; }
#headerBannerTable { 
	height: 155px;
	width: 960px;
	background-color: #FFFFFF;
	font-size: 2px; }
#bannerLeft { 
	width: 960px;
	background-image:url("/persistent/images/banner_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000;
	}
#bannerRight { 
	background-image:url(/persistent/images/banner_left_bg_gold.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px dashed #A0A0A0; }

#navBar { height: 30px; font-size: 2px; }
#navBarTable { 
	height: 30px;
	width: 960px;
	background-image:url(/persistent/images/nav_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-size: 2px; }
#mainNavItem { 
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #808080;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #808080; }
#mainNavItem:hover { 
	color: #D5A500; }


#footerDark { height: 15px; font-size: 2px; }
#footerDarkTable { 
	height: 15px;
	width: 960px;
	background-color: #525252;
	font-size: 2px; }
#footerText { 
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold; }


#contentTable { 
	height: 100%;
	width: 960px;
	background-image:url(/persistent/images/content_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #F4F4F4; }
#contentCell { 
	padding-left: 20px;
	padding-right: 20px; }

#subNavCell { 
	width: 130px;
	padding-left: 10px; }
#subNavItem { 
	font-size: 9px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #808080;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block; }
#subNavItem:hover { 
	color: #D5A500; }

