 body {
      background-color: lightblue;
      background-image:        url('images/bgblue3.jpg');
       background-repeat: repeat-y;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       color: #000088;
       margin: 0px;
	   padding-left: 15em;
	 }
ul.navbar {
position: absolute;
   top: 15em;
    left:.25em;
    width: 5em;
    list-style-type: none;
      }
ul.navbar li {
    background: #25259d;
    margin: 0em 0em;
   padding: 0.25em;
    border-right: 1em blue;
	color: white;
	list-style: none;
    }
ul.navbar a {
    text-decoration: none;
	list-style-type: none;
    }
a:link {
   color: red
        }
a:visited {
    color: purple
    }
div.logo {
      background-image: url(images/logo.jpg);
	position: absolute;
	top: .5;
	left: 1em;
	width: 5em;
	}
p {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: black;
  }
h2 {
	font: normal normal normal 8 Arial, Helvetica, Sans-Serif;
      text-align: center;
  }
h1 {
     text-align: center;
     font-family: Old Face, Baskerville, Times New Roman, Britannic Bold;
     font-size: xx-large;
     color: #0033FF;
     }
h4 {
        text-align: center;	    
       font-family: Georgia, "Times New Roman",Times, serif;
      color: blue;
      }
h5 {
      font-family: Georgia, "Times New Roman",Times, serif;
      color: blue;
      }
  address {
    margin-top: .5em;
    padding-top: .5em;
    border-top: thin solid;
    color: red;
    }
        /*- Menu Tabs 6--------------------------- */
   #tabs6 {
      float:left;
      width:100%;
      background:#3399ff;
      font-size:93%;
     line-height:normal;
     border-top:2px solid #990000;
     border-bottom:2px solid #990000;
      }
    #tabs6 ul {
        margin:0;
       padding:10px 10px 0 50px;
       list-style:none;
  }
 #tabs6 li {
  display:inline;
  margin:0;
  padding:0; }
 #tabs6 a {
  float:left;
  background:url('images/tableft6.gif') no-repeat left top;
   margin:0;
      padding:0 0 0 4px;     text-decoration:none;
      }
   #tabs6 a span {
    float:left;
    display:block;
    background:url('images/tabright6.gif'); no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#006666;
     }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
   #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
  #tabs6 a:hover {
      background-position:0% -42px;
      }
  #tabs6 a:hover span {
      background-position:100% -42px;
      }
   #tabs6 #current a {
     background-position:0% -42px;
     }
 #tabs6 #current a span {
   background-position:100% -42px;
     }
/* The 'click' hack for Internet Explorer */
a:visited {
  color:#000;
  }