/* Defaults */
body {
text-align: center;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
color: #fff;
background: #000;
padding: 0;
margin: 0px 0px 0px;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 30% 300px;
background-image: url("bg.gif");
}

h2 {
font-family: verdana, arial, tahoma, sans-serif;
font-size: 13px;
font-weight: bold;
color: #fff;
}

h3 {
font-family: verdana, arial, tahoma, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
}

/* Links */
a:link {
color: #F0C000;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}
a:visited {
color: #F0C000;
background : inherit; 
text-decoration : none; 
}
a:hover {
color: #BB3333;
background : inherit; 
text-decoration : none; 
}
a:active {
color: #BB3333;
background : inherit; 
text-decoration : none; 
}


.navbg {
background-image: url("navbg.gif");
}

.navheader {
font-family: verdana, arial, tahoma, sans-serif;
font-size: 9px;
color: #fff;
background: #606060;
}

.copyr {
font-family: verdana, arial, tahoma, sans-serif;
font-size: 9px;
color: #fff;
}


/* Top Nav */

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #000;
color: #000;
width: 100%;
font: normal 105% verdana, arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

.topnav li a
{
text-decoration: none;
background-color: #000;
color: #F0C000;
padding: 4px 10px 4px 10px;
border-right: 2px solid #b13121;
}

.topnav li a:hover
{
background-color: #F0C000;
color: #000;
}