        
body { 
	background-image: url(images/background.gif);
	margin: 0px; 
	font-family: "Times New Roman", Georgia, serif; 
	font-size: medium; 
	color: #004400;  
	}

#allcontent { 
	width: 950px;
	background-color: #f8fed3;
	border: thick solid #602400;
	margin-left: auto;
	margin-right: auto;
	}

#header { 
	text-align: center;
	border-bottom-color: #602400; 
	border-bottom-width: thick; 
	border-bottom-style: solid; 
	}

#navbar {
	padding: 5px 0px 0px 5px;
	border-bottom-color: #602400;
	border-bottom-width: thick;
	border-bottom-style: solid;
	}

#sidebar 
 {
	padding: 15px;  
	width: 200px; 
	text-align:center; 
	float: left; 
	}

#main { 
	margin: 0px 0px 0px 245px; 
	padding: 15px; 
	}
table { 
	padding: 10px;
		}

td {
	padding: 15px;
	width: 160px;
	color: #602400;
	}

#footer { 
	margin: 0px 50px 0px 50px;
	padding: 15px;
        	font-size: 75%; 
	text-align: center; 
	clear: left;
	}

h1, h2 { 
	font-size: 150%; 
	text-align: center; 
	}

h2 {
	font-size: 120%;
	text-decoration: underline;
	}
h3 {
	font-size: 110%;
	text-align: left;
	}	
        
		
a:link { color: #004400; 
	}
a:hover { color: #602400; 
	}
a:visited { color: #004400;
	}
img {border-width: 0px; }
