
BODY
{
}

font {color: white}
link {color: red}
vlink {color: white}
alink {color: white}
p { text-align: center }
p.left { text-align: left }

#headtext {
position: absolute;
top: 0;
left: 150;
padding: 10px;
text-align: left;
}

#indexpicture {
position: absolute;
top: 150px;
left: 170px;
padding: 10px;
text-align: center;
}

#indexmaintext {
position: absolute;
top: 450px;
left: 170px;
padding: 10px;
text-align: center;
color: white;
}

dl, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: none;
border: 1px black;
}

#menu {
position: absolute; /* Menu position that can be changed at will */
top: 150px;
left: 0px;
color: white;
width: 170px;
}

#menu dt {
cursor: pointer;
margin: 2px;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid;
border-color: white;
background: black;   /*main button color */
}
#menu dd {
font-weight: normal;
border: 1px solid;
border-color: black;
}
#menu li {
text-align: center;
background: #99ADFF;  /*sub menu color */
border: 1px solid;
border-color: black;
}
#menu li a, #menu dt a {
color: white; /*menu text color */
text-decoration: none;
display: block;
border: 0px none;
}
#menu li a:hover, #menu dt a:hover {
background: #0029CC; /* sub menu hover color */
}


