body {
	margin: 0px;
	color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #005801;
}
#header {
	position: absolute;
	top: 0px;
}
#featuredMenu {
	display: table;
	position: relative;
	top: 0px;
	padding-top: 0px;
}
#featuredMenu img {
	border: 2px solid #FF0000;
}
#featuredMenuHeader img{
	border: 0px;
}
#content {
	display: table;
}
#content img {
	border: 4px solid #2C703D;
}
#PageTitle {
	font-size: 24px;
	font-weight: bolder;
	font-variant: small-caps;
	margin-bottom: 8px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: 2c703d;
}
.contentTitle {
	font-size: 14px;
	font-weight: bolder;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: 2c703d;
	padding: 5px;
}
.contentLink {
	font-size: 14px;
	font-weight: bolder;
	padding: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: 2c703d;
}
.contentLink a, .contentLink a:link, .contentLink a:active, .contentLink a:visited {
	color: #FFFFFF;
}

.contentLink a:hover {
	color: #FF0000;
	border-bottom-color: #FF0000;
}
.contentLinkDescription {
	font-size: 10px;
	padding: 5px;
}
.contentBody {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentBody a, .contentBody a:link, .contentBody a:active, .contentBody a:visited {
	color: #FFFFFF;
}
.contentBody a:hover {
	color: #FF0000;
	border-bottom-color: #FF0000;
}
.contentCaption {
	font-size: 10px;
	border-top: 3px solid #2c703d;
	padding: 5px;
}

#footer {
	bottom: 0px;
	position: absolute;
	clear: both;
	float: left;
}.footerLink {
	font-size: 10px;
	font-weight: bolder;
	padding: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: 2c703d;
}
.footerLink a, .contentLink a:link, .contentLink a:active, .contentLink a:visited {
	color: #FFFFFF;
}

.footerLink a:hover {
	color: #FF0000;
	border-bottom-color: #FF0000;
}
#r_column_content {
	display: table;
	padding-top: 0px;
}
