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: #FFFFFF;
  background-image: url("images/body_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}

a:active {
  color: #000;
}

#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	background: #fff url(images/body_bg.jpg) no-repeat center top;
}
#contentWrapper {
	background-image: url("images/content_bg.jpg");
	background-repeat: repeat-y;
	margin-top: 85px;
}
#leftColumn  {
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	margin-right: 10px;
	padding: 250px 15px 10px 15px;
	width: 165px;
	background: url(images/left_bg.jpg) no-repeat left top;
}
#leftColumn h2 {
	color: #FFFFFF;
	font-weight: normal;
}
#leftColumn a, #leftColumn a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#leftColumn a:hover {
  color: #6A9EBF;
}

#content {
	margin-bottom: 0px;
	margin-left: 205px;
	margin-right: 0;
	padding: 30px 20px 10px 15px;
}
#content h1 {
  color: #3B6C94;
  font-size: 24px;
}
#content h2 {
	color: #990000;
	font-size: 18px;
}
#content ul li {
	padding-bottom: 10px;
}
#content a, #content a:link {
  color: #3B6C94;
}
#footer {
	background-image: url("images/footer_bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 41px;
	margin-top: 5px;
	clear: left;
}
