@charset "utf-8";
/* CSS Document */
body {
padding: 0px;
margin: 0px;
font-size: 12px;
font-family: Verdana;
background:#000000;
}
h1, h2, h3, h4, h5 {margin: 3px 0px; padding: 3px 0px;}
h2 {font-size: 18px}

a img {border: none;}
ul {padding: 0px; margin: 0px; list-style-position: inside;}
li {margin-left: 15px; text-indent: -15px;}
form {margin: 0px; padding: 0px;}
a {text-decoration: none;}

/* NAV */
.leftnavlink {
color: #000000;
text-decoration: none;
font-size: 14px;
font-weight:bold;
line-height: 35px;
}
.leftnavlink:hover {color: #0000ff;}
.leftnavbutton {
position: relative;
height: 35px;
width: 202px;
background: url(images/leftnavbutton.png) no-repeat;
text-align: center;
cursor: pointer;
}

#topnav {
text-align: right;
overflow: hidden;
}
.topnavbutton {
float: right;
padding: 0px 10px;
cursor: pointer;
}
.topnavlink {
color: #C9CBD3;
text-decoration: none;
font-size: 14px;
line-height: 30px;
}
.topnavlink:hover {color: #0000FF;}

.toptab {
padding: 3px 3px 0px 3px;
float: left;
border-left: solid 1px #000000;
border-top: solid 1px #000000;
border-right: solid 1px #000000;
margin-right: 5px;
background: #333333;
}
.toptab a {font-size: 12px; color: #3366FF; font-weight:bold;}