@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
body {
	background-color:#DFDCC3;
}

#stripe {
	width:100%;
	height:102px;
	background-color:#617936;
	position:absolute;
	top:41px;
	z-index:0;
	left: 3px;
}

#container {
	width:100%;
	position:relative;
	top:8px;
	text-align:center;
	z-index:10;
}

#header {
}
#headerText {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

#content_container {
	width:894px;
	text-align:left;
	margin:auto;
	border-style:solid;
	border-width:2px;
	border-color:#8FAD4D;
	background-color:#FFFFFF;
	margin-top:5px;
}
#footer {
	width:880px;
	text-align:left;
	margin:auto;
	border-style:solid;
	border-width:2px;
	border-color:#8FAD4D;
	margin-top:15px;
	margin-bottom:20px;
}
.sub_horizontalBreak {
	background:url(../images/subContent_divider.jpg) no-repeat left top;
}
.sub_rustHorizontalBreak {
	background:url(../images/rustDivider.jpg) no-repeat left top;
}

#content{
	height:100%;
	position:relative;
}
#imageHeader {
	height:100%;
	position:relative;
}
#content_main {
	width:606px;
	position:relative;
	float:right;
	background-image:url(../images/subContent_border.jpg);
	background-position:right;
	background-repeat:repeat-y;
	padding:10px;
}

#content_main_full {
	width:878px;
	padding:10px;
	font-size: small;
}
#content_main_full p {
 	text-align:justify;
}

#content_sub {
	width:244px;
	position:relative;
	float:right;
	padding:10px;
	
}
#subPage_bannerPic {
	width:626px;
	float:right;
	background-image:url(../images/subContent_border.jpg);
	background-position:right;
	background-repeat:repeat-y;
	padding-top:5px;
}
.clear {
	height: 1%;
	margin: 0;
	padding: 0;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}

.img {
	padding-right:8px;
	padding-bottom:4px;
}
img a:link {
	border:none;
	border-width:0px;
}
.shadowBox_left {
	background-image:url(../images/shadowBox_L_side.jpg);
	background-repeat:repeat-y;
}
.shadowBox_Right {
	background-image:url(../images/shadowBox_R_side.jpg);
	background-repeat:repeat-y;
}
.shadowBox_Top {
	background-image:url(../images/shadowBox_T_side.jpg);
	background-repeat:repeat-x;
}
.shadowBox_Bottom {
	background-image:url(../images/shadowBox_B_side.jpg);
	background-repeat:repeat-x;
}

.shadowBox_Padding {
	padding-top:7px;
}
