
  
  /* generated by csscreator.com */ 
body{ 
 margin:0px; 
  
  text-align:center; 
  background-color:#717CA5 ;
  
  padding-top:10px;
} 
*{
font-family:verdana;
font-size:10pt;
color:black;

}
em,i{
font-weight:bold;

font-family : "Bitstream Vera Sans";
font-family : "Franklin Gothic Medium";
	font-family : cursive;
font-family : sans-serif;
font-size:10pt;
font-style : oblique;
}
.quotesep{
margin-top: 15px;
margin-bottom: 15px;
}
div#pagewidth{ 
 width:742px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 border:0px solid black;
 
 
} 
body>div#pagewidth{
 	height:auto;
	min-height:100%;
}
 
#header{
 border:0px solid white;
  position:relative;
 width:742px;
 height:17px;
 background:url(images/header.gif) bottom no-repeat;
} 
#wrapper{
height:100%;

}
#logo{
margin-top:10px;
}
#content{
 border:0px solid white;
 width:667px;
 text-align:left;
 margin-top:15px; position: relative;
 padding-bottom:20px;
}
#maincol{
 border:0px solid red;
 background:url(images/contentBackground.gif) repeat-y;  
 float: right; 
 display:inline; 
 position: relative; 
 width:742px;
 text-align:center;
 } 
#footer{
 width:742px;
  height:19px;
 background:url(images/footer.gif) no-repeat;

 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-table;}

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