a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
.black {
	color: #000000;
}

a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #9DAA55;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #617B80;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
BODY {
	font-weight: normal;
    background-color:rgb(61, 55, 46);
}
TD {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #7C7C7C;
}
P {
    font-family: Tahoma, Arial;
    font-size: 11px;
    color: #7C7C7C;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #4C6378;
}
.red {
	color: #C5150C;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #C0C0C0;
}
.green {
	color: #487A79;
}
.orange {
	color: #F76400;
}
.yellow {
	color: #FFB200;
}


.wrapper {
    background-color:rgb(61, 55, 46);
    position:relative;
    padding:0 0 0 305px;
}

.header
{
    background-color: #9DAA55;
}

.footer
{
    background-color: rgb(157, 170, 85);
    width:635px;
    margin-top:5px;
    padding: 5px;
}
.navstyle
{
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: large;
    background-color: rgb(157, 170, 85);
    width: 625px;
}

#navmenu ul {margin: 0; padding: 0;
    list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none;  margin: 4px;
    padding: 5px 20px 5px 20px; color: #ffffff;
    background: rgb(157, 170, 85);}
#navmenu ul li a:hover {
    color: rgb(235, 235, 235);
    background: rgb(177, 190, 105);
    text-decoration: underline;
}

.article
{
    background-color:rgb(61, 55, 46);
    width:645px;
    margin:5px 0 5px 0;
}



.sidebar
{
    background-color:rgb(61, 55, 46);
    position: absolute;
    top:0;
    /*bottom:0;*/
    left:0;
    width:300px;
}