@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(graphics/metal_bg.jpg) repeat;
	padding:0;
	margin:0;
	border:0;
}
img {
	border:0;
}
.whiteBgDiv {
	height:196px;
	background:#FFFFFF;
	border-bottom:2px solid #C0BA7E;
	border-top:1px solid #C0BA7E;
}
.fadedBgDiv {
	background:url(graphics/metal_bg_faded.jpg) repeat-x;
	height:196px;
}
.silverBar {
	background:url(graphics/silver_bg_bar.jpg) repeat-x;
	height:21px;
	position:absolute;
	z-index:5;
	top:34px;
	left:0px;
	width:100%;
}
.contentDivHolder {
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	width:100%;
	height:500px;
}
.contentDiv {
	position:relative;
	margin:1px auto 0px;
	width:802px;
}
.logoDiv {
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	padding:5px 0px;
	width:280px;
	text-align:center;
	background-color:#FFFFFF;
}
.leftBarEndCap {
	background-color:#999999;
	height:21px;
	width:1px;
	position:absolute;
	top:33px;
	left:0px;
}
.rightBarEndCap {
	background-color:#999999;
	height:21px;
	width:1px;
	position:absolute;
	top:33px;
	right:0px;
}
.slogan {
	position:absolute;
	top:65px;
	left:400px;
	z-index:10;
}
#flash-content {
	position:absolute;
	top:85px;
	left:0px;
	z-index:10;
}
.content-border {
	border-left:2px solid #C0BA7E;
	border-right:2px solid #C0BA7E;
	border-bottom:2px solid #C0BA7E;
}
#nav-content {
	background:url(graphics/nav_bg.jpg) repeat-x;
	height:48px;
	padding-top:12px;
	text-align:center;
}
#body-content {
	background-color:#FFFFFF;
	position:absolute;
	top:285px;
	left:0px;
	z-index:10;
	width:798px;
}
#page-content {
	padding:15px 50px 40px 50px;
	min-height:100px;
}
.navSpacer {
	padding:0px 9px;
}
.footer {
	height:22px;
	font-size:10px;
	color:#FFFFFF;
	background-color:#333333;
	line-height:22px;
	text-align:center;
	margin-bottom:15px;
}
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #816823;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #816823;
	text-decoration: underline;
}
