/* CSS Document */

/*body layout*/
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#241a10;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
} 
a:link {
	color: #af8f42;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
    color: #af8f42;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #af8f42;
    font-weight: bold;
    text-decoration: underline;
}
body,td,th {
	color: #241a10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}



.tops {
	color: #af8f42;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

.tops a: {
	color: #af8f42;
	font-weight: bold;
	text-decoration: none;
}
.tops a:visited {
    color: #af8f42;
    font-weight: bold;
    text-decoration: none;
}
.tops a:hover {
    color: #af8f42;
    font-weight: bold;
    text-decoration: underline;
}

#pagewidth{ 
 width:855px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:110px; 
 background-color:#000000; 
 width:855px;
} 

#footer{
 position: relative;
 background-color: #0d2152;
 width: 760px;
}
 
#leftcol{
 background-color: #4c5670;
 width:25%;
 height: 1000px;
 float:left; 
 position:relative; 
 text-indent: 10px;
}
 
#twocols{
 width:74.95%;
 float:right; 
 position:relative; 
}
 
#rightcol{
 background-color: #4c5670;
 height: 1000px;
 float:right; 
 position:relative;
 width:24.95%; 
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: left; 
 display: inline;  
 position: relative; 
 text-indent: 10px;
 width:75%; 
 height: 1000px;
}

#container1 {
 background-color: #ffffff;
 width: 90%;
 float: left;
 margin: 10px;
 position: relative;
}

#container2 {
 background-color: #ffffff;
 width: 90%;
 float: left;
 margin: 0px;
 position: relative;
}

#container3 {
 background-color: #4c5670;
 width: 120px;
 margin: 10px;
 position: relative;
}


#containerleft {
 background-color: #4c5670;
 width: 160px;
 margin: 8px;
 position: relative;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

.title { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 line-height: 18px;
 background-color: #fbf9ec;
 color: #241a10;
}

.lfont {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #241a10;
}

.lfontbold {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 background-color: #fbf9ec;
 color: #241a10;
}

.white {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #241a10;
 background-color: #000000;
}

.subtitle {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 line-height: 20px;
 font-weight: bold;
 color: #241a10;
}

.footer {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 13px;
 color: #241a10;
 background-color: #0d2152;
}

.legal {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #fbf9ec;
}

.promo {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #fcefc5;
}

.promobold {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #241a10;
 background-color: #ffffff;
}
.links a:link, .links a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fcefc5;
	}

.links a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #af8f42;
	}

