/* CSS Document */
body
{
color: black; 
font-family: 'times new roman';
BACKGROUND-COLOR: #fae5b1;
margin: 0px;
}

:link
{
color: blue;
}

:visited
{
color: blue;
}

:hover
{
color: navy;
}

hr 
{
padding: 10px;
}

h1 
{
color: brown;
text-align: center;
font: small-caps 900; size: xx-large; font-family: arial;
}

h3
{
font-size: 130%;
margin: 5px;
}

.times
{
font-family: "Times New Roman", Times, serif;
color: navy;
}

.small
{
text-align: center; 
font-size: 75%; 
color: black;
}

.hl
{
font-size: 140%;
font-family: arial;
color: black;
margin-bottom: 5px;
}

.centerb
{
text-align: center; 
font-weight: bold;
color: black;
}

.bold
{
font-weight: bold;
}

.table1
{
width: 640px; 
background-color: #fce9bb;
border: 0px solid maroon;
}

.table2
{
PADDING: 10px; 
width: 800px;
text-align: right;
border: 1px solid red;
margin: 3px;
background-color: white;
}

.td1
{
padding: 7px;
}

.td2
{
padding: 5px;
vertical-align: top;
}

.l1
{
window-size: 800px; 
}

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #cc0202;
font-family: arial;
font-size: 10pt;
padding: 3px;
}

.headerlinks a{
margin: auto 16px;
font-weight: normal;
font-family: arial;
font-size: 10pt;
color: white;
}

.submenus{
display: none;
width: 10em;
padding: 3px;
position: absolute;
top: 1.65em;
left: 0;
background-color: red;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: blue;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
