

/*****************************************************************************/
/*							 Page Styles		    						 */
/*****************************************************************************/

Body	/* Body style */
{
	margin: 0px;
	padding: 0px;
	left: 0px:
	text-align: center;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background: #3f3016;
}


.Global /* Style applicable to entire page */
{
	position: relative;
	width:100%;
	height:100%;
	top:0px;
	left:0px;

}



.GlobalMain /* Style applicable to entire page */
{
	position: relative;
	width:893px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	top:0px;
	left:0px;
	margin-right: auto;
	margin-left: auto;
}



/*****************************************************************************/
/*							Nav         								     */
/*****************************************************************************/

.Disclaimer /* Disclaimer text */
{
	color: #3f3016; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-size: 10px;
	text-align: left;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
}

.Copyright /* Copyright info */
{
	position:absolute;
	top: 30px;
	right:65px;
	width: 50%;
	text-align: right;
	color: #3f3016;
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	z-index: 500;
}

.BotNav /* Bottom Left Links */
{
	position:absolute;
	top: 30px;
	left: -55px;
	width: 270px;
	text-align: right;
	color: #3f3016;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	z-index: 500;
}

.BotNav a:link, .BotNav link, .BotNav a:visited, .BotNav a:active /* TopHeaderRight Link Style */
{
	color: #3f3016; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.BotNav .Link
{
	color: #3f3016; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.BotNav a:hover /* Menu Bot Left Link Style */
{
	color: #4c0700; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}

.TopNav /* Bottom Left Links */
{
	position:absolute;
	top:340px;
	right:230px;
	width: 100%;
	height:65px;
	text-align: right;
	color: #3f3016;
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	font-size: 12px;
	z-index: 500;
}

.TopNav a:link, .TopNav link, .TopNav a:visited, .TopNav a:active /* TopHeaderRight Link Style */
{
	color: #3f3016;/* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.TopNav .Link
{
	color: #4c0700;/* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.TopNav a:hover /* Menu Bot Left Link Style */
{
	color: #4c0700; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}

.BotText /* Bottom Disclaimer Text */
{
	position:absolute;
	top: 800px;
	left: 300px;
	width: 600px;
	text-align: right;
	color: #ffffff;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 8px;
	z-index: 500;
}



/*****************************************************************************/
/*							Global          								 */
/*****************************************************************************/

.TopHeader /* Top of Page Graphic */
{
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	height:323px;
	margin-top: 0px;
	z-index: 50;
	background: url(../images/header/header.jpg) no-repeat
}

.TopHeader2 /* Top of Page Graphic */
{
	position:relative;
	top:0px;
	left:32px;
	width: 100%;
	height:316px;
	margin-top: 0px;
	z-index: 50;
	
}

.GlobalSubMid /* Sub Page Mid Background image */
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin-top:0px;
	padding-bottom: 0px;
	color: #3f3016;
    font-size: 12px;
    line-height: 1.2;
	text-align: left;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	background: url(../images/global/global_mid_bg.jpg) repeat-y;

}


.GlobalSubMid a:link, .GlobalSubMid link, .GlobalSubMid  a:visited, .GlobalSubMid  a:active /* TopHeaderRight Link Style */
{
	color: #4c0700; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
}

.GlobalSubMid  .Link
{
	color: #4c0700; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}
.GlobalSubMid  a:hover /* MenuTopRight Link Style */
{
	color: #3f3016; /* Primary Color Group - Main Color */
	text-decoration:none;
	font-weight: normal;
}

.GlobalSubBot /* Sub Page Bottom Background image */
{
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	height:82px;
	margin-top:0px;
	padding-bottom: 0px;
	background: url(../images/global/global_bot_bg.jpg) no-repeat
}


/*****************************************************************************/
/*							Font Styles       								 */
/*****************************************************************************/




.SubHeader /* Mid Section */
{
	font-size: 18px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #ba2025;
	font-weight: bold;
	
}


.SubHeader2 /* Mid Section */
{
	font-size: 14px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #ba2025;
	font-weight: bold;
	
}


.LegalBody /* Mid Section */
{
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	
}




