@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/BodyBkgrnd.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#bodyWrap {
	width: 850px;
	background-color: transparent;
}
#header {
	background-color: transparent;
	border: 1px solid #445648;
}
#contentWrap {
	background-image: url(images/contentWrapBkgrnd.gif);
	background-position: top;
	background-repeat: repeat-y;
	margin-top: 10px;
}
#leftColumn {
	width: 180px;
	background-color: #87a48c;
	float: left;
	font-size: .8em;
}
.leftMenuButton {
	width: 154px;
	background-color: #c3dac7;
	margin-left: 10px;
	margin-top: 10px;
	/*padding: 3px;*/
	border: 1px solid #7d7d7d;
}
.leftMenuButton a {
	background-color: #c3dac7;
	color: Black;
	display: block;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
.leftMenuButton a:hover {
	background-color: #f2e192;
	text-decoration: none;
	color: Black;
}
#leftColumnBottom {
	width: 180px;
	background-color: #87a48c;
	float: left;
	font-size: .8em;
}
#headerPhoto {
	width: 660px;
	float: right;
	border-top: #445648 solid 4px;
	
}
#centerColumn {
	width: 630px;
	float: right;
	background-color: White;
	font-size: .8em;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	line-height: 2.2em;
}
#centerColumnIndex {
	width: 645px;
	float: right;
	background-color: White;
	font-size: .8em;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 0px;
	line-height: 2.2em;
}
#centerColumn a {
	color: #6a8a6f;
	text-decoration: none;
}
#centerColumn a:hover {
	color: #6a8a6f;
	text-decoration: underline;
}
#footer {
	background-color: #bda538;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #445648;
	border-bottom: 1px solid #445648;
	clear: both;
	font-size: .8em;
}
.photoRight {
	margin-left: 15px;
	float: right;
}
.photoLeft {
	margin-right: 15px;
	float: left;
}
.headText {
	font-size: 1.5em;
	/*color: #6a8a6f;*/
	color: #b5a144;
}
.subHeadTest {
	font-size: 1em;
	/*color: #6a8a6f;*/
	font-weight: bolder;
	color: Black;
}
.caption {
	font-size: .8em;
	line-height: normal;
}

