<style type="text/css"> 

  <!--

/* beginning of the header style section (includes) */
#header{
  background-color: #fff;
  width: 760px;
  overflow: hidden;
}

#header *{
  margin: 0px;
  padding: 0px;  
}

#header li{
  list-style: none;
  float: left;
  border-left: 1px solid #fff;
  padding: 0px 15px;
  color: #fff;  
  font-size: 12px;
  font-family: arial;
}

#header a{
  color: #fff;
  text-decoration: none;
}

#header li:first-child{
  border-left: none;;
}

#sub_nav{
  background-color: #0c507e;
  overflow: hidden;
  height: 35px;
}

#sub_nav > ul{
  padding: 10px;
  width: 450px;
  float: left;
}

#header form{
  float: right;
  margin-right: 10px;
  width: 240px;
  padding-top: 6px;
}

form input.text{
  width: 170px;
  height: 18px; 
  margin-right: 10px;  
  float: left;
/*   Styles may not be requried...script may be doing inline embed */
  background-repeat: no-repeat;
  background-image: url(http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif); 
  background-color: rgb(255, 255, 255); 
  background-position: 0% 50%  
}

form input.submit{
  width: 60px;
  height: 22px;
  border: none;
  float: right;
}

#header > ul{
  padding: 10px 0px;
  height: 30px;
  box-shadow: 0px 2px 2px 0px #666;
  margin-bottom: 5px;  
}

#header > ul > li{
  color: #000;
  border-left: 1px solid #cccccc; 
  padding: 5px 15px 
}

#header > ul a{
  color: #000;
}



/* beginning of the footer style section (includes) */
#fms_links{
  background-color: #0c507e;
  overflow: hidden;
  width: 690px;
  padding: 20px 40px 40px 40px;
  height: 240px;
  
}

#fms_links hr{
  float: left;
  height: 100%;
  width: 1px;
  background-color: #063a61;
  border: none;
}

#fms_links h6{
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;   
  font-weight: bold; 
  margin-bottom: 10px;
}

#fms_links div{
  float: left;
  margin-top: 25px;
}

#fms_links div ul{
  float: left;
  padding: 0px;
  margin: 0px;
}

#fms_links ul.second{
  margin-left: 60px;
  margin-right: 20px;
}

#fms_links div#items{
  padding-left: 25px;
}

#fms_links div#gov{
  padding: 0px 30px;  
}

#fms_links div#tools{
  padding: 0px 30px;    
}

#fms_links li{
  list-style: none;
  line-height: 26px;
  max-width: 135px;
}

#fms_links a{
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;  
  color: #b9c5d1;  
}

#fms_links a span{
  display: inline-block;
  line-height: 14px;  
}


#footer{
  background-color: #002545;
  background-image: linear-gradient(180deg, #001b36, #002545);  
  width: 710px;
  padding: 10px 30px;
}

#footer a{
  color: #fff;
  text-decoration: none;
}

#footer > a{
  margin-right: 19px;
}

#footer a.last{
  margin-right: 0px;
}

#footer p{
  clear: both;
  color: #fff;
}

-->
</style>