address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a:link {
	color: #5EA012;
	text-decoration: underline;
}

a:visited {
	color: #5EA012;
	text-decoration: underline;
}

a:hover {
	color: #565855;
	text-decoration: underline;
}

a:active {
	color: #565855;
	text-decoration: underline;
}

#footer p {
	color: #FFFFFF;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}

#footer a:active {
	color: #C0C0C0;
	text-decoration: underline;
}

a img {
	border: none;
}

.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.highlight {
	color: #FF0000;
}

.errorhighlight {
	color: #FF0000;
	font-weight: bold;
}

.tabletop {
	background-color: #5EA012;
	color: #FFFFFF;
	font-weight: bold;
}

.picborder {
	border: 1px solid #000000;
}

.formlabels {
	color: #000000;
	font-weight: bold;
}

.requiredfield {
	color: #FF0000;
}

.fielderror {
	background-color: #FFB6C1;
	border: 1px solid #FF0000;
}

.formerrors {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	margin: 5px 30px 5px 30px;
	padding: 10px 30px 0px 30px;
}

input.btn {
	background-color: #5EA012;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.captionedpic {
	margin: 5px 20px;
	padding: 0;
}

.captionedpic p {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

.captionedpic img {
	display: block;
	margin: 0;
	padding: 0;
}

.thumbnaillink img {
	border: 1px solid #000000;
	margin: 3px;
}

.thumbnaillink:hover img {
	border: 3px solid #5EA012;
	margin: 1px;
}

.thumbnaillink:hover{
	border: 0px;
	color: #FF0000; /* Dummy definition to overcome IE bug */
}

#container {
	margin: 3px auto 3px auto;
	position: relative;
	text-align: left;
	width: 850px;
}

#pageheading {
	margin: 0 auto 0 auto;
	width: 850px;
}

#topphonenumber {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 170px;
	padding: 10px;
	background-color: #5EA012;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content {
	background-color: #FFFFFF;
	border-bottom-color: #5EA012;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #5EA012;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #5EA012;
	border-right-style: solid;
	border-right-width: 2px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 846px;
}

#innercontent {
	background-color: #FFFFFF;
	border-left-color: #006638;
	border-left-style: solid;
	border-left-width: 2px;
	margin: 0 1px 0 168px;
	padding: 1px 10px 1px 10px;
}

#footer {
	background-image: url(images/page-bottom.gif);
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	width: 850px;
}

#footer p {
	margin: 0;
	padding-top: 12px;
}

/* Menus */
#navcontainer {
	left: 3px;
	padding: 0px;
	position: absolute;
	top: 169px;
	width: 150px;
	z-index: 1;
}

#navcontainer ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist a {
	display: block;
	background-color: #5EA012;
	color: #FFFFFF;
	padding: 8px;
	width: 150px;
	border-bottom: 1px solid #FFFFFF;
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #006638;
	color: #FFFFFF;
}

