html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background: #000000 url("../../media/images/body_bg.gif") repeat-y scroll center;
  color: #000000;
  font-family: "Myriad Pro", "Century Gothic", "Trebuchet MS", Tahoma;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  height:100%;
}
h1 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
h2 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
h3 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
a,  a:link {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #7f0000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}
a:focus {
  color: #FFFFFF;
}
a:active {
  color: #FFFF99;
}
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 840px;
  position:relative;
}
#outerWrapper #header {
  background: #000000 url("../images/header.jpg") no-repeat top left;
  border-bottom: solid 1px #666;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding: 10px 10px 10px 10px;
  height:86px;
}
#outerWrapper #header h1.title, #outerWrapper #header h2.tagline {
  display:none;
}
#outerWrapper #contentWrapper {
  height:100%;
  position:relative;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 10px 10px 10px 10px;
  width: 149px;
  height:100%;
  text-align:center;
  margin:0;
}
#leftColumn1 a img {
  margin:10px;
}
#outerWrapper #contentWrapper #content {
  background: #d4d4d4 url("../images/home_content_bg-lite.jpg") no-repeat top left;
  margin: 5px 5px 0 175px;
  padding: 0;
  min-height:750px;
  font-weight: normal;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
  height:10px;
}
#outerWrapper #footer {
  background-color: #333333;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
  font-size:12px;
  color:#666666;
  width:820px;
  margin:0;
}
/***** navigation ****/
#nav {
  width:840px;
  height:25px;
  background:#ffffff url("../images/menu_bg.gif") repeat-x top left;
  z-index:1000;
}
#nav ul {
  margin:0 auto;
  padding:0;
  width:740px;
  height:25px;
}
#nav ul li {
  list-style:none;
  display:block;
  height:25px;
  float:left;
  padding:0;
}
#nav ul li a {
  color:#0053a0;
  text-transform:uppercase;
  text-align:center;
  display:block;
  height:20px;
  padding:1px 30px 0 30px;
  font-style:italic;
  font-size:18px;
}
#nav ul li a:hover {
  color:#ff0000;
  text-transform:uppercase;
  font-style:italic;
}
/******/
.sectionHeader {
	border-top:5px solid #000000;
	background: transparent url(../images/section-header-bg.jpg) no-repeat bottom left;
	display:block;
	padding:5px;
	height:20px;
	margin:0 0 5px 0;
	color:#ffffff;
	text-transform:uppercase;
	font-style:italic;
	font-weight:normal;
	text-align:left;
}
