body {
	text-align: center;
	color: #fff;
	font-weight: bold;
	}
	
	
.style1 {font-size: 100%}
.style3 {
	color: #336633;
	font-size: 100%;
	font-weight: bold;
}
/* NAVIGATION BUTTONS */
#nav {
	float: left;
	display: inline;
	margin-left: 2px;
	padding: 0px 0px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 2px;
	}
#nav ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
#nav ul a
	{
	display: block;
	text-decoration: none;
	background: #FFF;
	color: #363;
	padding: .3em .5em;
	border-top: 3px solid #FFF;
	border-left: 1px solid #363;
	border-right: 3px solid #FFF;
	border-bottom: 2px solid #363;
	width: 7em;
	font-weight: bold;
	}
#nav ul a:hover 
	{
	color: #FFF;
	border-top: 3px solid #000;
	border-left: 1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 2px solid #000;
	background-color: #363;
	font-weight: bold;
	}
#nav a.current
	{
	color: #FFF;
	border-top: 3px solid #000;
	border-left: 1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 2px solid #000;
	background-color: #363;
	font-weight: bold;	
	}

#nav li
	{
	padding: 0 5px 5px 0;
	}
	
/* FOOTER LINKS with hover action*/
a.foot:link  	{text-decoration: underline; background:#666; color:#fff; font-weight: bold; }
a.foot:visited 	{text-decoration: underline; background:#666; color:#fff; font-weight: bold; }
a.foot:hover 	{text-decoration: none; background: #fff; color:#666; font-weight: bold; }
a.foot:active 	{text-decoration: none; background: #fff; color:#666; font-weight: bold; }

/* ACTIVE LINKS for links within page content */	
a.link:link  	{text-decoration: underline; background:#FFFFFF; color:#363; font-weight: bold; }
a.link:visited 	{text-decoration: underline; background:#FFFFFF; color:#363; font-weight: bold; }
a.link:hover 	{text-decoration: none; background: #363; color:#FFFFFF; font-weight: bold; }
a.link:active 	{text-decoration: none; background: #363; color:#FFFFFF; font-weight: bold; }

p {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1	
	{
	margin: 0;
	border-bottom: 5px solid #363;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 50px;
	}
	
h2
	{
	margin-top: 0;
	color: #000;
	font-weight: bolder;
	font-size: 28px;
	}
h3
	{
	margin-top: 0;
	color: #000;
	font-weight: bolder;
	font-size: 24px;
	}
h4 {
	margin: 5px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #363;
	text-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #363;
}
h51 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #363;
}
h6 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #363;
}
a img {
    border: 0;
}
