html, body{margin:0; padding:0; text-align:center; background-color:#465129;
 font-family:Arial,Tahoma,Verdana,sans-Serif;} 
 
#page{width:92%; max-width:725px; min-width:650px;
text-align:left; margin:0 auto; background-color:#fff;
border-left:#ccc 2px solid; border-right:#ccc 2px solid;} 
 
#header{position:relative; height:130px; background-color:#fff; width:100%;
 display:block; border-bottom:#ccc 1px solid; overflow:auto;} 
 .logo{padding:3px 30px; position:relative; float:left;}
 .logo a, visited{color:#203f5e;}
 .logo a:hover{text-decoration:none;}
 .contact{padding:20px; text-align:right; position:relative; float:right;
  color:#aaa; font-weight:bold; margin-top:15px;}
 
#left{width:160px; float:left; background-color:#fff; padding-right:3px;
 border-right:#ddd 1px dotted; border-bottom:#ddd 1px dotted;}
.nav a{color:#203f5e; font-size:16px; line-height:24px;}
.nav a:hover{color:#465129; text-decoration:none; font-weight:bold;}
 
#main{background-color:#fff; margin-left:170px; padding:0 25px 0 15px;}
 
#footer{height:120px; background-color:#fff; clear:both; display:block;
 margin-left:170px; border-top:#ccc 1px dotted; text-align:center;
 color:#465129; font-size:10px; overflow:auto;} 
#footer a{color:#203f5e; text-decoration:none;}
#footer a:hover{color:#465129;}
 
 h1{color:#203f5e; font-size:26px; line-height:26px; font-family:Century, Georgia, serif;}
 h2{font-size:22px;}
 h3{font-size:16px;}
 h4{font-size:14px;}
 a{text-decoration:none;}
 a:hover{text-decoration:underline;}
 img{border:0px solid #fff; padding:5px;} 
 a img{border:none;}
 .b{font-weight:bold;} 
 .i{font-style:italic;}
 .c{text-align:center;}
 .s{font-size:10px;}
 .g{color:#465129;}
 .bl{color:#203f5e;}
 .lg{font-size:16px;}
 
ul{list-style-type:none;}
ul.disc{list-style-type:disc;}
ul.dash li:before{content:"\002D \0020"; color:#203f5e;} 
ul.gt li:before{content:"\00BB \0020"; color:#203f5e;}
ul.dot li{background-image:url(images/dots.gif); background-position:left top; 
background-repeat:no-repeat; padding-left:20px;}
ul.arrow li{background-image:url(images/arrow.gif); padding-left:33px; 
background-repeat:no-repeat; line-height:1.5;}
.box{border:1px #ccc solid; padding:5px; width:45%; margin:1%; float:left;}
.box2{padding:5px; width:40%; margin:1%; float:left;}
.box3{border:1px #203f5e dotted; padding:10px; width:90%; margin:0 auto 0 auto;}
.box4{border:1px #ccc solid; padding:5px; width:45%; margin:0 auto 0 auto;}

 .cl{clear:both;}

.clear:after{content: "."; display:block; height:0; clear:both; visibility:hidden;}
.clear{display:inline-block;}

/* Hides from IE-mac \*/
* html .clear{height:1%;}
.clear{display:block;}
/* End hide from IE-mac */  


/*   printer styles  */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#left{display:none;} 
#twocols, #main{width:100%; float:none;} }

