/* *** Generated by www.csscreator.com *** */
html, body{ 
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:10px;
 background-color:#f9b4f7;
 margin:0; 
 padding:0; 
 text-align:center; 
} 

a:link{
 color:#d0e27c;
}

a:hover{
	color:#ffffff;
}

a:visited{
	color:#f9b4f7;
}

#pagewidth{ 
 width:780px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:80px; 
 width:100%; 
 background-color:#f9b4f7; 
 } 
 
#leftcol{
 color:#ffffff;
 width:150px; 
 float:left; 
 position:relative; 
 margin-left:-150px; 
 margin-right:1px; 
 }
  
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
 border-left-color: #213c1d;   /* left column color */ 
 border-left-style: solid; 
 background-color: #ffffff; /* center column color */ 
 width: auto; 
 } 
 
#footer{
 height:30px; 
 width:100%; 
 background-color:#f9b4f7; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 color:#213c1d;
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #ffffff;  }

 
.clr{clear:both;}
 
.content{
  padding:5px;
  text-align:center;
  } /*padding for content */ 

  
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}
