body { 	background: #ffffff;	font-family: arial, sans-serif;	font-size: 8pt;	color: #000000;	margin: 0;	padding: 0;	}
	
		img {	border: 1px solid #000000;	margin-right: 5px;	}	a:link {	border: 0;	color: #990000;	}	a:hover {	text-decoration: none;	font-weight: bold;	}	a:visited { 	border: 0;	color: #330000;	}
	
.centered { text-align: center; }

.news { 
    margin: 0px 10px 20px 0px;
    padding: 10px;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
    border-top: 1px dotted #000000;
    border-right: 1px dotted #000000;
    background: #ffffff;
    }h1 {	margin-top: 2em;	font-family: arial, san-serif;	font-size: 15pt;	border-bottom: thin solid black;}#header {
    position:relative;	font-size:10pt;	background-image: url(headback.jpg); 
	background-position: bottom left;
	background-repeat: no-repeat;	color: #ffffff; 	min-height: 100px;	padding: 15px 10px 15px 25px;
	border-bottom: 2px solid black;		}
	
#header img { float:left }
	
#header h1 {  
    color: black;
	font-family: times-new-roman, serif;
	font-size: 2em;
    border:none;
    margin:0px;
   }
   
/* DO NOT EDIT #content */

#content { 
	background: #ffffff;
	color: #000000; 
	margin: 0px auto 0px auto; 
	padding: 0; 
	width: 100%;
    min-height: 600px;
    border:0px;
	text-align: left; /* For IE5 to work */
	}



/* #content ends here */
/* THIS IS THE NAVIGATION COLUMN ON THE LEFT */	

#leftcolumn { 
  	float: left;
  	background: #d1ac00;
	color: #000000; 
	line-height: 1.5em;
	border-right: 3px solid #999999;
	padding: 0px 10px 0px 20px; 
    margin-top: 0px;
	margin-bottom: 0px;
	min-height: 500px; /* Must match min-height in #body */	
	width: 150px;
}

#leftcolumn h1 {
		text-align: center;
		font-size: 1.5em;
		font-family: verdana, Sans-Serif; 
		color: #222222;
        margin-top: 30px;
		border:0px;
		}
		
#leftcolumn ul { 
	margin-left: 20px;
	padding : 0; 
	list-style-type: none;
	list-style-image: url(http://www.geocities.com/mrs_vanblundht/bullit.gif);
	}
	
#leftcolumn p { 
	font-size: 0.9em;
	line-height: 1.3em;
	 }

/* #leftcolumn ends here */

#mainbody {
	position: relative;
	font-size: 1.2em; 
	background: #ffffff;
	border-left: 3px solid #999999;
	color: #000000; 
	line-height: 1.7em;
	padding: 10px 10px 0px 20px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:180px;
	width: 650px;
	min-height: 600px; /* Must match min-height in #leftcolumn */	
	}

#mainbody h1 {
		font-size: 1.5em;
		font-family: verdana, Sans-Serif;
		border:none; 
		}

#mainbody h2 { 
	font-size: 1.2em; 
	margin-bottom: -0.1em; }
	
#mainbody ul { 
	margin-left: 30px;
	margin-top: -1px;
	padding : 0px 40px 0px 0px; 
	list-style-type: square;
	}

#mainbody ul ul { list-style: circle; }

#mainbody ol { 
	margin-left: 30px;
	margin-top: -1px;
	padding : 0px 40px 0px 0px; 
	}
		
#mainbody .date { 
    font-style: italic; 
    font-weight: bold;
    text-decoration:underline; }
	
#footer {
	text-align:center;
    clear:left;
	background: #d1ac00;
	width: 100%; 
	margin: 0;
	border-top:1px solid #444444;
	padding: 10px 0px 10px 0px;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
    color: #000000; 
	}