html { overflow-y: scroll; }
body {
  background-image:url('../images/bg_pattern.gif');
  background-repeat:repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 15px;
	font-weight: normal;
  margin: 0px;
  background-color:#B3ABA8;
}

.main_wrapper {
 width: 950px;
 margin-left: auto;
 margin-right: auto;
}
.content_wrapper {
  background-repeat:repeat-x;
  width:100%;
}

.main_logo { float:left; }

.header {
  background-image:url('../images/header_bg.jpg');
  background-repeat:repeat-x;
  background-color:#000000;
  padding:0px;
  border-style:none;
  vertical-align:top;
  max-height:96px;
  height:96px;
  width: 100%;
}

.navigation {
  vertical-align:top;
  background-image:url('../images/nav_bg.jpg');
  background-repeat:repeat-x;
  text-align:center;
  height:25px;
  background-color:black;
}

.global_nav {
  background-image: url('../images/global_bg.jpg');
  background-repeat:repeat-x;
  padding:0px;
  clear:right;
  float:right;
  height:25px;
  text-align:center;
  font-size: 9px;
  line-height:1.5em;
  text-transform:lowercase;

}
.global_nav_border_left {
  background-image:url('../images/global_left.jpg');
  background-position:left;
  background-repeat:no-repeat;
  width:9px;
  height:25px;
  float:left;
  
  
}
.global_nav_content {
  float:left;
  padding-top: 7px;
}
.global_nav_border_right {
  background-image:url('../images/global_right.jpg');
  background-position:right;
  background-repeat:no-repeat;
  width:9px;
  height:25px;
  float:left;
  clear:none;
  
  
}
.global_nav_link {
  font-size:13px;
  font-weight:normal;
  color:white;
  text-decoration:none;
  white-space:nowrap;
  padding:5px;
}

.global_nav_link:hover {
  text-decoration:underline;
}

.content {
  width: 875px;
  font-size:14px;
  line-height: 150%;
  font-weight:normal;
}
.content_main {
  background-color:white;
  padding:7px 5px 5px 14px;
  border-bottom: 1px dotted #B3ABA8;
}

h1,h2,h3 {
  font-family: Tahoma;
  color: rgb(51,51,51);
}
h1 {
  padding-top:0;
  margin-top:0;
  font-size: 24px;
}

h2 {
  font-size: 20px;
  padding-bottom:10px;
  background-image:url('../images/heading_underline.jpg');
  background-repeat:repeat-x;
  background-position: bottom;
}


.footer_separator {
  width:946px;
  color:white;
  border-top: 1px dotted white;
  margin-top: 25px;
}

.footer {
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  width:100%;
  text-align:center;
  padding-bottom:30px;
}

.footer a {
  text-decoration:none;
  color:#003366;
  padding:0px;
}

.footer a:hover {
  text-decoration:underline;
  color:red;  
}
.footer_nav {
  text-align: center;
}

.welcome_bar {
  font-size:13px;
  font-weight:normal;
  color:white;
  text-decoration:none;
  white-space:nowrap;
  padding:5px;
}
.welcome_bar a {
  font-size:13px;
  font-weight:normal;
  color:white;
  text-decoration:none;
  white-space:nowrap;
  padding:5px;
}
.welcome_bar a:hover {
  text-decoration:underline;
}

IMG { border: none; }

