/* CSS Document */

body {
	margin: 0px;
	background: #e7d7bd url('images/background.gif') repeat-x;
	}
	
td, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252525
	}
	
#container {
	width: 912px;
	margin-top: 0px;
	}
	
.shadow-left {
	background: url('images/shadow-left.gif') repeat-y;
	width: 6px
	}
	
.shadow-right {
	background: url('images/shadow-right.gif') repeat-y;
	width: 6px
	}
	
#banner-head {
	width: 876px;
	background: #ffffff;
	padding: 12px 12px 6px 12px;    
	height: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c1519
	}
	
#navcontainer {
	width: 884px;
	padding: 0px 8px 0px 8px;
	background: #ffffff
	}

.mainnav {
	background: url('images/nav-mid.gif') repeat-x;
	height: 31px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
	}

.mainnav-left {
	background: url('images/nav-left.gif') no-repeat;
	background-position: left;
	width: 7px
	}
	
.mainnav-right {
	background: url('images/nav-right.gif') no-repeat;
	background-position: right;
	width: 6px
	}

.mainnav a:link, .mainnav a:visited, .mainnav a:active {
	color: #ffffff;
	text-decoration: none
	}
	
.mainnav a:hover, .mainnav a:visited:hover {
	color: #252525;
	text-decoration: underline
	}

.maincontent {
	background-color: #ffffff;
	min-height: 400px;
	width: 886px;
	padding: 7px;
	text-align: left
	}
	
.subpage_content {
	background-color: #ffffff;
	min-height: 400px;
	width: 890px;
	padding: 0px 5px 0px 5px;
	text-align: left
	}
	
.subpage_left {
	padding: 8px;
	border-right: 1px solid #8e7d6b;
	width: 210px;
	text-align: left
	}

.subpage_right {
	padding: 8px;
	}
	
/* Blue Parens */

.paren-top {
	background: url('images/paren-top.gif') no-repeat;
	padding-top: 40px;
	background-position: top;
	width: 296px;
	min-height: 170px
	}
	
.paren-btm {
	background: url('images/paren-btm.gif') no-repeat;
	background-position: bottom;
	padding-bottom: 4px;
	min-height: 170px
	}
	
/* Links */

a:link, a:visited, a:active {
	color: #004a80;
	text-transform: underline;
	}

a:hover, a:visited:hover {
	color: #8e7d6b;
	text-transform: none;
	}
	
/* Lists */

ul.subnav {
	margin-left: 0px;
	}
	
	
/* Font Styles */

.heading {
	font-size:14px;
	color: #371219;
	font-weight: bold
	}
	
.subheading {
	font-size: 12px;
	color: #7c1519;
	font-weight: bold
	}

.futuredate {
	color: #666666
	}

/* Footer */

.footer {
	font-size: 10px;
	color: #464646;
	}
	
.footer a:link, .footer a:visited, .footer a:active {
	color: #464646;
	text-transform: underline;
	}

.footer a:hover, .footer a:visited:hover {
	color: #004a80;
	text-transform: none;
	}