
body {
margin: 0;
padding: 0;

}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
}


#menu {
position: relative;
top: 50;
left: 0;
z-index:100;
width: 100%;
}


#menu dl {
float: left;
width: 5.965em;
height:37px;
margin: 0 1.9px;
}

#menu dt {
cursor: pointer;
text-align: center;
height:37px;
background: #efd2b9;
border: 1px solid #000066;
}


#menu dd {
border: 1px solid #000066;
}


#menu li {
text-align: center;
background: #faeacf;
border: 1px dashed #000066
}


#menu li a, #menu dt a {
color: #000066;

text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
background: #990033;
color: #ffffff;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: #000066;
}






h1.heading
{
color:#990033;
font-family:"Monotype Corsiva";

}


p.text
{

font-size: 11pt;
font-style:normal;
font-family: "Georgia";
color:#000000;
text-align:left;
}



h3.head
{
font-family:"Times New Roman";
color:#990033;
}

h4.subheading
{
font-family:"Times New Roman";
color:#990033;
}


table.footer

{background-image:url(footer.gif);
width:780px;
height:80px;
color:#990033;
font-family:"Georgia";
font-size:12px;
}

div.right

{float:right;
border:1px solid black;
padding-left:2px;
padding-right:2px;
text-align:center;
color:#cc3300;

}

div.left
{
float:left;
border: 1px solid black;
padding-left:2px;
padding-right:2px;
text-align:center;
color:#cc3300;
}
a.footer
{color:#330099;
font-family:"Georgia";
font-size:12px;
font-style:oblique;
}



