/* generated by csscreator.com */ 
*{
 margin:0; 
 padding:0; 
}
html, body{ 
 text-align:center; 
} 
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul{
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
ol{
	padding-left: 36px;
}
h2{
	font-size: 20px;
	line-height: 2.0;
	padding-top: 10px;
	background: url(images/bg_title.jpg) no-repeat left bottom;
	padding-left: 1px;
}
h3{
	font-size: 16px;
	line-height: 2;
}
p{
	padding: 10px 0px 10px 0px;
}
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border-left: 1px solid Navy;
 border-right: 1px solid Navy;
} 
 
#header{
 position:relative; 
 height:170px; 
  background-color:#898CBF; 
 width:100%;
} 
#wrapper{	
 background: White url(images/bg_left.jpg) repeat-y left;
}
#leftcol{
 width:20%; 
 float:left; 
 position:relative;
 }
#leftcol td{
	line-height: 1.6;
	background-color: #AFEEEE;
}
#leftcol td a:link{
	background-color: #D5F6F6;
	color: Blue;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
#leftcol td a:visited {
	background-color: #D5F6F6;
	color: Blue;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}

#leftcol td a:hover{
	background-color: #204DCE;
	color: White;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#twocols{
 width:80%; 
 float:right; 
 position:relative;
  }
 
#rightcol{
 width:125px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 background-color: White; 
 float: left; 
 display:inline; 
 position: relative; 
 width:80%; 
 font-size: 13px;
 line-height: 1.5;
 padding-bottom: 20px;
 }
 #maincol ul li{
 	padding-left: 16px;
	line-height: 1.6;
 }
.listimg{
	list-style-image: url(images/dot4.gif);
	padding-left: 36px;
}
#maincol .listimg li{
	padding-left: 0px;
	line-height: 2.0;
}
.showlist{
	list-style-type: square;
	padding-left: 36px;
}
#maincol .showlist li{
	padding-left: 0px;
	line-height: 1.6;
}
#footer{
 height:50px; 
 background-color:#649ad6; 
 clear:both;
 text-align: center;
 padding-top: 6px;
 font-size: 12px;
 color: #5B5B5B;
 background-image: url(images/bg_foot.jpg);
 background-repeat: no-repeat;
 } 
 

 
 /* *** 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;}
}

