/* generated by csscreator.com */ 
html, body{ 
 background-image:url('bkgrnd.jpg');
 background-repeat:repeat-x;
 background-position:right top;
 background-attachment: fixed;
 background-color:#044a32;
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:740px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:70px; 

 width:100%;
} 

#wrapper {
 width:740px;
 position: relative;
 background-color: #ebebeb;
}
 
#centered {
 width: 350px;
 margin-left: 195px;
 margin-right: 195px;
 background-color: #ebebeb
}

#leftcol{
 width:330px; 
 padding:20px;
 float:left; 
 position:relative; 
 background-color:#ebebeb; 
 }

#topl{
 width:330px;
 height:20px;
 background-color: #ebebeb;
}

#midl{
 width:330px; 
 height:380px;
 overflow: auto;
 background-color:#ebebeb; 
 }

#bottoml{
 width:330px; 
 position:relative; 
 background-color:#ebebeb; 
 }
 
#maincol{background-color: #ebebeb;  
 padding:20px;
 float: right; 
 display:inline; 
 position: relative; 
 width:330px; 
 }

#topr{
 width:330px;
 height:20px;
 background-color: #ebebeb;
}

#midr{
 width:330px; 
 height:380px;
 overflow: auto;
 background-color:#ebebeb; 
 }

#bottomr{
 width:330px; 
 background-color:#ebebeb; 
 }
 
#footer{
 height:70px; 
 clear:both;
 } 

#ps{
 background-color: #044a32;
}

p {color:#001542; text-align:left; font-size: 14px}
p.ctr {color:#001542; text-align:center; font-size: 14px}
p.nav {color:#001542; text-align:center; font-size: 16px; line-height:50%;}
p.block {color:#001542; text-align:justify; font-size: 14px}
p.small {color:#001542; text-align:left; font-size: 12px}
p.ps {color:#ebebeb; text-align:center}
a:link {color:#044a32}
a:visited {color:#043fa4}
a:hover {color:#645c7a}
a.ps:link {color:#ffffff}
a.ps:visited {color:#bebebe}
a.ps:hover {color:#baffc0}
img {border:5px solid #ebebeb}
img.hf {border:0px solid #044a32}
h1 {color:#044a32; text-align:center}
h2 {color: #044a32; text-align: left}
h3 {color: #044a32; text-align: left}
li {color:#001542; text-align:left; font-size: 14px; margin:10px;}
ol {color:#001542; text-align:left; font-size: 14px; margin:10px;}
ul {color:#001542; text-align:left; font-size: 14px; margin:10px;}
 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}

