#header {
   position: relative;
   clear: both;
   margin-top: 1em;
   text-align: left;
}

#logo {
   position: relative;
   float: left;
   margin: 16px;
}

#menu {
   position: relative;
   border-bottom: 1px solid #666;
   font-size: 90%;
   clear: both;
}

#menu ul {
   position: relative;
   float: right;
   list-style: none;
   margin: -22px 0 0;
}

#menu li {
   display: inline;
}

#menu a {
   background: url("../images/tableftF.gif") no-repeat left top;
   float: left;
   margin: 0;
   padding: 0 0 0 4px;
   text-decoration: none;
}

#menu a span {
   background: url("../images/tabrightF.gif") no-repeat right top;
   display: block;
   float: right;
   padding: 5px 15px 4px 6px;
   color: #666;
}

#menu a:hover {
   background-position:0% -42px;
}

#menu a:hover span {
   background-position:100% -42px;
   color:yellow;
}

#footer {
   position: relative;
   clear: both;
   color: #999999;
   font-size: 0.75em;
   margin: auto;
   padding-top: 1em;
}

#top {
   position: relative;
   background-color: #036fab;
   color: white;
   padding: 5px;
   margin: 0px 0px 10px 0px;
}

#bottom {
   position: relative;
   background-color: #c2dfef;
   padding: 5px;
   margin: 10px 0px 0px 0px;
}

#left {
   float: left;
   background-color: #ece3a5;
   padding: 5px;
   width: 150px;
}

#right {
   float: right;
   background-color: #ece3a5;
   padding: 5px;
   width: 150px;
}

.center_content {
   position: relative;
   background-color: #dddddd;
   padding: 5px;
}

.left_content {
   position: relative;
   background-color: white;
   padding: 5px;
   margin-left: 170px;
   text-align: left;
}

.right_content {
   background-color: #dddddd;
   padding: 5px;
   margin: 0px 170px 0px 170px;
}

#top a:link, #top a:visited {
   color: white;
   font-weight : bold;
   text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
   color: black;
   font-weight : bold;
   text-decoration : underline;
}



