	
a {
	color: #006600;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #006600;
	text-decoration:underline;
	}
a:visited {
	color: #006600;
}

	
#navigation a:hover {
	color: #FFFFFF;
	}
#navigation a:link {
	color: #FFFFFF;
}


#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #336633;
	color: #FFFFFF;
}

.tagline {
	font:11px times new roman;
	color: #FFFFFF;
	letter-spacing:0.2em;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FAEBD7;
	margin: 0px;
}
#navbar a:link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#navbar a:hover {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}
#navbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#wrapper {
	width: 800px;
	margin: auto;
	position: relative;
}
#pagetext a:link {
	color: #006600;
	font-weight: bold;
}
#pagetext a:hover {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
#pagetext a:visited {
	color: #006600;
	font-weight: bold;
}
