* { 
  font-family: Arial, Helvetica, Sans-Serif;       
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

div.header {

  background: #8b9db5 url(../images/header.png) repeat-x;

  padding: 0;
  margin: 0;
  height: 80px;
  width: 99%;

  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 200;
}

div.separator {

  background-color: #8b9db5;
  border-bottom: 1px solid white;

  width: 99%;

  position: absolute;
  top: 80px;
  left: 0px;
  height: 16px;

  z-index: 200;
}

div.menu {

  background-color: #013071;
  border-right: 1px solid #8b9db5;

  margin: 1px 1.5% 10px 0;
  padding-top: 8px;

  width: 200px;
  height: 99%;

  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}

div.content {

  width: 700px;

  margin: 3%;

  position: absolute;
  top: 96px;
  left: 200px;

  z-index: 500;

}

div.sect1
{ 
  /* border: 1px solid black; */
  /* height: 200px; */
  }

div.footer {

  background-color:  #8b9db5;

  vertical-align: middle;

  border-top: 1px solid  white;
  border-bottom: 1px solid  white;

  width: 99%;
}

h1 { 
  color: black;
  font-size: 12pt;
  text-align: left;
  margin-left: 20px;
}

h1.header { 
  color: white;
  margin: 0px;
  padding-top: 8px;
  padding-left: 20px;
  font-size: 30px;
}

h2 { 

  margin-left: 20px;
  margin-right: 20px;

  border-top: 1px solid #090909;
  padding-top: 10px;

  color: #090909;
  font-size: 10pt;
  text-align: left;
}

img
{ 
  border: 0;
  }

img.header
{ 
  position: absolute;
  top: 0px;
  left: 0px;
  }

img.link
{ 
  display: inline;
  margin-right: 4px;
  }

img.sect1
{ 
  float: right; 
  margin: 0 1.5% 0;
  width: 186px; 
  height: 140px;
  }

ul.menu { 

  margin: 110px 0px 4px 10px;
  list-style-type: none;        
 }

li.menu-item { 
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid white;
 }

li.menu-item-bottom { 
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid white;
  bottom: 0px;
 }

a 
{ 
  color: #8b9db5;
  font-weight: bold;
  text-decoration: none;
  }

a:hover 
{ 
  text-decoration: underline;
  }

a.menu-item 
{ 
  padding: 2px;
  font-size: 9pt;
  color: white;
  background-color: #013071;
  }

a.menu-item:hover { 
  color: #8b9db5;
 }

p { 
  font-size: 9pt;
  margin-left: 20px;
  margin-right: 20px;
 }

p.footer { 
  margin: 0;
  padding: 0;
  text-align: center;
 }