/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 color: white;
 background-color: #66CCFF;
 font-family: Arial, sans-serif;
 font-size: 10pt;
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-color: #223138;
} 
 
#header{
 position:relative; 
 height:183px;
 width:100%;
}

#leftcol{ 
 float:left; 
 position:relative;
 padding-left: 8px;
 padding-top: 8px;
 padding-bottom: 8px;
 font-weight: bold;
 background-image: url('images/backleft.gif');
 background-repeat: no-repeat;
}

#nav {
 width: 140px;
}

#logos {
 background-color: white;
 line-height: 35px;
 text-align: center;
 width: 140px;
 padding-top: 10px;
}

#link {
 background-image: url('images/nav-up.gif');
 line-height: 23px;
 padding-left: 8px;
 border: 2px outset #544232;
 font-size: 11pt;
}

#link a {
 color: #223138;
 text-decoration: none;
}

#link a:hover {
 color: #544232;
 text-decoration: underline;
}
 
#link:hover {
background-image: url('images/nav-down.gif');
}
 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative;
 width: 596px;
 padding-top: 8px;
 padding-right: 8px;
 padding-bottom: 8px;
 background-image: url('images/backright.gif');
 background-repeat: no-repeat;
 background-position: top right;
 }

#text {
 background-color: #66ccff;
 padding-left: 10px;
 padding-right: 10px;
 color: #223138;
}

#box {
 background-color: white;
 color: #223138;
}
 
#footer{
 clear:both;
 background-color: #448aaa;
 text-align: center;
 font-size: 8pt;
 padding-top: 1px;
 background-image: url('images/footer.jpg');
 background-repeat: no-repeat;
 background-position: bottom;
 padding-bottom: 63px;
 }
 
#footer a {
 color: white;
 text-decoration: none;
}

#footer a:hover {
 text-decoration: underline;
}

#spacer {
 height: 8px;
 line-height: 8px; /* I ONLY need this cause of @^#$#%^& IE */
}

 
 /* *** 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 */  

