a {text-decoration:none;}
a:hover {text-decoration:overline underline; }
p {margin-top:2px;margin-bottom:5px;}
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#menu {
margin:0px 10px 0px 0px;
padding:0px 0px 0px 0px;
list-style-type:none;
}
/* top frame styles */
.topframebody{
background-color: Black;
color:#000033;
}
#topframe{
width:100%;
margin:0px 10px 0px 0px;
padding:0px 0px 0px 0px;
height:100px;
}
#topframe #logo{
float:left;
height:100px;
margin-right:10px;
}
#topframe #search{
float:right;
}
#topframe #menu{
float:right;
border-right:1px solid black;
}
#topframe #menu li{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
margin-right:-1px;
border:1px solid white;
float:left;
}

#topframe #menu li a{
display:block;
padding:3px;
color:#000033;
}
#topframe #menu li a:hover{
background-color:#0066FF;
color:white;
}
/* left frame */
.leftframebody {
background-color: Black;
color:#330033;
}
#leftframe{}
#navmenu #menu{
border-bottom:1px solid white;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#navmenu #menu li{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
margin-bottom:-1px;
border:1px solid white;
width:140px;
}
#navmenu #menu li a{
display:block;
padding:1px;
color: White;
}
#navmenu #menu li a:hover{
background-color: #0066FF;
color: White;
}