@charset "utf-8";
/* CSS Document */
body {
padding: 0px;
margin: 0px;
font-size: 12px;
font-family: Verdana;
background: #333333;
}

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;}

h1, h2, h3, h4, h5 {padding: 3px 0px; margin: 3px 0px;}

hr {color: #990000; line-height: 1px; height: 1px;}

/* NAV */
.leftnavlink {
color: #990000;
text-decoration: none;
}
.leftnavlink:hover {color: #990000;}
.leftnavbutton {margin: 4px 0px;}

#topnav {
text-align: center;
overflow: hidden;
}
.topnavlink {
color: #FFFFFF;
text-decoration: none;
font-size: 14px;
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
.topnavlink:hover {color: #FFFF66;}
.topnavbutton {
background: url(images/topnavbg.png) no-repeat;
height: 72px;
width: 119px;
}