/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #CCCC99;
	background-image: url(images/background.gif);
	
}
form {
	margin: 0px;
	padding: 0px;
}
#topnav {
	color: #ffffff;
	text-decoration: none;
}
#topnav:hover {
	text-decoration: underline;
}
#pagelink {
	color: #ffffff;
	text-decoration: none;
}
#pagelink:hover {
	text-decoration: underline;
}
#bodylink {
	color: #663300;
	text-decoration: underline;
}
#bodylink:hover {
    color: #006633;
	text-decoration: underline;
}
#bodylink:visited  {
    color: #666600;
	text-decoration: underline;
}
#leftnav {
	color: #663300;
	text-decoration: none;
}
#leftnav:hover {
	text-decoration: underline;
}
#leftnav:visited {
    color: #666600;
	text-decoration: underline;
}
#botnav {
	color: #A5A26B;
	text-decoration: none;
}
#botnav:hover {
	text-decoration: underline;
}






