/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url(images/BackgroundPattern.gif);
 background-position:center;
 background-repeat:repeat-y;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:small;
 color:#006699;  
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px;
 background-image:url(images/Header.jpg);
 background-repeat:no-repeat;
 border-left:thin:solid:#006699;
 border-right:thin:solid:#006699;
 width:100%;
} 
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 background-image:url(images/Caterpillar-Back.gif);
 background-repeat:repeat-y;
 }
 
#footer{
 height:45px; 
 background-image:url(images/Footer.jpg);
 background-repeat:no-repeat;
 clear:both;
 } 
 
a:link, a:visited {
	color: #5681ad;
	text-decoration: none;
	}
a:hover {
	color:#ffa44b;
	/*text-decoration: underline;*/
	}

td a:link{
	color: #5681ad;
	text-decoration: none;
}

td a:hover{
	color: #ffa44b;
	text-decoration: none;
}
 
 /* *** 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 */  


