/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 font-size: 1em;
 text-align:center; 
  font-family: Arial, Helvetica, sans-serif;

} 
 html { min-height:100%; margin-bottom:1px; } /* add scrollbar to short pages */ 
#pagewidth{ 
 width:750px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
 border: 1px solid #4D16BC;; 
} 
 
#header{ 
 height:100px; 
 width:100%; 
  background-color:white; 
  border-bottom:1px solid #4D16BC; 
 } 
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 200px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #BDD9E6;   /* left column colour */ 
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#footer{
 height:50px; 
  width:100%; 
color: black;
 background-color: #B0DAD5; 
 border-top:1px solid #4D16BC; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 
 border-left:1px solid #4D16BC; 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 

 }
img.header {
padding: 9px;
}
 
#outer>#inner { border-bottom: 1px solid #ffffff;  }
 
.clr{clear:both;}
 
.content{padding:0px 15px 0px 15px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

p {	font-family: Arial, Helvetica, sans-serif;
   	font-size: 80%;
    }
ul{
list-style-image: url(images/diamond.gif);
font-size: 80%;}

a
	{
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: .8em;
	  }
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
