.bodyText { color: #3C3C3C; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 11px; line-height:13px;}
.bodyTextBlue { color: #205269; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 10px; line-height:13px;}
.dividerText { color: #B5B5B5; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 11px;} 
.whiteText { color: #FFFFFF; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 11px; line-height:13px;}
.footerText { color: #C2C3BA; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 9px; line-height:13px;}

.headingBlue { color: #205269; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 14px; line-height:12px; font-weight: bold;}
.headingBeige { color: #EFE4D5; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 12px; line-height:12px; font-weight: bold;}
.headingGray { color: #817B72; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 12px; line-height:12px; font-weight: bold;}

.footerText2 { color: #FFFFFF; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 9px; line-height:12px;}
.formText { color: #000000; font-family: arial, helvetica, verdana; text-decoration: none; font-size: 11px; line-height:13px; font-weight: bold;}

.forms { font-family: arial, helvetica, verdana; color: #000000; font-size: 9px; background-color: #FFFFFF; font-weight: normal; line-height: normal; }

form { display: inline; }
#faq {text-align: left;}
#faq a {font-family: verdana; font-size: 11pt;}
/* Language Specific CSS */
.langSelect {
  font-size: 9pt;
  color: #3C3C3C;
}

strong {
	font-family: verdana;
	font-size: 11pt;
}

em {
	font-family: verdana;
	font-size: 11pt;
}

.newslink {
	color: #701d08;
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
}

.newssource {
	font-family: verdana;
	font-size: 7pt;
}

.intHeader {
	color: #701d08;
	font-size: 24pt;
	font-weight: bold;
}

.highlightyellow {
	background-color: yellow;
	font-family: verdana;
	font-size: 11pt;

}

table.langTable { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: .75em;
	width: 200px;
}
tr.langHead {
	background-color: #CCCCCC;
	padding: .75em;
	font-weight: bold;
}
tr.langRow1 {
	background-color: #FFFFFF;
}
tr.langRow2 {
	background-color: #EBF3FF;
	text-decoration: none;
}
.langCell {
  padding: .75em;
}
.langCellB {
	border-left: 1px solid #dadada;
	padding: .75em;
}
.langCellH {
  padding: .75em;
}
a.langSel:link, a.langSel:visited {
	color: #000000;
	text-decoration: none;
}
tr.langRow1:hover, tr.langRow2:hover {
	background-color: #3D80DF;
	color: #FFFFFF;
}
tr.langRow1:hover a, tr.langRow2:hover a {
	color: #FFFFFF;
}
tr.langRow2:hover a {
	color: #FFFFFF;
}
/* Language Specific CSS */

blockquote {
	padding-left: 30px;
	display: inline;
}

ol {
	padding-left: 90px;
	font-family: verdana;
	font-size: 11pt;
	}
	
ul	{
	padding-left: 90px;
	font-family: verdana;
	font-size: 11pt;
	}
	
ul li {
	font-family: verdana;
	font-size: 11pt;
	}	

ol li {
	font-family: verdana;
	font-size: 11pt;
	}


* 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana;
    font-size: 9pt;
    color: Black;

}
body 
{
    background-color: #4d4d4d;
}

#body 
{
    position: absolute;
	left: 50%;
	margin-left: -384px;
	width: 768px;
	max-width: 768px;
	margin-top: 2px;
	background-color: #dddddd;
}

#top 
{
    position: relative;
    float: left;
    width: 100%;
    background-image: url('/img/chess_bg2.jpg');
    background-repeat: no-repeat;
	background-color: #dddddd;
}


#logo 
{
    position: relative;
    float: left;
    width: 48%;
    padding-left: 8px;
    height: 110px;
}

#login
{
    position: relative;
    float: right;
    width: 365px;
    padding-right: 10px;
    text-align: right;
}


#menu
{
    position: relative;
    width: 768px;
    float: left;
    background-color: #c0c0c0;
    color: black;
    font-size: small;
    padding: 0;
    border-bottom: solid 2px black;
    border-top: solid 2px black;
    font-weight: bold;
}

#clientmenu 
{
    position: relative;
    width: 762px;
    float: left;
    background-color: #000000;
    height: 25px;
    color: White;
    padding: 8px 0px 0px 8px;
    font-weight: bold;
    z-index:1;
}

#clientmenu a
{
    color: White;
    text-decoration: none;
}

.navLink 
{
    padding-top: 8px;
    padding-right: 8px;
}
/* Drop-down code */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin-left: 8px;
	display: block;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

#nav li a
{
margin: 8px 8px 8px 8px;
color: black;
text-decoration: none;
display: block;
}

#nav li a:hover
{
margin: 8px 8px 8px 8px;
color: white;
text-decoration: none;

}

#nav ul li a
{
color: #FFF;
text-decoration: none;
display: block;
margin: 0px;

}

#nav ul li:hover a:link
{
color: #FFF;
text-decoration: none;
margin: 0px;

}
#nav ul li.sfhover a:link 
{
color: #FFF;
text-decoration: none;
margin: 0px;

}

#nav ul li:hover a:hover
{
color: #000;
background-color:#5e5d5f;
margin: 0px;
}

#nav ul li.sfhover a:hover
{
color: #000;
background-color:#5e5d5f;
margin: 0px;

}

#nav li { /* all list items */
    float: left;
	color: #FFFFFF;
	display: block;

	/*width: 4.3em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #5e5d5f;
	border-bottom: solid 1px #494949;
	top:31px;
	z-index: 9999;

}

#nav li ul li { /* second-level list items */
	padding: 8px 8px 8px 8px; 
	background-color: #5e5d5f;
	width: 98px;
	max-width: 82px;
	display: block;
	border-top: solid 1px #FFF;
	z-index: 9999;
}

#nav li:hover, #nav li.sfhover 
{
	background-color: #5d5d5f;
	color: #fff;
	left:0px;
	z-index: 9999;
}
	

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
    margin: 0px;
	display:block;
	background-color:#5e5d5f;
	width: 98px;
	max-width: 98px;
	z-index: 9999;
	}

#nav li:hover a, #nav li.sfhover a { /* lists nested under hovered list items */

	display:block;
	background-color:#5e5d5f;
	color: #FFF;
	z-index: 9999;
	}
/* End drop-down Code */

#rust {
	background-color: #701d08;
	width:40px;
	float: left;
	position: relative;
	height: 300px;
}

#main 
{
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    color: White;
    font-size: 16pt;
    border-bottom: solid 2px black;
}
#codemain 
{
    font-family: verdana, arial;
    position: relative;
    float: left;
    width: 763px;
    text-align: justify;
    max-width: 763px;
    background-color: #ffffff;
    color: black;
    font-size: 11pt;
    border-bottom: solid 2px black;
    padding: 10px 2px 2px 2px;
}


#intmain 
{
    font-family: verdana, arial;
    position: relative;
    float: left;
    width: 618px;
    text-align: justify;
    max-width: 618px;
    background-color: #ffffff;
    color: black;
    font-size: 11pt;
    border-bottom: solid 2px black;
    padding: 20px 75px 20px 75px;
}

#intmain * 
{
   	font-family: verdana, arial;
	font-size: 11pt; 
}

#intmain a {
	font-family: verdana, arial;
	font-size: 11pt;
	color: #701d08
}

#intmain blockquote {
	padding-left: 30px;
	font-family: verdana, arial;
	font-size: 11pt;
	display: inline;
}

#intmain p {
	font-family: verdana;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

#intcontent
{
    position: relative;
    float: left;
    width: 752px;
    background-color: #FFFFFF;
    padding: 0px 8px 0px 10px;
    text-align: justify;
    font-family: verdana, arial;    
}
#bottom 
{
    position: relative;
    float: left;
    border-bottom: solid 1px #000000;
    background-color: #e8e8e8;
    width: 100%;
}
#bottomleft
{
    width: 30%;
    position: relative;
    float: left;
    border-right: solid 1px #c0c0c0;
    padding-left: 10px;
    padding-right: 2px;
    height: 260px;
    background-color: #e8e8e8;
}

#bottommiddle 
{
    position: relative;
    float: left;
    width: 34%;
    border-right: solid 1px #c0c0c0;
    padding-left: 10px;    
    height: 260px;    
    padding-right: 10px;
}

#bottomright
{
    width: 29%;
    max-width: 28%;
    position: relative;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    height: 260px;    
 
}
#bottommenu 
{
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    color: #413d3a;
    height: 20px;
  
}
#copyright
{
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    color: #413d3a;
    font-size: x-small;
}
a:link 
{
    color: #701d08;
    
}

a:hover
{
    color: #701d08;   
}

a:visited 
{
    color: #701d08;
}

.blueheader 
{
    color: #000000;
    font-size: 12pt;
}
.grayheader 
{
    color: #001052;
    font-size: 10pt;
    padding-left: 2px;
}
.newsheader 
{
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
}
.smallfont
{
    font-size: 8pt;
}