body {
	margin: 0;
	color: #000;
	background: #FFF;
}
a {
	font: bold;
	color: #669;
}
a:hover {
	color: #66f;
	text-decoration: none;
}
a img {
	border-color: #000;
	background: #F0FFFF;
}
a.wh {
	font: normal;
	color: #DCDCDC;
}
a.wh:hover {
	color: #FFF;
	text-decoration: none;
}
hr {
	color: #669;
	background: #669;
	border: 0;
	height: 2px;
}
form {
	margin: 0;
}

.main {
	font: 14px Verdana,sans-serif;
	padding: 5px;
}
.boldtext {
	font: bold 18px Verdana,sans-serif;
	padding: 5px;
}
.orange {
	color: #FC3;
}
.smalltext {
	font: 12px arial,sans-serif;
}
td.smalltext {
	font: 12px arial,sans-serif;
	padding: 2px 4px;
}
.left {
	background: url(images/gunnypasbg.jpg) repeat-y 10px 0px;
	font: 16px "Comic Sans MS",sans-serif;
	color: #FC3;
	padding: 5px;
}
.bottom {
	background: url(images/gunnypasbg.jpg) repeat-x;
	font: 16px "Comic Sans MS",sans-serif;
	color: #FC3;
}
.header {
	font: bold 24px "Comic Sans MS",sans-serif;
	color: #336;
	padding: 0 5px; 
	border-bottom: 2px solid #669;
}
.indexheader {
	font: bold 22px "Comic Sans MS", sans-serif;
	color: #336;
	padding: 0 10px 10px 10px;
}
.subheader {
	font: bold 20px "Comic Sans MS",sans-serif;
	color: #336;
	padding: 0 5px;
}
#dropmenudiv{
	position:absolute;
	z-index: 100;
	border: 1px solid #000;border-top: 0;
	text-indent: 5px;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	font: normal 12px "Comic Sans MS",sans-serif;
	color: #669;
	text-decoration: none;
	padding: 3px 0;
	border-top: 1px solid #000;
}
#dropmenudiv a:hover {
	color: #FFF;
	background: #669;
}
table.sidemenu {
	border: 1px solid #FFF;border-top: 0;
}
table.sidemenu td {
	border-top: 1px solid #FFF;
}
table.sidemenu td a {
	display: block;
	width: 100%;
	font: normal 14px "Comic Sans MS",sans-serif;
	color: white;
	text-decoration: none;
	padding: 3px 0;
	text-indent: 5px;
}
table.sidemenu td a:hover {
	color: #669;
	background-color: #F0FFFF;
}
table.sidemenu td a.selected {
	color: #FC3;
	font-weight: bold;
}
td.bottommenu {
	padding: 4px;
	color: #DCDCDC;
}
td.bottommenu a {
	font: normal 14px "Comic Sans MS",sans-serif;
	color: #DCDCDC;
	text-decoration: none;
}
td.bottommenu a:hover {
	color: #FFF;
}
table.button {
	border: 1px solid #669;
	width: 120px;
	background: #336;
}
table.button td a {
	display: block;
	width: 100%;
	font: normal 14px "Comic Sans MS",sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 4px 0;
}
table.button td a:hover {
	color: #669;
	background-color: #F0FFFF;
}