@charset "utf-8";
/* CSS Document */

body {
	font: 14px/140% Arial, Verdana, Geneva, sans-serif;
	color: #000000;
	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px; 
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	}
	
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #837b47;
	}
	
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #837b47;
	}
	
h4 {
	font-size: 16px;
	font-weight: normal;
	color: #837b47;
	}
	
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px; 
	font-weight: bold;
	color: #300018;
	margin: 0 0 15px 0;
	}
	
h6 {}

a {
	color: #5a5328;
	text-decoration: none;
	}
	
a:hover {
	color: #5a3d31;
	}

#column3 ul{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#column3 ul li{
	padding: 0 0 10px 0;
	}
	
#footer {
	font-size: 12px;
	color: #5a3d31;
	}
	