/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-image: url(images/bg_img.png);
	/*text-align: center;*/
}

.style9 {
	font-size: 24px
}

body {
	background-color: #CFE6C0;
}
table { border-style:solid; border-spacing:inherit; border-width:thick;

}
/*#wrapper {
	width: 760px; margin: 0 auto; text-align: left; 
} */

 a {
	font-family: Arial, Helvetica, sans-serif;
	
}
a:link {
	
	color: #000000;
	text-decoration: underline;
	
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #336666;
}
a:active {
	
	color: #000000;
	text-decoration: underline;
}
a.nav:link, a.nav:visited {
  padding: 5px;
  font-weight: bold;
  color: #ffffff;
  background-color: #336666;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
a.nav:hover, a.nav:active {
 padding: 5px;
  font-weight: bold;
  color: #336666;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
 }
#pagewidth{
	width:999px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
	position:relative;
	/*background-color:#D62319;*/ 
 width:100%;
	height: 303px;
} 
 
#leftcol{
	width:218px;
	float:left;
	position:relative;
	
 /*background-color:#FFA300;*/ 
 }
 
#twocols{
 width:781px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:218px; 
 float:left; 
 position:relative; 
 /*background-color:#FFA300*/;
 }
 
#maincol{
	background-color: #33CC99;
	float: left;
	display:inline;
	position: relative;
	width:555px;
 }
 
#footer{
  /*background-color:#D62319; */
 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;}
}
