/* CSS Document */

body{ 
margin: 0px;
 padding:0; 
 text-align:center; 
 background-color: #afafa7;
  height: 100%;
} 
#wrapper {
width: 785px;
margin: 0px;
position: relative;
background: #ffffff;
border-top: 8px solid #ffcc66;
}
#pagewidth{ 
margin-top: 20px;
width:792px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
background-color: #FFCC66;
} 
 
#header{
 position:relative; 
 height:55px; 
  background-color: #ffcc66; 
 width:100%;
 margin-left: 0px;
 margin-bottom: 0px;
} 
 #searchform {
height:25px;
 margin-top: 30px;
}

#leftcol{
 width:25%; 
 float:left; 
position:relative;  
 padding-left: 3px;
 padding-top: 5px;
   border-right: 1px solid #cccccc;
 }


#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 125px;
background-color: #687482;
border-bottom: 3px solid #ffffff;
}

#navcontainer a:link, #navlist a:visited
{
color:#FFffff;
text-decoration: none;

}

#navcontainer a:hover
{
text-decoration: none;
background-color: #333366;
color: #fff;

}
#leftlinks {
font-family: arial;
font-size: 11px;
}
h3 {
font-size: 16px;
font-weight: bold;
font-family: arial;
}


#maincol{
width:73%;
background: #fffffF url("images/sseal_alpha.gif") bottom center no-repeat;  
 float: right; 
 position: relative; 
 padding-top: 30px;
 font-size: 11px;
 font-family: arial;
 }
 .maintext {
 padding: 8px;
 line-height: 1.4;
 text-align: justify;
 width:90%;
}
.regtext {
font-family: arial;
font-size: 11px;
padding-right: 10px;
}
.date {
font-family: arial;
font-size: 11px;
color: #6699FF;
text-align: right;
padding-right: 25px;
}
IMG{
border: 0;
}
.cc, .cc a:link, .cc a:visited {
text-align: right;
font-family: arial;
font-size: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-decoration: none;
color: #666666;
}

a:link, a:visited {
color:#336699;
text-decoration: none;
}
a:hover {
color: #003366;
text-decoration: underline;
}
a:active {
color: #3399FF;
text-decoration: none;
}
 .imgspace {
 margin-right: 10px;
 }
 /* *** 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;}
}
