html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/bkndpage.jpg);
	background-repeat: repeat-x;
	background-color: #208ac8;
	height: 100%;
} 
 
#pagewidth{ 
 width:864px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 height: 100%;
 background-image: url(images/bknd.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 background-color: #eaf5f9;
} 
 
#header{
 position:relative; 
 height:195px; 
 width:100%;
} 
 
#leftcol{
 width:216px; 
 float:left; 
 position:relative; 
 height: 100%;
}
 
#twocols{
 width:648px; 
 float:right; 
 position:relative;
 height: 100%; 
}
 
#rightcol{
 width:216px; 
 float:right; 
 position:relative;
 /*position: absolute; */
 height: 100%;
}
 
#maincol{
 float: left;
 display:inline;
 position: relative;
 width:432px;
 height: 100%;
}
 
#footer{
 clear:both;
} 
 

 
 /* *** 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;}
}
.mainboarder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #48a5c2;
	border-bottom-color: #48a5c2;
	border-left-color: #48a5c2;
}
.mainfooter {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #48a5c2;
	border-left-color: #48a5c2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #48a5c2;
}
.mainboardersides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #48a5c2;
	border-left-color: #48a5c2;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.txtsml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.txtfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3796cd;
	font-size: 12px;
}
a {
	color: #3796cd;
}
.yellowboarder {
	border: 3px solid #FFF200;
}
hr {
	border: 0;
	color: #5aa39a;
	background-color: #5aa39a;
	height: 1px;
	width: 100%;
	text-align: left;
}