/* generated by csscreator.com */ 
html, body{ 
 margin: 0; 
 padding: 0; 
 text-align: center;
 background-image: url(../images/page_bg.jpg);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: #012D54;
} 
 
#pagewidth{ 
 width: 770px; 
 text-align: left;  
 margin-left: auto; 
 margin-right: auto;
 background-image: url(../images/body_bg.jpg); 
} 
 
#header{
 position: relative; 
 height: 213px; 
 background-color: #FFF; 
 width: 100%;
 background-image: url(../images/header_lighthouse.jpg);
} 
 
#leftcol{
 width: 16%; 
 float: left; 
 position: relative;
  }
 
#twocols{
 width: 84%; 
 float: right; 
 position: relative; 
  }
 
#rightcol{
 width: 175px; 
 float: right; 
 position: relative; 
 }
 
#maincol{
 background-color: #FFF;  
 float: left; 
 display: inline; 
 position: relative; 
 width: 69%;
 padding: 10px;
 }
 
#footer{
 background-color: #FFF;
 padding: 20px 50px 10px 50px; 
 clear: both;
 text-align: center;
 font-size: 75%;
 background-image: url(../images/body_bg.jpg); 
 }
 
 /* *** 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 */  

div#leftcol a {
	height: 25px;
	display: block;
	font-size: 95%;
	color: #ABE6F5;
	text-decoration: none;
	text-align: right;
	margin: 0 8px 10px 0;
	background-image: url(../images/menu_bg.jpg);
}

h1 {
	font-size: 140%;
	height: 40px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: -10px 0 0 0;
	padding: 6px 0 0 45px;
	background: url(../images/header_bg.gif) no-repeat;
}

h2 {
	font-size: 130%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
}
 
h3 {
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
}
 
h4 {
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
}
 
h5 {
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
}
 
h6 {
	font-size: 70%;
	font-weight: normal;
	margin: 0;
}

p {
	font-size: 90%;
	margin: 2px 0 8px 0;
}

ul li {
	font-size: 90%;
	margin-top: 8px;
}

table td p {
	font-size: 90%;
	margin: 2px 0 0 0;
}
  
 /*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;}
}

