body {
	background-color: #772222;
	background-image: url(../images/bgc.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: underline;
	color: #009900;
}
.style1 {
	color: #990000;
	text-decoration: none;
}

.CellLeft {
	background-color: #772222;
	background-image: url(../images/lbg.gif);
	background-repeat: repeat-y;
}
.CellRight {

	background-color: #772222;
	background-image: url(../images/rbg.gif);
	background-repeat: repeat-y;
}
#navcontainer {
        background: #2a6509;
        border-top: 1px solid #c1c1c1;
        font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        #navlist {
                text-align: right
        }
}

#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background: #000;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
        background: #900;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist a:hover {
        background: #C00;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
        background: #2a6509;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist li#active {
        background: #000;
        margin: 0px 0px 0px 0px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #2a6509;
        border-bottom: none;
        border-left: 1px solid #c1c1c1;
        border-right: 1px solid #c1c1c1;
        border-top: 1px solid #c1c1c1;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #339900;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #A61100;
	font-size: 18px;
}