body {
	background: url(../shared/BF-type-background2.gif) repeat; color: #000;
	}
	
a:link {
	color: #003F2C;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
a:active {
	text-decoration: none;
	}

/* Header Container */

#headercontainer {
	height: 142px;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}

/* Nav Container */

#navcontainer {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
	height: 25px;
	}

/* Content Container */

#contentcontainer {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
	background-color: #EDDFBB;
	}


#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 25px 25px 25px;
	font-size: 10pt;
	color: #333333;
	text-align: justify;
	background-image: url(../shared/Content_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #554C32;
	}

#content h1 {
	color: #00472F;
	font-size: 32pt;
	font-weight: lighter;
	}
	
.tableunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2AD72;
	}
	
	
.verysmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 10px;
	}

.wrapright {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: normal;
	color: #003826;
	}

/* Footers */

#footerOne {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	}
	
#footerTwo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #003F2C;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	}
	
#contentfooter {
	font-family: "trade gothic light", Helvetica, sans-serif;
	font-size: 9pt;
	color: #49765B;
	text-align: right;
	}
/* slideshow */
#slideshow {
	width: 334px;
	padding: 0px;
	margin: 10px;
	border: 2px solid #005743;
	height: 251px;
	float: right;
}

/* /slideshow */

