h1 {
	color: #003471;
	font-size: 26px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 2px #D2CCA8 solid;
	margin-top: 10px;
	line-height: 110%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

h2 a {
	color: #9D0A0E;
}

h3 {
	font-size: 18px;
}

div#main_container {
	border-top: 3px solid #444D14;
	background: #e7e7d6;
	padding-bottom: 20px;
	overflow: auto;
	width: 100%;
	line-height: 150%;
}

div#left_container {
	width: 150px;
	float: left;
}

div#subnav {
	float: left;
	width: 115px;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 20px 0 20px 10px !important;
	margin: 20px 0 20px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#links {
  background: none !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
}

div#links div {
  color: #777;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}

.subnav_box {
	background-color: #C6C6AE;
}

.subnav_box_bottom {
	background-color: #C6C6AE;
	border-top: 1px #8E945B solid;
}

a.subnav {
	display: block;
	padding: 3px 20px 3px 5px;
	border-top: 1px solid #8E945B;
	border-left: 1px solid #8E945B;
	border-right: 1px solid #8E945B;
	background-color: #C0C69E;
	background-image: url(images/bullet_main.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.subnavON {
	display: block;
	padding: 3px 20px 3px 5px;
	border-top: 1px solid #6A742B;
	border-left: 1px solid #6A742B;
	border-right: 1px solid #6A742B;
	background-color: #728022;
	background-image: url(images/bullet_active.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.subnav:hover, a.subnavON:hover {
	background-color: #444D14;
	background-image: url(images/bullet_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.subnav:link, a.subnav:visited {
	color: #444D14;
	text-decoration: none;
}

a.subnavON:link, a.subnavON:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.subnav:hover, a.subnavON:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div#quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #45443F;
	font-size: 11px;
	padding-top: 10px;
	margin-left: 10px;
	clear: both;
}

div#quote p {
	text-align: right;
}

div#bottomNav {
	background: #D2CCA8;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#bottomNav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#bottomNav a:link, div#bottomNav a:visited {
	padding: 0px 8px 0px 8px;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}

div#bottomNav a:hover {
	text-decoration: underline;
}

div#bottomNav div#copyright {
	font-size: 10px;
	color: #B26F6F;
	line-height: 200%;
}

div#bottomLinks {
	background: #9D0A0E;
	padding: 5px 6px 0 4px;
	width: 585px;
	float: left;
}

div#bottomImage {
	width: 175px;
	float: left;
}

div#bottomImage img {
	vertical-align: middle;

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9D0A0E;
}
.information {
	color: #545454;
}
