body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #333333;
background-color: #000000;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #C6EC8C;
}

 
a:link {
color: #333333;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #4F0002;
text-decoration: underline;
font-weight: bold;
}
a:hover {
color: #FF0000;
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: rgb(255, 0, 102);
font-weight: bold;
}

#navcontainer {
        margin:0px;
        padding: 0;
        height: 33px;
		float:right;
		background: url(../images/menu-bg-normal.gif);
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin-right:1px;
		background: url(../images/menu-bg-normal.gif) center center no-repeat;
		height:33px;
}

#navcontainer ul li a {
       background: url(../images/menu-bg-normal.gif) center center no-repeat;
        width: 120px;
        height: 33px;
        padding: 0px;
        margin: 0px;
        color: #FFFFFF;
		background-color:inherit;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 13px/30px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover {
        color: #FFFFFF;
        background: url(../images/menu-bg-hover.gif) center center no-repeat;
		height:33px;
		background-color:inherit;
}

#navcontainer li.active a {
        color: #FFFFFF;
        background: url(../images/menu-bg-active.gif) center center no-repeat;
		height:33px;
		background-color:inherit;
}
