@charset "utf-8";
html {
	height: 100%;
}


/* CSS Document */

body {
	color:#000000;
	margin: 0;
	padding: 0;
	background-image: url(images/background_sub_pages.gif);
	background-repeat: repeat;
	height: 100%;
	background-position: center top;
	}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #B0BE21;
}
div#wrapper {
	width: 840px;
	background-color:#B0BE21;
	z-index: 0;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	}	

div#nav {
	width: 740px;
	height: 70px;
	padding-top: 50px;
	z-index: 3;
	margin: auto;
	background-image: none;
	position: relative;
	}	

div#navLeft {
	width: 241px;
	height: 32px;
	text-align:right;
	z-index: 3;
	float: left;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#navRight {
	width: 241px;
	height: 32px;
	text-align:right;
	z-index: 3;
	float: right;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#logo {
	/*	absolutely positioned based on nav div */
	width: 279px;
	background-image: none;
	height: 209px;
	position: absolute;
	left: 231px;
	top: 26px;
	z-index: 4;
	}	
div#content {	/*	position:relative;
	top: 300px; */
	width: 756px;
	height:auto;
	z-index: 1;
	margin: auto;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#content_top {
	background-image: none;
	width: 756px;
}
#content_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	padding: 20px;
	width: 706px;
	background-image: none;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7B2913;
	border-left-color: #7B2913;
}
#content_bottom {
	background-image: url(images/sub_page_bottom.jpg);
	width: 756px;
	height: 43px;
}




div#footer {
	width: 756px;
	height: 85px;
	margin: auto;
	background-image: url(images/dots_long.gif);
	background-position: center;
	padding-top: 15px;
}
#footerHome {
	margin: auto;
	height: 28px;
	width: 50px;
	background-image: none;
}
#footerLeft {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 20px;
	width: 325px;
	background-image: none;
	margin-top: 25px;
}
#footerRight {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 25px;
	width: 185px;
	background-image: none;
	margin-top: 25px;
}
h2 {
	font-size: 16px;
}

.imageRightFloat {
	border: thin solid #2D1705;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
