﻿/* DEFAULT HTML TAGS */

body {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: green ;
	background-image: url(../images/leaf9.jpg);
	background-repeat: repeat;
	}

a {
	color:black;
}

h1{
	font-size:1.2em;
	color: #0B1900;
    }

h2{
	font-family: Arial;
	font-size:1em;
	
}

h3{
	font-size:0.8em;
    margin-bottom: 5px;
}

td{
font-size:0.8em;
font-weight: bold;
}

dd{
font-size:0.8em;
font-weight: bold;
padding-bottom: 3px;
}

#container
{
background-color: #fff;
border: 1px solid #6B7600;
}



/* TOP BANNER */

#top{
	color: white;
	background-color: #0B1900;
		border-bottom: 1px solid #gray;	
}

#top h1{
font-size:1.6em;
color: white;
}


	

/* CONTENT AREA */

#content{
	font-size: 1em;
	background: white;
}

#content img {
border: 0px solid black;
}

#content h1{
	font-family: Arial, sans serif;
	font-size:1.0em;
	color: black;
	text-align: left;
	padding-left: 60px;
	background-image: url(../images/headimage2.gif);
	background-repeat: no-repeat;	
	margin-bottom: 10px;

    }

/* Brown */
#content h2{
    color: #964B00;
}

#content h3{
	font-family: Arial, sans serif;
	font-size:1.2em;
	color: black;
	text-align: left;
	margin-bottom:6px;
	margin-top: 0;
	
}	
	
#content 4{
	font-family: Helvetica;
	color: green;
	font-size: 1em;
}

#content a {
	color: #0B1900;
}

#content table{
border: none;
}

#contentbox{
	font: bold 12px Verdana, Helvetica, sans-serif;
	background: #006633; 
	color:white;
}

#contentbox a {
	color: white;
}

#footer{
	font-weight: bold;
	font-size: 0.7em;
	color: white;
	background: #0B1900;
	border-top: 1px solid gray;
}

