/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

img
{  border-style: none;
}
 
#pagewidth{ 
 width:969px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:210px; 
  background-color:#FFFFFF;
 padding-top: 10px; 
 width:100%;
} 
 
#leftcol{
 width:210px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:746px;
 font-family: Helvetica, Arial, sans-serif;
 font-size: medium;
 color: gray;
 }
 
#maincol p {
padding-bottom: 0.8em;
color: #333333;
}

#maincol a:link {
color: #5f9ad2;
}

#maincol a:visited {
color: #5f9ad2;
}

.blue {
color: #5f9ad2;
}

.normallist {
color:#333333;
list-style: disc;
}

ul.normallist li a {
color:#5f9ad2;
text-decoration: underline;
}


#showcase {}

.FeatureHeader {
color: #5f9ad2;
font-weight: bold;
padding-bottom: 0;
margin-bottom: 0;
}

.SmallText {
font-weight: normal;
font-size: x-small;
}



.imgleft {
}

.imgrest {
}
 
#footer{
 height:60px;
 padding: 10px 0 1px 10px;
 margin: 10px 0 10px 0;
 color: #ffffff; 
 background-color:#FFFFFF;
 background: url(images/footer.jpg);
 background-repeat: no-repeat;
 clear:both;
 } 
 
#footer a:link, a:visited {
color:#ffffff;
}

.subscript {
font-size:x-small;
}
 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}
