﻿/* html body tag style */
body 
{
		margin: 0px;    
      padding: 0px;
      background-color:black;
      font-family: Arial;
      
      }
/* h1 tag style */
h1 
{
	margin: 0px;    
    padding: 0px;    
    font-family: arial;    
    font-size: 140%;    
    color: #000000;
    }
#main {
  width: 944px;    
	margin: 0 auto;
	background-color:#ffffff;
} 

.SkipNav {position:absolute; left:-10000px;}
#main_Sub
{
	width: 936px;    
	
	border-style:double;
	border: double 4px #98002b;
}

#header
{	
	height:224px;    
	overflow:hidden; /*IE6 div height fix*/
	background-color: #000000;
	color:#000000;
	
}



#content
{
	
	width:916px;
	height: auto;    
	
	margin:10px;
	overflow:hidden /*IE6 div height fix*/
}


#siteNav
{
	height:18;
	width:928px;
	font-size:12px;
	background-color: black;
	padding:4px;
	text-align:center;
	/*margin: 2px 0px 2px 0px;*/
}



#siteNav a
{
	color:#FFFFFF !important;
	font-weight:bolder;
	text-decoration:none;
	padding:20px;
	
}
#siteNav a:visited
{
	color:#FFFFFF !important;
}
#siteNav a:hover
{
	color:#d6cc96 !important;
}

#siteNav a#homeLink
{
	width:75px;
}
#siteNav a#focusLink
{
	width:75px;
}
#siteNav a#faqLink
{
	width:75px;
}
#siteNav a#linksLink
{
	width:75px;
}
#siteNav a#trlsLink
{
	width:160px;
}
#siteNav a#extraLink
{
	width:99px;
}
#siteNav a#rtod2Link
{
	width:75px;
}
#siteNav a#operaLink
{
	width:160px;
}


#footer
{
	
	width:928px;
	font-size: 85%;
	font-weight: bold;
	background: #FFFFFF;
	color: #333333;
	
	font-weight: bold;
	height: auto;
    text-decoration:none;
    position:relative;
    text-align:center;
    clear:both; 
	
}

#footernoteLeft 
{
	position:absolute;
	left:5px;
	top:0px;
	width:150px;
	text-align:left;
}

#footernoteRight
{
	position:absolute;
	right:5px;
	top:0px;
	width:210px;
	text-align:right;
}

#footer img
{
	width:936px;
	vertical-align:bottom;
}
#footer a
{
	text-decoration:none;
	color:#000000
}
#footer a:visited
{
	color:#000000 !important;
}
#footer a:hover
{
	color:#d6cc96 !important;
}

.div_header {
	font-family:verdana;
	color:#000000;
	padding-left:40px;
	background: white url(../Images/bar.gif) no-repeat bottom left;
	border-bottom: 2px solid #98002b;
	margin-top:15px;
	margin-bottom:0px;
	
}
.div_header h1
{
	color:#000000;
	font-size:14pt;
	
}

body{
	font:0.75em/1.3 Verdana;
}

#faqContent
{
	margin-left:20px;
	margin-top:35px;
	margin-right:20px;
	margin-bottom:75px;
}


.div_text {
	font-family:verdana;
	color:black;
	margin-left:20px;
	margin-top:35px;
	margin-right:20px;
	margin-bottom:75px;
	font-size:8pt;
	line-height:14pt;
}


.div_text a:link {
	color:dimgray;
}

.div_text a:visited { 
	color:dimgray;
}
.div_text a:hover{ 
	color: black;
}
.div_text a:active{
	color: dimgray;
}

.tableHeader
{
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
}


