a {
	background: #FFFFFD;
	color: #0000FF;
	text-decoration: underline;
}

a.menu {
	background: #FFFFFD;
	color: #0000FF;
	text-decoration: underline;
}

a.notice {
	background: #ffffcc;
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	background-color: #339933;
	color: #FFFFFF;
	text-decoration: none;
}

body {
	font-family: verdana, geneva, arial, helvetica, sans-serif; /*margin: 0; padding: 0;*/
	color: #000000;
	background-color: #ddd;
	background-image: url(images/brownbkg.jpg);
}

h1{
	background: #FFFFFD;
	color: #008400;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 120%;
}

h2 {
	background: #FFFFFD;
	color: #006400;
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 105%;
}

h3 {
	background-color: #FFFFFD;
	color: #006600;
	font-family: bold, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 100%;
}

h4 {
	background: #FFFFFD;
	color: #009900;
	font-family: bold, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 95%;
	line-height: 100%;
}

p.footertext {
	background: #FFFFFD;
	color: #808080;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
}

p.pagebody, ul {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 88%;
	line-height: 130%;
	vertical-align: top;
}

span.headertext {
	background: #FFFFFD;
	color: #008400;
	font-family: bold, tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 80%;
}

span.logotext {
	background: #FFFFFD;
	color: #008400;
	font-family: bold, tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 180%;
}

#banner	{
	background-color: #FFFFFD;
	padding-top: 1em;
	margin-left: 10px;
	margin-top: 20px;
}

#container {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFFFFD;
}

#content {
	padding-top: 1em;
	margin: 5px 2em 10px 220px;
}

#footer	{
	clear: both;
	background-color: #FFFFFD;
	margin: 0 0 0 0;
	padding: 1em;
	text-align: left;
	border-top: 1px solid #FFF;
}

#nav {
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 25px;
	padding-top: 10px;
	background: #FFFFFD;
	border: 1px dotted #E6E6FA;
	color: #000000;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#nav p, #content h2 {
	margin-top: 0;
}

table { background : #FFFFFD; font-family : verdana, geneva, arial, helvetica, sans-serif; font-size : 100%; line-height : normal; padding : 4px; text-align : left; }
td { font-family : verdana, geneva, arial, helvetica, sans-serif; font-size : 100%; line-height : normal; padding : 4px; text-align : left; vertical-align : top; }
.pagebodytiny{ font-family : verdana, geneva, arial, helvetica, sans-serif; font-size : 80%; line-height : 130%; text-decoration : none; vertical-align : top; }