/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
 border: 1px solid gray;
  
} 
 
#header{ 
 height:87px; 
 width:100%; 
 background-image: url(i/logo-2.gif);
 background-repeat: no-repeat;
 } 
 
#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
 margin-left:-150px; 
 margin-right:1px; 
 text-align: center;
 font-size: 9px;
 }
 
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #eeeeee;   /* left column colour */ 
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#footer{
 height:15px; 
 width:100%; 
 background-color:pink; 
 color: white;
 font-size: 9px;
 text-align: center;
} 
#footer a { color: white; 
            text-decoration: none;}
#footer a:hover { text-decoration: underline; }
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 padding-bottom: 10px;
 padding-left: 5px;
 }
 
#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 left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}

body, body td { font-family: verdana, sans-serif;
                font-size: 11px; }
				
DIV.image { float: left;
            margin-right: 10px; }
DIV.image img { border: 0px; }
DIV.image a { text-decoration: none;
              color: black; }
DIV.image a:hover { text-decoration: underline; }
DIV.image p { text-align: center; }
DIV.spacer { clear: both; }
.imagetext { margin-top: auto;
             margin-bottom: auto; }
			 
			 .leftnav { width:150px; 
           padding:10px 0px 10px 0px; 
           /* border-left:1px solid blue; */ 
           wrap:off; 
            vertical-align:top; }

.leftnav a { text-align:left; 
             display:block; 
			 color:blue; 
             text-decoration:none; 
             padding:5px 2px 5px 18px; 
			 background-color: white;
			 border-bottom: 2px solid #eeeeee;
             font-size: 9px; }
.leftnav a:hover { border-top:2px solid blue; 
                   border-bottom: 2px solid blue; 
				   background-color: white;
                   padding:4px 2px 4px 18px; }
.leftnav .l2:hover { background-color:white; 
                     border:none; border-top:1px solid orange; border-bottom:1px solid orange; 
					 padding:5px 2px 5px 18px }

H1 { font-size: 11px; }

