html, body{ 
 margin:0; 
 padding:0; 
 } 

 body {min-width: 800px;}
body {max-width: 1300px;}
 
#pagewidth{ 
 max-width:1366px;  

 min-width:800px;  
}
 
#leftcol{
 width:49%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:51%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:97%; 
 float:right; 
 position:relative; 
 padding: 53px 15px 5px 2px;

 margin-right: 25px;
 }

 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:3%; 
 }
 
#footer{
 height:90px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

 
 /* *** 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;}
}






p  {
padding: 10px 53px 1px 53px;
font-family: Times New Roman, serif;
color: #000000;
font-size: 17px;
text-align: justify;
}

.copyright {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
font-size: .7em;
}

h2  {
margin-top: -35px;
margin-bottom: -25px;
font-family: "Comic Sans MS", cursive;
color: #000000;
text-align: center;
}

p.download  {
padding-top: 1px;
padding-left: 58px;
font-family: Times New Roman, serif;
color: #000000;
font-size: .9em;
}

span  {
padding-left: 10px;
margin-right: 10px;
}

img  {
border: none;
}

.right  {
 border-style: solid;
 border-width: 1px;
 padding: 53px 15px 5px 2px;
 margin-right: 25px;
 }

.center  {
padding-left: 30%;
}

a:link, a:visited, a:active  {
color: #000;
text-decoration: none;
}

a:hover  {
background-color: yellow;
}



