/* CSS Document */

body {
  	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: url(../images/body_background.jpg) center top no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1, p {
  margin: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
  font-size: 16px;
  padding: 10px 0 5px 0;
  margin: 0;
  color: #2B77B1;
}

h2 {
  font-size: 12px;
  padding:0 0 10px 0;
  color: #3189CA;
  line-height: 16px;
  margin: 0;
}

h3 {
  font-size: 14px;
  color: #215C89;
  line-height: 20px;
}


p {
  line-height: 18px;
  padding-bottom: 10px;

}

#content_wrapper {
  width: 800px;
  margin: 17px auto 0 auto;
}

#header {
  height: 123px;
  padding: 8px 0 0 200px;
  background: url(../images/header.jpg) no-repeat;
}

#nav_image_bg {
  height: 307px;
  background: url(../images/image_background.jpg) no-repeat;
}

#nav_left {
  width: 150px;
  height: 304px;
  float:left;
  padding: 3px 0 0 10px;
}

#image_right {
  padding-right: 10px;
}

#main_content {
  background: url(../images/maintext_bg.jpg) repeat-y;
}

#left_content {
  width: 160px;
  float: left;
  padding: 2px 0 0 1px;
}

#right_content {
  float: right;
  width: 600px;
  padding: 0 20px 0 15px;
}

.clearFloat {
  clear: both;
}


#footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat;
  height: 100px;
}

.footer_text {
  font-size: 10px;
  text-align: center;
  padding: 30px 0 0 160px;
}

.weblink {
 width: 660px;
 margin: 0 auto;
 padding-left: 140px;
 font-size: 10px;
 text-align: center;
}

.weblink a {
 color: #666666;
}
