@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 6px;
	background-color: #D1FFB3;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 170px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #FFF;
}

#menu {
	width: 150px;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
}
#contentarea {
	float: left;
	width: 520px;
	padding-left: 10px;
	margin-left: 15px;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#rightcol {
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
}
#footer {
	height: 110px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F18E00;
	background-color: #FFF;
	background-image: url(images/strapline.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.floatleft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.floatright {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

h1 {
	color: #F18E00;
	margin-bottom: 9px;
	margin-top: -3px;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.25em;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 6px;
	color: #6AB023;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
}
p {
	margin-bottom: 6px;
	line-height: 1.5em;
}
#contentarea li {
	line-height: 1.5em;
	list-style-type: disc;
	margin-left: 25px;
	margin-bottom: 9px;
}



.quote {
	font-size: .95em;
	color: #492F92;
	font-style: normal;
	line-height: 1.5em;
	text-align: center;
	margin-top: 3px;
}
a:link {
	color: #F18E00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F18E00;
}
a:hover {
	text-decoration: underline;
	color: #F18E00;
}

a:active {
	text-decoration: none;
	color: #F18E00;
}

a img { border: none; }


.greentext {
	color: #006444;
}

.smalltext {
	font-size: 0.9em;
	line-height: normal;
}
.orangebold {
	color: #F18E00;
	font-weight: bold;
}

#buttons a {
	background-repeat: no-repeat;
	width: 180px;
	display: block;
	text-align: center;
	background-position: center;
	font-weight: bold;
	background-color: #6AB023;
	margin: 5px;
	padding: 5px;
	color: #FFF;
}
#buttons a:hover {
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 180px;
	text-decoration: none;
	background-position: center;
	background-color: #F18E00;
	margin: 5px;
	padding: 5px;
}
hr {
	margin-top: 6px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-right: auto;
	margin-left: auto;
}
#buttons {
	text-align: center;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
}

td {

}
.reminder {
	background-color: #E1DC00;
}
.menuitem {
	margin-top: 20px;
	text-align: center;
	padding-right: 15px;
}
.datebanner {
	border: 2px solid #6AB023;
	color: #F18E00;
	font-size: large;
	padding: 5px;
}

