/* These guys center it on the page, Vertically and Horizontally */
#container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	background-color: #301401;
	display: block;
}
/*
#position {	
	position: absolute;
	margin-left: -350px;	
	top: -325px;
	left: 50%;
	width: 700px;
	height: 650px;
	visibility: visible;
 }
*/
#position {	
	position: absolute;
	top: -204px;
	width: 100%;
	height: 406px;
	background-color:#FFFFFF;
	visibility: visible;
 }
#Horiz {	
	position: absolute;
	margin-left: -365px;
	margin-top: -102px;	
	left: 50%;
	width: 720px;
	visibility: visible;
 }
/* These boxes define the main background and keep the 720px middle area fixed */
.LeftColumn {
	position: relative;
	z-index: 1;
}
.LeftColumnBG {
	height: 634px;
	background-image:url('images/LeftBG.jpg');
	background-repeat:no-repeat;
	background-position: right top;
	}
.RightColumn {
	position: relative;
	z-index: 1;
}
.RightColumnBG {
	position: relative;
	z-index: 1;
	height: 634px;
	background-image:url('images/RightBG.jpg');
	background-repeat:no-repeat;
	background-position: left top;
}
/* 740 pixel wide box that all content on the page adheres to*/
.CenterLayerBG {
	position: relative;
	width: 720px;
	height: 508px;
	background-image:url(images/centreBG.jpg); 
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	border: 0px;
	z-index: 1;
}
/* side Nav Menu */
.Nav {
	position:relative;
	float:left;
	top: 102px;
	left: 0px;
	z-index: 50;
	}
/* Body content to the right of the Nav Menu.  Home and Inside page*/	
.ContentBox {
	position:relative;
	float: right;
	top: 101px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.ContentBox_inside {
	position:relative;
	float: right;
	top: 86px;
	width: 533px;
	height: 425px;
	background-image:url(images/insideBG.gif);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
/* Body content to the right of the Nav Menu.  Home and Inside page*/	
.ContentBox_HS {
	position:relative;
	float: right;
	top: 92px;
	width: 495px;
	height: 392px;
	overflow:auto;
	background-color:#FFFFFF;
	border: 2px solid #523922;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 20px;	
}
.inside_Text {
	position: relative;
	top: 110px;
	left: 22px;
	width: 508px;
	height: 275px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	}
/* Inside Sub-Nav */
.insideNav {
	position: relative;
	top: 85px;
	width: 310px;
	float: right;
	padding-right: 10px;
	height: 15px;
	color: #FFFFFF;
	text-align: right;
	}

.insideNav a, .insideNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
.insideNav a:hover{
	text-decoration: underline;
	}
/* Bottom Footer */
.Footer {
	background-image:url(images/FooterBG.jpg); 
	background-repeat:no-repeat; 
	width:720px; 
	height:126px; 
	padding:0px; 
	margin:0px;
	}
.FooterBx {
	position:relative;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: right;
	color: #6b6458;
}
/* remove the boarders around the img links in the Nav Menu */
img { border: solid black 0px; }