@charset "ISO-8859-1";


body {
  width:750px;
  margin:0 auto;
  margin-top:0px;
  background-position: 188px top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}



/* ----- HEADER ----- */



#header {
  width:750px;
  height:150px;
  margin: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

#headimage {
  background-image: url(/images/Logoheader.jpg);
  background-repeat: no-repeat;
  height: 300px;
  width: 750px;
}


/* ----- NAVIGATION ----- */



#navigation {
  width:200px;
  min-height:500px; /* for modern browsers */
  height:auto !important; /* for modern browsers */
  height:500px;
  float:left;
}



.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(/images/overbtn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 200px;
height: 25px;
margin: 0;
padding: 0;

}

.cssnav a
{
  display: block;
  color: #000000;
  font-size: 11px;
  width: 200px;
  height: 25px;
  display: block;
  float: left;
  color: black;
  text-decoration: none;
    color: #00587D;

}

.cssnav img
{
  width: 200px;
  height: 25px;
  border: 0
}

* html a:hover
{
  visibility:visible;
}

.cssnav a:hover img
{
visibility:hidden

}

.cssnav span
{
  position: absolute;
  left: 25px;
  top: 6px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}





/* ----- MAIN CONTENT ----- */



#content {
  margin-left:210px;
  width:540px;
  min-height:200px; /* for modern browsers */
  height:auto !important; /* for modern browsers */
  height:500px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


/* ----- FOOTER ----- */



#footer {
  margin-top:25px;
  width:540px;
  height:25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-left: 0px;
  padding-left: 210px;
  margin-bottom: 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999999;
  padding-top: 12px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #00587D;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
}
a {
  text-decoration: none;
  color: #00587D;

}
h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

