/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 

#twocols{
 width:100%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:20%; 
 float:right; 
 position:relative; 
 background-color:#F0F0F0;
 border-right: 1px solid #CCCCCC;
 border-left: 1px solid #CCCCCC;
 border-bottom: 2px solid #CCCCCC;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:75%; 
 }
 
#footer{
 height:50px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 
.pressebox {
	background-color: #EAEAEA;
	border: 1px solid #333333;
	padding: 4px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

#leftcol p {
	font-size: 1.0em;
	line-height: 140%;
	padding-right: 30px;
} 

#leftcol p.box {
	font-size: 0.8em;
}

#leftcol p.menu {
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
}
#leftcol p.menu a,
#leftcol p.menu a:visited {
	color: #666666;
	text-decoration: none;	
}

#rightcol p {
	font-size: 11px;
	line-height: 120%;
	padding-right: 10px;
	padding-left: 10px;
} 

#rightcol a, #rightcol a:visited {
	color: #006816;
	text-decoration: none;
	text-transform: uppercase;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #333333;
}
.small {
	font-size: 0.8em;
}


.box {
	border: 1px solid #666666;
	background-color: #E0E0E0;
	padding: 5px;
	margin-right: 30px;
}
 
 /* *** 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;}
}
