/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
background-color:#000000;
background: url(bgrc.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

p {
 padding: 6px;
}
 
#pagewidth{ 
 width:90%; 
 text-align:left;  
margin-left:auto; 
margin-right:auto;
} 
 
#header{
 position:relative; 
 height:117px; 
 width:100%;
 text-align:left;
 background-color:#18659D;
 font-weight:bold;
} 

#menu{
 height:28px; 
  background-color:#800000;
  text-align:left; 
  color: #800000;
  font-weight:bold;
  clear:both;
 } 
 
#leftcol{
 width:16%; 
 float:left; 
 font-size:10pt;
 font-family:Arial;
 position:relative; 
 background-color:#800000;
 color: #ffffff;
 text-align:center; 
 }
 
#twocols{
 width:84%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:29%; 
 float:right; 
 position:relative; 
 text-align:center;
 font-size:10pt;
 color: #ffffff; 
 }
 
#maincol{background-color: #FFFFF3;  
 float: left; 
 display:inline; 
 position: relative; 
 width:71%; 
 font-size:10pt;
 font-family:Arial;
 font-weight:normal;
 }
 
#footer{
 height:23px; 
  background-color:#18659D; 
 clear:both;
 font-size:8pt;
 font-family:Arial;
 color: #000040;
 font-weight:bold;
text-align:center;
 } 
  
 /* *** 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;}
}
A:link	{
color:#D2AE06;
font-size:10pt;
font-family:Arial;
font-style:normal;
font-weight:bold;
text-decoration:underline; 
cursor:default;
font-variant:normal;
text-transform:capitalize;
}
A:hover	{
color:#BFC0DF;
font-size:10pt;
font-family:Arial;
font-style:normal;
font-weight:Bolder;
text-decoration:underline;
cursor:default;
font-variant:normal;
text-transform:uppercase;
background-color:eeeeee;
} 
A:active	{
color:#D2AE06;
font-size:10pt;
font-family:Arial;
font-style:normal;
font-weight:bold;
text-decoration:underline;
cursor:default;
font-variant:normal;
text-transform:capitalize;
}
A:visited	{
color:#000000;
font-size:10pt;
font-family:Arial;
font-style:italic;
font-weight:bold;
text-decoration:none;
cursor:default;
font-variant:normal;
text-transform:capitalize;
} 

