body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-image: url(/images/background.gif);
  background-position: center 0;
  background-repeat: repeat-y;
  background-color: #E6E6E6;
}
#container {
  margin: 0 auto;
  width: 769px;
  text-align: left;
  background-color: #FFFFFF;
}
#header {
  height: 23px;
  background-image: url(/images/header_background_grey.gif);
  background-repeat: repeat-x;
}
#header a {
  font-family: arial;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  letter-spacing: 1px;
}
#topnav {
  float: right;
  background-image: url(/images/header_background_blue.gif);
  background-repeat: no-repeat;
  height: 23px;
  padding: 0px 8px 0px 20px;
  list-style: none;
  margin: 0px;
}
#topnav li {
  height: 23px;
  float: left;
}
#topnav ul {
  display: none;
  z-index:101;
  top: 23px;
  position: absolute;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-family: arial;
  font-size: 12px;
}
#topnav li li {
  float: none;
  padding: 0px;
  margin: 0px;
}
#topnav li li a {
  display: block;
  width: 100%;
  height: 24px;
  color: #ffffff;
  background-color: #003E68;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}
#topnav li li a:hover {
  color: #003E68;
  background-color: #7BD3F7;
}
.spacer {
  font-size: 0px;
  height: 2px;
  background-color: #FFFFFF;
  clear: both;
}
#banner {
  height: 85px;
  background-image: url(/images/banner.jpg);
}
#login {
  padding-left: 415px;
  padding-top: 39px;
  font-family: arial;
  font-size: 11px;
  color: #FFFFFF;
}
#login input {
  background-color: #FFFFFF;
  border: 0px;
  padding: 2px;
  width: 75px;
  font-family: arial;
  font-size: 11px;
}
#left {
  float: left;
  background-image: url(/images/search.jpg);
  width: 175px;
  height: 278px;
}

/* hide from MacIE \*/
* html #left {
	margin-right: -3px;
	}
/* end hide */

#search {
  padding-left: 35px;
  padding-top: 136px;
  font-family: arial;
  font-size: 11px;
  color: #FFFFFF;
}
#search input {
  background-color: #FFFFFF;
  border: 0px;
  padding: 2px;
  width: 100px;
  font-family: arial;
  font-size: 11px;
  margin-top: 3px;
}
#login input.submit_arrow,#search input.submit_arrow {
  width:10px;
  height:10px;
  background-color:transparent;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:3px;
  padding:0px;
}
#right {
  margin: 0px;
}
#teaser_l {
  height: 225px;
  width: 425px;
  background-image: url(/images/background_teaser_left.jpg);
  float: left;
}
/* hide from MacIE \*/
* html #teaser_l {
	margin-right: -3px;
	}
/* end hide */
#teaser_r {
  height: 225px;
  margin-left: 425px;
  background-image: url(/images/background_teaser_right.jpg);
}
/* hide from MacIE \*/
* html #teaser_r {
	margin-left: 422px;
}
/* end hide */
#teaser_left {
  padding: 20px;
}
#teaser_right {
  padding: 20px;
}
#footer {
  clear: both;
  text-align: center;
  font-family: arial;
  font-size: 10px;
  line-height: 16px;
  color: #6D6F71;
  padding-top: 10px;
  margin-bottom: 10px;
}
#footer a {
  text-decoration: none;
  color: #231F20;
}
#footer a:hover {
  text-decoration: underline;
}
#teaser_left a {
  color: #0071BC;
  font-weight: bold;
}
#teaser_left a:hover {
  text-decoration: none;
}
#teaser_right a {
  color: #0071BC;
  font-weight: bold;
}
#teaser_right a:hover {
  text-decoration: none;
}
#submenu_container {
  float: left;
  width: 245px;
  background-color: #0071BC;
}
#submenu {
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#submenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#submenu h1 {
  margin-top: 0px;
  margin-bottom: 3px;
  padding-left: 5px;
  font-family: arial;
  font-size: 16px;
  color: #7BD3F7;
  line-height: 23px;
}
#submenu a {
  font-family: arial;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px;
  display: block;
  margin: 0px;
  width: 100%;
}
#submenu a:hover {
  background-color: #003E68;
}
#main_content {
  margin-left: 245px;
  padding: 20px;
  background-image: url(/images/background_swirl.gif);
  background-repeat: no-repeat;
  background-position: top right; 
}
.content_margin_fix {
  width:100%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: arial;
  font-size: 16px;
  color: #0071BC;
  line-height: 23px;
}
td {
  font-family: arial;
  font-size: 12px;
  margin-top: 0px;
}
p, ul, ol {
  font-family: arial;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 20px;
}
a {
  font-family: arial;
  font-size: 11px;
  color: #0071BC;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#members {
  float: left;
  padding-top: 5px;
}
#members a {
  color: #B6B8BA;
  margin-right: 100px;
  font-size: 10px;
  font-family: arial;
  text-decoration: none;
  letter-spacing: 0px;
  padding: 0px;
  margin-left: 8px;
}
#members a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
}
#interior_search {
  padding-left: 585px;
  padding-top: 39px;
  font-family: arial;
  font-size: 11px;
  color: #FFFFFF;
}
#interior_search input {
  background-color: #FFFFFF;
  border: 0px;
  padding: 2px;
  width: 75px;
  font-family: arial;
  font-size: 11px;
}
#interior_banner {
  height: 85px;
  background-image: url(/images/interior_banner.jpg);
}

.left_image {
  position:relative;
  float:left;
  left:-250px;
  margin-right:-250px;
}

