@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #CFE9A4;
	text-align: left;
}
.oneColFixCtr #container {
	background-color: #CFE9A4;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 40px;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	width: 712px;
}
.oneColFixCtr #mainContent {
}
p.copyright{
	font-size: 0.8em;
	color: #333333;
}
td.regtxt {
	border: 1px solid #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
td.centertxt {
	border: 1px solid #FFFFFF;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	background-color: #A2C083;
}
td.listtxt {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: left;
}
td.centeredListtxt {
	border: 1px solid #FFFFFF;
	vertical-align: top;
	padding: 5px;
}
td.searchbar {
	background-color: #1C7CAB;
	padding-right: 20px;
	padding-left: 10px;
	vertical-align: middle;
	padding-bottom: 2px;
	color: #FFFFFF;
	height: 30px;
	padding-top: 2px;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}
td.infotxt {
	border: 1px solid #FFFFFF;
	background-color: #8EBB5B;
	padding: 5px;
}

h3{
	font-size: 1.2em;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
h4{
	font-size: 1em;
	font-style: normal;
	font-weight: bolder;
	color: #1C51AB;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a.more:link {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	right: 20px;
	bottom: 5px;
	position: static;
	background-position: right bottom;
	font-style: italic;
}
a.more:visited {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	font-style: italic;
}
a.more:hover {
	color: #E9ECAF;
	text-decoration: underline;
	color: #111111;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	font-style: italic;
}
a.more:active {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	font-style: italic;
}
a.alpha:link {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	right: 20px;
	bottom: 5px;
	position: static;
	background-position: right bottom;
	font-size: 1.1em;
	font-weight: bold;
}
a.alpha:visited {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	font-size: 1.1em;
	font-weight: bold;
}
a.alpha:hover {
	color: #E9ECAF;
	text-decoration: underline;
	color: #111111;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	font-size: 1.1em;
	font-weight: bold;
}
a.alpha:active {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	font-size: 1.1em;
	font-weight: bold;
}
hr.white{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td.photo {
	border: 1px solid #1C7CAB;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	margin: 4px;
}
a.black:link {
	color: #000000;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
	right: 20px;
	bottom: 5px;
	position: static;
	background-position: right bottom;
}
a.black:visited {
	color: #000000;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
}
a.black:hover {
	color: #E9ECAF;
	text-decoration: underline;
	color: #F5870A;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
}
a.black:active {
	color: #000000;
	text-decoration: underline;
	text-align: right;
	vertical-align: bottom;
}
