#toparea {
height:110px;
padding:0px;
white-space:nowrap;
margin-left:20px;
margin-right:20px;
}

.navcontainer {
width:200px;
}

#navlist ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
/* for IE5 and IE6 */
}
#navlist
{
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0 0 0 20;
padding: 0;
border-top: 0px #000 solid;
border-left: 0px #000 solid;
border-right: 0px #000 solid;
}
#navlist a.std
{
/*width: 150%;
/* extend the sensible area to the maximum with IE5 */
display: block;
border-bottom: 1px #000 solid;
background-color: #D6BDE7;
text-align: left;
text-decoration: none;
color: #000;
padding: 5;
}
#navlist a.sel
{
/*width: 150%;
/* extend the sensible area to the maximum with IE5 */
display: block;
border-bottom: 1px #000 solid;
background-color: #f1ddfb;
text-align: left;
text-decoration: none;
color: #000;
padding: 5;
}
#navlist a:hover { color: #ffffff; }

#contentscrolldiv {
position:absolute;
Z-INDEX:5;
top:-30px;
left:150px;
width:650px;
height:465px;
margin:20px;
border:0px;
padding:0px;
overflow:auto;
}
#contentscrolltable {
width:600px;
}
#contentscrolliframe {
position:absolute;
Z-INDEX:5;
top:0px;
left:200px;
margin:20px;
border:0px;
padding:0px;
overflow:auto;
}

.descriptiveText { font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.boldText { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold;}
.topwindowText { font-family: Arial, Helvetica, sans-serif; font-size: 13px}
.smallerText { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color:#535B89}

