/* *** Generated by www.csscreator.com *** */
html, body{ 
 color:#000000;
 font-family:Georgia, Verdna, Helvetica, Sans Serif;
 font-size:9pt;
 line-height: 15pt;
 font-style:regular;
 font-weight:regular}
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:150px; 
 width:100%; 
 font-size: 300%;
 background-color:#FFFFFF; 
 text-align: center;
 /* text-transform: uppercase; */
 text-decoration: underline;
 } 
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-right-width: 300px; /* right column width. NN4 hack to hide borders */ 
border-right-color: whitesmoke;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:300px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-300px; 
 margin-left:1px; 
} 
 
#footer{
 height:150px; 
 width:100%; 
 background-color:#FFFFFF; 
 text-align: center;
 text-size: 90%;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}

