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: #565855;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	color: Black;
	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: 0px 30px 0px 30px;
}

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

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

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

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

#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 840px;
	background-image: url(images/content-background.gif);
}

#pageheading {
	margin-left: auto;
	margin-right: auto;
	width: 762px;
}

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

#innercontent {
	background-color: #FFFFFF;
	padding: 1px 0 1px 10px;
	margin: 0 1px 0 150px;
	border-left-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: 2px;
	background-image: url(images/bottom-image.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

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

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

/* Menus */
#navcontainer {
	left: 43px;
	padding: 0px;
	position: absolute;
	top: 185px;
	width: 140px;
	z-index: 1;
}

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

#navlist a {
	display: block;
	padding: 8px;
	width: 130px;
}

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

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

