/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#003300;
 background-image: url(grafx/backg.png);
 background-repeat:repeat-x
} 

h1 { font-family: Lucida Grande, Arial, Helvetica, sans-serif;
font-size:18px;
color: #993300;
padding-left:20px;}
p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
line-height:120%;
color:#333333;
padding-left:40px}
td {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
line-height:120%;
color:#333333;
padding-left:40px}

ul {
margin-top:10px;
margin-bottom:20px
}
li {
display:block;
float:left;
width:160px;
font-family: Lucida Grande, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#003300;
margin-bottom:20px;border-bottom:#ffffff 6px solid;

}
li a {color: #003300;

text-decoration: none}

li:hover {
border-bottom:#003300 6px solid;
margin-bottom:20px
}

legend {
font-family: Lucida Grande, Arial, Helvetica, sans-serif;
font-size:16px;
color: #993300;
}

.rhstext{ font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
font-size:10px}
 
#pagewidth{ 
 width:970px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 margin-top:10px 
} 
 
#header{
 position:relative; 
 height:160px; 
  background-color:#FFFFFF; 
  background-image: url(grafx/header.jpg);
 width:100%;
} 
 
#twocols{
 width:970px; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
  }
 
#rightcol{
 width:220px; 
 float:right; 
 position:relative; 
 text-align:center;
 background-color:#FFFFFF;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:750px; 
 }
 
#footer{
 height:40px; 
  background-color:#FFFFFF; 
 clear:both;
 text-align:right;
 
 } 
 #footer .foottext{
 font-size:9px;
 margin-top:0px;
 padding-top:6px;
 margin-right:10px;
 font-family:Arial, Helvetica, sans-serif
 
 }
  #footer .foottext a {
  text-decoration:none;
  color: #993300
 }
   #footer .foottext a:hover {
  text-decoration:underline;
  color: #993300
 }
 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

