<!--
.header
		{
			font-size: 28px;
			font-weight:bold;
			color: black;
		}
.bolder 
		{
			font-size: 22px;
			font-weight:bold;
			color: #0F6518;
		}
.bolder2
		{
			font-size: 18px;
			font-weight:bold;
			color:#815317
		}
.bolder3
		{
			font-size: 28px;
			font-weight:bold;
			color:#815317
		}		
.smaller
		{
			font-size: 12px;
			font-weight: bold;
			color: #921436;
		}
.highlight
		{
			color: red;
		}
-->

a:link 
	{ 
		text-align: left;
		text-decoration: none;
	}
a:visited 
	{
		text-align: left;
		text-decoration: none;
	}
a:hover
	{
		text-align: center;
		text-decoration: underline;
	}
body
	{ 
		background-color: #ABE994;
		width:100%;
		margin:0px;
		border:0px;
		padding:0px;
		font-family: Arial;
		font-size: 14px;
	}
img
	{  
		border-style: none;
	}
#logo
	{
		left:0px;
		width: 986px;
		border-bottom:1px outset;
		padding:0px;
		margin:0px auto;
		background-color: #FFFFFF;
	}

#navbar1-container
	{
		width: 986px;
		margin:0px auto;
		padding:0px;
		border-bottom:1px solid #424242;
		background-color:#F5F6CE;
		overflow:visible;
	}
	
#navbar1
	{
			width:710px;
			margin:0px;
			padding-top:0px;
			padding-bottom:0px;
			padding-left:0px;
			padding-right:0px;
			background-color: #F5F6CE;
			z-index: 90;
			overflow: visible;
	}
/*Just a shadow effect to the bottom of the top banners*/
#shadow
	{
		width: 986px;
		height:0px;
		border-bottom:1px solid #A4A4A4;
		padding:0px;
		margin:0px;
	}

#content-container
	{
		position: relative;
		margin:0px auto;
		margin-top: 10px;
		width: 986px;
		background-color: #FFFFFF;
		border-top: 2px solid black;
	}
	
#content-container div
	{
	}
	
/*A container to hold the 3 middle divs*/
#content
	{
		position: relative;
		margin-top:0px;
		margin-bottom:10px;
		padding: 0px;
	}
/*Sets the contents of the middle section of the website to float from left to right*/
#content div 
	{
		float:left;
	}	
#navbar2
	{
		position: relative;
		left:0px;
		width: 110px;
		border-top:2px solid black;
		border-bottom:2px solid black;
		text-align:left;
		margin:0px;
		padding:0px;
		background-color: Black;
		display: block;
		color: white;
	}
#navbar2 a 
{
    display: block;
    width: 109px;
	border-top: 1px solid black;
	background-color: #0B643A;
}
#navbar2 a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#navbar2 a:hover
{
	color: #FFFFFF;
	background-color: #1CDA81;
}
#navbar2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#content-main
	{
		color: black;
		position: relative;
		width:600px;
		margin-left:0px;
		text-align:center;
		padding: 5px;
		font-size: 16px;
		background-color: #FFFFFF;
		border-left: 3px double #CCCCD0;
		border-right: 3px double #CCCCD0;
	}
#content-main a:link
{
	color: blue;
}
#content-main a:visited
{
	color: blue;
}
#tools
	{
		color: white;
		position: relative;
		width:250px;
		border-bottom:2px solid black;
		margin-left: 0px;
		margin-right:0px;
		padding:5px;
		background-color: #0B643A;
		font-weight:bold;
		text-align:center;
	}
#weathercontainer
{
	border:0px;
	width: 180px;
	height: 150px;
	padding: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
}
#tools a:link
{
	text-decoration: none; 
}
#clearleft 
	{ 
		padding: 0px;
		margin: 0px;
		clear: left; 
	} 
#footer
	{
		background-color: #F5F6CE;
		position: relative;
		width:976px;
		border-top: 2px solid #CCCCD0;
		margin-top:0px;
		text-align:center;
		padding:5px;
	}
#nav, #nav ul{
margin:0px;
padding:0px;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:2em; 
z-index: 99;
}

#nav a{
display:block;
padding:0px 5px;
border:1px solid #333;
color:#000;
text-decoration:none;
background-color:#F5F6CE;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:2em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
background-color:#FBFBEF;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}	

	
