* {
  margin: 0px;
  padding: 0px;
  }

body, p, a, td, span, div h1 {
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

a.BlueBackground {
  background-color: #003d7e;
  font-size: 10.5pt;
  COLOR: white;
  font-weight: heavy;
  padding-right: 10px;
  }

div.HomeHeader {
  position: absolute;
  top:0px;
  left:0px;
  background-color: #003d7e;
  width: 100%;
  height: 150px;
  }

div.HomeLocations {
  position: absolute;
  top:150px;
  left:0px;
  background-color: #003d7e;
  width: 100%;
  height: 30px;
  text-align: center;
  }

div.LeftNav {
  position: absolute;
  top:180px;
  left:0px;
  width:200px;
  height: 100%;
  background-color: #003d7e;
  padding: 5px;
  padding-left: 20px;
  }

div.Content {
  position: absolute;
  top:200px;
  left:201px;
  height: 300px;
  padding-left: 20px;
  }

div.BannerImage {
  position: absolute;
  top:20px;
  left: 520px;
  width: 400;
  }


img.floatright { 
  float: right; 
  }

p.ContentSmall {
  font-size: 14;
  }