#box-1  { height: 100px; left:  40px; position: absolute; top:   0px; width: 710px; z-index: 1  }
#box-2  { height: 480px; left:  40px; position: absolute; top: 100px; width: 110px; z-index: 2  }
#box-3  { height: 480px; left: 150px; position: absolute; top: 100px; width: 600px; z-index: 3  }
#box-8  { height:  25px; left: 440px; position: absolute; top:  10px; width: 280px; z-index: 8  }
#box-9  { height:  25px; left:  90px; position: absolute; top:  50px; width: 250px; z-index: 9  }

A:link{
color:black;
font: 10pt Arial;
}

A:visited{
color:black;
font: 10pt Arial;
}

A:active{
color:white;
font: 10pt Arial;
}


body{
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
color: #204080;
}

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
color: #204080;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 18px;
color: #ffffff;
style: bold;
}
   
h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
line-height: 26px;
color: #405d63;
}

h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
color: #405d63;
style: bold;
}

h4{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color: #405d63;
style: bold;
}


#dropmenudiv{
position:absolute;
border:3px solid #ffffff;
border-bottom-width: 0px;
line-height:12px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 5px solid #ffffff;
padding: 5px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #d0bd2f;
}
