@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body,
	html {
	margin:0;
	padding:0;
	background-color:#e8f6fb;
	color:#000;
	font: 12px "Verdana", Arial, Helvetica, sans-serif;
	}
	
a:link {text-decoration: underline; color: #000;}
a:visited {text-decoration: underline; color: #000;}
a:active {text-decoration: underline; color: #000;}
a:hover {text-decoration: none; color:#000;}

#pagewidth{ 
 width:1020px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-image:url(../images/backgroundMain.jpg);
 background-repeat:repeat-y;
  
}  
 
#main{
margin-left:57px;
 width:906px; 
 
 
 
  }
  
#textArea {
background-image:url(../images/textBackground.jpg);
background-position:bottom;
padding-left:15px;
padding-right:15px;
padding-bottom:30px;

text-align:center;
line-height:20px;
}

.BoldText {
font-size:18px;
font-weight:bold;
}

#leftcol{
 width:172px; 
 float:left; 
 position:relative; 
 }
 
#twocols{
 width:734px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:169px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
background-image:url(../images/textBackground2.jpg);
height:158px;
 float: left; 
 display:inline; 
 position: relative; 
 width:565px;
 
 }
 
#footer{
 height:44px; 
 clear:both;
 } 
 
 .txt{
 font:Geneva, Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:16px;
 }

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

