body {
  background-color: #ffffff;
  min-width: 800px;
  }
  
img { 
  border: 0px;
  margin: 0px;
  padding: 0px;
  }

div.text {
  font-family: Arial,Verdana,sans;
  color: #000000;
  display: inline;
  clear: right;
  }

#contentFrame {
   vertical-align: top;
   width: 550px;
   height: 100%;
   min-height: 450px;
   text-decoration: none;
   list-style: none;
   font-family: Arial,Verdana,sans;
   }
  
span.header {
    font-family: Verdana,Arial,Sans;
    color: #fff;
    font-size:10px;
    }
        }
#header a {
        font-family: Arial,Verdana,sans;
        color: #fff;
        text-decoration: none;
        font-size: 10px;
        }
#header a :visited {
	text-decoration: none;
	color: #fffff;
	}
#header ul {
	list-style: none;
	display: inline;
	}
#header li {
        list-style: none;
        display: inline;
        padding-left: 10px;
	padding-right: 10px;
        }
  
#topImage {
  background: #bbacff;
  height: 120px;
  }
  
#navBar {
  background-color: #0028ff;
  width: 165px;
  height: 100%;
  margin-left: 5px; 
  padding-top: 25px;
  padding-bottom: 100%;
}
#navBar a {
  position: relative;
  left: 5px;
  top: 3px;
  margin-top: -2px;
  margin-bottom: -2px;
  padding-top: -2px;
  padding-bottom: -2px;
}
#navBar img {
  border: none;
  }
