/* BASIC ITEMS */
body 
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
a 
{
	color: #C39CD1;
}
a:link, a:visited 
{
	color: #C39CD1;
}
a:hover, a:active 
{
	color: #81488F;
}

.contentSmall, .contentSmallOver 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
}
.content, .contentOver
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
}
.subHeader, .subHeaderOver 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #F2C05F;
}
.header, .headerOver
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 16pt;
	font-weight: bolder;
	color: #A77719;
}
.contentOver, .headerOver, .contentSmallOver, subHeaderOver 
{
	background-color: #FFFF00;
	cursor: hand;
}
a.subNavItem
{
	color: #F2BC52; 
}
a.Nav
{
	font-family: Copperplate Gothic Bold, Arial;
	color: #000000;
	text-decoration: none;
}
a.Nav:link, a.Nav:visited, a.Nav:hover, a.Nav:active 
{
	color: #000000;
	text-decoration: none;
}
div.subNavTop 
{
	margin-top: 5px;
}
div.subNavTop, div.subNavBar 
{
	width: 151px;
	height: 4px;
	overflow: hidden;
	background-image: url(/shared/images/subnavtop.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
div.subNavItem
{
	width: 151px;
	padding: 4px 5px;
	background-image: url(/shared/images/subnavbg.gif);
	background-position:  0% 0%;
	background-repeat: repeat-y;
}

#Viewport 
{
	width:100%;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}
#Bounds 
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#BannerSpace 
{
	width: 760px;
	height: 107px;
	overflow: hidden;
}
#GoldBarTop 
{
	width: 760px;
	height: 8px;
	background-color: #FFFF00;
	background-image: url(/shared/images/topbar.gif);
	background-repeat: no-repeat;
	font-size: 0px;
}
#GoldBarMiddle 
{
	width: 760px;
	height: 9px;
	background-color: #FFFF00;
	background-image: url(/shared/images/middle_bar.gif);
	background-repeat: no-repeat;
	font-size: 0px;
}
#GoldBarBottom 
{
	width: 760px;
	height: 11px;
	background-image: url(/shared/images/goldbottom.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
}
#GoldBarHeaderLeft 
{
	float: left;
	width: 3px;
	height: 81px;
	background-color: #FFFF00;
	background-image: url(/shared/images/left_header_bar.gif);
	background-repeat: repeat-x;	
}
#GoldBarHeaderRight 
{
	float: left;
	width: 3px;
	height: 81px;
	background-color: #FFFF00;
	background-image:url(/shared/images/right_header_bar.gif);
	background-repeat: repeat-x;
}
#LogoSpace 
{
	float: left;
	width: 752px;
	min-width: 754px;
	height: 81px;
	background-color: #000000;
}
#PageBody 
{
	border: solid 1px #A77719;
	background-image: url(/shared/images/colbg.gif);
	background-position: 50% 0%;
	background-repeat: repeat-y;
}
#GoldBarBodyLeft 
{
	float: left;
	width: 4px;
	min-height: 480px;
	background-color: #A4771A;
	background-image: url(/shared/images/goldleft.jpg);
	background-repeat: no-repeat;
}
#GoldBarBodyMiddle 
{
	float: left;
	width: 4px;
	min-height: 480px;
	background-color: #A47619;
	background-image: url(/shared/images/goldmiddle.jpg);
	background-repeat: no-repeat;
}
#GoldBarBodyRight 
{
	float: left;
	width: 3px;
	min-height: 480px;
	background-color: #F2BE5D;
	background-image: url(/shared/images/goldright.jpg);
	background-repeat: no-repeat;
}
#MainNav 
{
	float: left;
	width: 172px;
	min-height: 480px;
	overflow: visible;
	text-align: center;
}
#MainNavInner 
{ 
	padding-top: 10px;
	width: 161px;
	margin-left: auto;
	margin-right: auto;
}
#ContentColumn 
{
	float: left;
	width: 575px;
	vertical-align: bottom;
}
#ContentSpace 
{
	background-image: url(/shared/images/bottomBGround.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 6px 6px 60px 6px;
	text-align: left;
	min-height: 480px;
}
#PageFooter 
{
	clear: both;
}

.clearBoth 
{
	clear: both;
	height: 0px;
	font-size: 1px;
	background-color: #E5B558;
	margin-top: -3px;
}
