body 	{
	color: #F1E6C7;
	font-family: Garamond, serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	background-color: #003700;
	}
	
h1	{
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	}

h2	{
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #004600;
	}

h3	{
	color: #004600;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	}

h4	{
	color: #004600;
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	}


h5	{
	color: #004600;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	}

h6	{
	color: #004600;
	font-family: Arial, sans-serif;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	}

h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	font-weight: bold;
}

a:link	{
    color: #997C26;
	/*color: #D8BB63;*/
	font-family: Garamond, serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	}

a:visited{
	color: #004600;
	font-family: Garamond, serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	}

a:hover	{
	color: #004600;
	/*color: #F1E6C7;*/
	font-family: Garamond, serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	}

a:active{
	color: #806820;
	font-family: Garamond, serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	}

ul	{
	list-style-type: disc;
	}
	
hr	{
	color: #821316;
	background-color: #821316;
	border: 0;
	height: 3px;
	width: 65%;
	text-align: center;
	}
	
em  {
    font-weight:normal;
    font-style:italic;
    }
    
strong  {
    font-weight:bold;
    font-style:normal;
    }

.center	{
	text-align: center;
	}

.left	{
	float: left;
	margin: 10px;
	}

.right	{
	float: right;
	margin: 10px;
	}
	
.highlight{
	background: #FFFF00;

}



#header	{
	width: 95%;
	text-align: center;
	}

#content{
	float:right;
	width:70%;
	margin-right:5%;
	padding:5px;
	color: #004600;
	}

#menu	{
	clear: both;
	float:left;
	min-width:150px;
	width:18%;
	margin:1%;
	margin-top:25px;
	border:2px #821316 solid;
	background: #821316;
	color:#FFFFFF;
	text-align:center;
	}
#menu a:link	{color: #D8BB63;}
#menu a:visited {color: #B5932D;}
#menu a:hover	{color: #F1E6C7;}
#menu a:active  {color: #806820;}


#footer	{
	clear: both;
	width: 90%;
	margin:10px;
	padding:10px;
	color: #F1E6C7;
	}

.topic	{
	border:2px #821316 solid;
	background: #F1E6C7;
	padding:8px;
	margin-top:25px;
	}

img {
	border:2px #821316 solid;
	}

