/* CSS Document */

body{
background-color: #003E50;
margin: 0px;
padding: 0px;
behavior: url(csshover.htc);
}
h2{
color: #006255;
font-size: 16px;
line-height: 16px;
font-family: verdana;
margin-top: 15px; 
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
}
h3{
color: #67BAAE;
font-size: 14px;
line-height: 16px;
font-family: verdana;
margin-top: 15px; 
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
}
p{
color: #006255;
font-size: 11px;
line-height: 16px;
font-family: verdana;
margin-top: 15px; 
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
}
.pad{

color: #006255;
margin-left: 50px;
line-height: 16px;
margin-right: 30px;
font-size: 11px;
font-family: verdana;
}
.pad li{
list-style: square;
}
td{
color: #006255;
font-size: 11px;
font-family: verdana;}
.bodytable{margin-left: 15px; margin-right: 15px;}

p.news{
color: #006255;
font-size: 10px;
line-height: 12px;
font-family: verdana;
padding-left: 8px;
padding-right: 8px;
padding-top: 5px;
margin: 0px;
}


a:link, a:active, a:visited{font-family: verdana;
font-size: 11px;
color: #008C77; text-decoration: underline;}
a:hover{font-family: verdana;
font-size: 11px;
color: #006255; text-decoration: underline;}

a.nav:link, a.nav:active, a.nav:visited
{
text-align: center;
padding-top: 6px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
border-top: 0px;
border-left: 0px;
border-right: 0px solid #fff;
border-bottom: 0px;
margin: 0px;
text-decoration: none;
display: block;
font-family: verdana, tahoma, sans-serif;
font-size: 9px;
color: #ffffff;
background: url("images/layout-button1.gif");
}
a.nav:hover { 
color: #ffffff;
background: url("images/layout-button2.gif");
}
a.top:link, a.top:hover, a.top:visited, a.top:active{font-family: verdana;
font-size: 9px;
color: #fff; text-decoration: none;
padding-left: 10px; padding-right: 10px; padding-top: 2px; padding-bottom: 2px;
 }
a.copyright{font-size: 9px;color: #7AA2AC;}
p.copyright{font-family: verdana; color: #7AA2AC;
font-size: 9px; margin: 0px; padding: 5px;}
div#content{
margin: 0px;
padding: 10px;
}

ul{
margin-top: 15px; 
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
}
#menu {
position: relative; /* Menu position that can be changed at will */
top: 100;
left: 0;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
