/* generated by csscreator.com */ 
html, body{ 
 background-image:url('home.jpg');
 background-repeat:repeat;
 background-position:right top;
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:740px; 
 text-align:left; 
 background-color:#000077; 
 margin-left:auto; 
 margin-right:auto;  
 margin-bottom: 20px;
} 
 
#header{
 position:relative; 
  background-color:#000077; 
 width:100%;
} 
 
#leftcol{
 width: 180px; 
 height: 450px;
 float:left; 
 position:relative; 
 background-color:#000077; 
}
 
#maincol{background-color: #000077;  
 float: right; 
 display:inline; 
 position: relative; 
 width: 560px; 
}
 
#featurebox {width:500px; 
 float: right; 
 background-color: #FFFFFF; 
 border-style: double;
 border-width: 5px;
 border-color: #960001;
 height: 110px;
 padding: 5px;
 margin: 15px;
}

#contentbox {width:505px; 
 float: right; 
 background-color: #000077; 
 padding: 2px;
 overflow: auto;
 height: 300px;
}
 
#rightbox {width:505px; 
 float: right; 
 background-color: #000077; 
 padding: 2px;
 overflow: auto;
 height: 450px;
}

#white {border:5px solid #ffffff; 
 width:505px; 
 float: right; 
 background-color: #ffffff; 
 overflow: auto;
 height: 450px;
 padding: 5px;
}

#footer{
 background-color:#000077; 
 clear:both;
 height: 100px
} 

#ps {
 width: 400px; 
 margin-left: auto; 
 margin-right: auto; 
 margin-top: 20px; 
 margin-bottom: 20px; 
 background-image: url("blue.png");
 border: 2px solid black;
}
 
p {color:#ddeeee; text-align:justify; text-indent: 20px}
p.ps {text-align:center; text-indent: 0px; font-size: .8em;}
p.note {color:#ddeeee; text-align:justify; font-size: 10pt}
p.dark {color:#000077}
p.feature {color:#960001; text-align: left; font-weight:700; font-size: 16pt; text-indent: 0px; margin-top: 2px;}
li {color:#ddeeee}
h1 {text-align:center; color:#ddeeee}
h2 {color:#ddeeee}
h3 {color:#ddeeee}
a:link {color:#bbdddd}
a:visited {color:#aabbbb}
a:hover {color:#ffee86}
a.feat:link {color:#000077}
a.feat:visited {color:#000000}
a.feat:hover {color:#d42828}
 
 /* *** 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;}
}