@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #43668e; 
  background-image: url("images/bkgd.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  margin: 10px 10px 10px 10px;
  padding: 0 0 0 0;
  text-align: center;  /* Centers the page content container in IE 5 browsers. */
}
h1 {
	color: #626377;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
  color: #b54f37;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
h6 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.headlinetxt {
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
.navtxt {
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
}
a,  a:link {
  color: #800040;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}
a:visited {
  color: #800040;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #737373;
  text-decoration: none;
}
a:focus {
  color: #800040;
}
a:active {
  color: #800040;
}
.navtxt a:link {
	color: #626377;
    font-size: 10px;
    font-weight: bold;
	text-decoration: none;
}
.navtxt a:visited {
	color: #626377;
    font-size: 10px;
    font-weight: bold;
	text-decoration: none;
}
.navtxt a:hover {
	color: #990000;
    font-size: 10px;
    font-weight: bold;
	text-decoration: underline;
}
.navtxt a:active {
	color: #990000;
    font-size: 10px;
    font-weight: bold;
	text-decoration: underline;
}
#outerWrapper {
  background-color: #fbf7ec;
  margin: 0 auto 0 auto;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 757px;
  padding: 0px 0px 0px 0px;
 border: solid 1px #666666;  
}
#outerWrapper #header {
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding-bottom:6px;
  border: none;
}
#outerWrapper #contentWrapper #leftColumn1 {
  /* background-color: #fff; */
  background-color: #C3C4E0;
  background-image: url("images/hd_bkgd_nav.jpg");
  background-repeat: no-repeat; 
  border: solid 1px #666666; 
  float: left;
  padding: 0px 10px 10px 10px;
  width: 180px;
}
#outerWrapper #contentWrapper #content {
  background-color: ##fbf7ec;
  background-image: url("images/hd_bkgd_long.jpg");
  background-repeat: repeat-x;
  border: solid 1px #666666; 
  margin: 0 0 0 0px;
  padding: 0px 10px 10px 10px;
}
#outerWrapper #contentWrapper #content  #navMenu {
  color: #800040;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 0 200px;
  padding: 0px 10px 0px 0px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: #FBF7EC;
	padding: 10px 10px 10px 10px;
	border: solid 1px #666666;
	text-align: center;
  }
<style type="text/css" media="print">
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
</style>

