/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:100%;  

 min-width:680px;  
}
 
#header{
 position:relative; 
 height:138px; 
  background-color:#000000; 
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#000000; 
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
position: absolute;
right:0px;
top:0px;
width:160px;
background:#000;
border:0px solid #ccc;
text-align:center;
	}
 
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:75%; 
 }
 
#footer{
 height:100px; 
  background-color:#ffffff; 
 clear:both;
 } 
 
h2.main
{
font-family: verdana, helvetica, arial;
font-size: 17px;
color: #660066;
text-align: center;
}

p
{
font-family: verdana, helvetica, arial;
font-size: 11px;
color: #000000;
text-align: justify;
text-decoration: none;
padding: 10px 10px 10px 10px;
}

p.footer
{
font-family: verdana, helvetica, arial;
font-size: 10px;
color: #000000;
text-align: center;
text-decoration: none;
}

.buttonscontainer {width: 180px;}

.buttons a {color: #FF00FF;
background-color: #000066;
padding: 3px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #3300FF;
border-left: 25px solid #000000;
font: 11px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #9900CC;
color: #FFFFFF;
text-decoration: none;}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}

