body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}
#banner {
	background-color: #fff;
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
	height: 115px;
}

#BannerSiteTitle { 
	clear: both; 
	width: 100%; 
	border-bottom: 1px solid #ffffff; 
	border-top: 1px solid #ffffff; 
	font: 14px Verdana, Arial, Helvetica, sans-serif; 
	color: #030; 
	height: 29px;
} 
#BannerSiteTitle p { 
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; 
	padding: 5px; 
	margin: 0px; 
	float: left;
}
table {
		clear: both;
}
.smaller {
	font-size: 85%;
}
.larger {
	font-size: 125%;
}
.purple {
	color: #636;
}
.green {
	color: #030;
}
.greentitle {
	color: #030;
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 36px;
}
.main {
	color: #030;
}
.main a:link {
	color: #030;
}
.main a:active {
	color: #030;
}
.main a:hover {
	color: #030;
}
.main a:visited {
	color: #636;
}
.menuback {
	background-color: #c3d8c4;
}
.tablepadright {
	padding-right: 24px;
}
.tablepadleft {
	padding-left: 24px;
}
.center {
	text-align: center;
}
/*-------------------------------------------- New right hand menu added 30 Oct 08 */


#menu {
	line-height: 1.25em;
	color: #663366;
	width: 240px;
	background-color: #E5FFE7;
	border: groove #636 2px;
	margin: 20px 20px 20px 1px;
	padding: 0 5px 20px 5px;
}
#menu .panel {
	padding: 0px 0px 0px 0.25em;
	margin: 0em;
}
/*
#menu .panel {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0;
	padding-left: 0em;
}*/
#menu .panel2 {
	margin: 0em 0 0;
	padding: 0.25em 0.25em 0 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	padding-top: 0.25em;
	padding-right: 0.25em;
	margin-left: 20px;
	padding-bottom: 0em;
	padding-left: 0em;
}
#menu .panel li {
	text-indent: 0em;
	list-style: none;
	font-size: 1em;
	line-height: 1.5em;
	border-bottom: 1px dotted;
	text-decoration: none;
	border-bottom-color: #009933;
}
#menu .panel li:hover {
	background-color: #FFFFCC;
}
#menu a:link {
	color: #003300;
	text-decoration: none;
}
#menu a:visited {
	color: #030;
	text-decoration: none;
}
#menu a:hover {
	color: #990000;
	text-decoration: underline;
}
#menu a:active {
	color: #003366;
	text-decoration: none;
}
#menu h4 {
	font-size: 1em;
	line-height: 1.2em;
	border-bottom: 1px solid;
	color: #330033;
	border-bottom-color: #330033;
	margin-top: 1em;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 0.25em;
	padding-bottom: 0;
	padding-left: 0;
}
/*-------------------------------------------- End right hand menu */
.blue {
	color: #000066;
}
