/* Sections */

body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #7BA765
	url('images/ff-back.jpg')
	repeat;
	}
	
#wrapper {
	width:510px;
	margin:20px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	background: #6E8F5E; 
	border: 1px solid #7BA765;
}


#content{
	width:490px;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px 10px;
}


#nav{
	text-align: center;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:490px;
	padding:10px;
	line-height: 30px;
	font-weight: normal;
	color: #181701;
}
	
#nav a
{
	text-align: center;
	color: #fff;
	font-size: 12px;
 	font-weight: bold;
	text-decoration: none;
	margin: 0px 50px;
}

#nav a:visited
{
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	color: #fff;
}


#bottom{
	margin: 10px 10px;
	font-size: 12px;

}

#bottom p {
	text-align: left;
	font-size: 12px;
}

#bottom a
{
	background-color : transparent;
	text-decoration: underline;
	color: #181701;
}

#bottom a:visited
{
	text-decoration: underline;
	color: #181701;
}

#bottom a:hover {
	color: #fff;
}



/* Formatting Tags */

a
{
	background-color : transparent;
	text-decoration: underline;
	color: #181701;
}

a:visited
{
	text-decoration: underline;
	color: #181701;
}

a:hover {
	color: #fff;
}

p,ul,ol {
	font-size: 12px;
	line-height:15px;
	text-align: left;
	color: #181701;
	background-color : transparent;
	list-style-type : none;
}

li {
	padding-bottom: 15px;
	}


h1, h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #181701;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #181701;
}

h2 {
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #181701;

}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #181701;
}

h4 {
border-bottom: 1px solid #7BA765;
}

hr {
color: #aa0d09;
} 