<style type="text/css">
tr, td { spacing: 0px; padding: 0px; }
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

table,tr,td,th {
	font-size: 12px;
}

#header {
	font-size: 12px;
}
#contents {
	width: auto; 
	height: auto; 
	z-index: 1; 
	padding: 0.5em;
	font-size: 12px;
}
#main {
	width: auto; 
	height: auto; 
	z-index: 1; 
	font-size: 12px;
	background-color: #ffffff;
}
#footer {
	z-index: 1; 
	background-color: #ffffff;
}
a:link {color: #069;}
a:visited {color: #069;}
a:hover {text-decoration: none; color: #000;}
a:active {text-decoration: none; color: #09c;}

.imgborder {border: 1px; border-thickness: 1px; border-color: #000; border-style: solid;}
a:hover .imgborder, a:active .imgborder {border: 1px; border-thickness: 1px; border-color: #000; border-style: solid;}

h1 {font-size: 13px; padding: 0.1em; margin: 0em;}
h2 {font-size: 11px; padding: 0.1em; margin: 0em;}
h3 {font-size: 10px;padding: 0.1em; margin: 0em;}

.underline {text-decoration: underline;}
.small {font-size: 11px;}
</style>

#header{
  margin:0; padding:0;
  overflow:hidden;
}

#header img{display:block; margin:0; padding:0;}
  #header ul, #footer ul{
    margin:0; padding:3px 0;
    background-color:#43596E;
    width:100%;
    overflow:hidden;
  }
  #header ul{
    border-left:1px solid #fff;
    padding:7px 0 0 0;
  }
    #header ul li, #footer ul li{
      margin:0; padding:0;
      float:left;
      list-style:none;
      display:block;
      color:#fff;
      font:bold 1.1em/130% "Arial", sans-serif;
      text-transform:uppercase;
      border-right:1px solid #dfdfdf;
    }
      #header ul li a:link, #header ul li a:visited, #footer ul li a:link, #footer ul li a:visited{
        color:#fff;
        text-decoration:none;
        padding:5px 10px;
        display: block;
      }
      #header ul li a:hover, #footer ul li a:hover{
        text-decoration:none;
        background: #2a3e52;
      }

#footer{
  margin:0; padding:10px 0 10px 0;
  text-align:center;
}
  #footer p{
    margin:0 auto;
    width:48em;
    padding-left:20px;

  }
  #footer p a{
    color:#fff;
  }
  #footer ul{
    background-color:transparent;
    margin:0 auto;
    width:48em;
  }
    #footer ul li{
      height:auto;
    }
    #footer ul li.last, #header ul li.last{
      border-right:none;
    }