/* CSS Document */

#navcontainer {
        margin: 1px 0 0 83pix;
        padding: 0;
        height: 20px;
}

#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: 0;
}

#navcontainer ul li a {
        background: #fff;
        width: 120px;
        height: 18px;
        border-top: 1px solid #ffbc00;
        border-left: 1px solid #ffbc00;
        border-bottom: 1px solid #ffbc00;
        border-right: 1px solid #ffbc00;
        padding: 0;
        margin: 0 0 0px 0;
        color: #000000;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover {
	color: #930;
	background: #ffbc00;
	font-weight: bold;
}

#navcontainer a:active {
        background: #ffbc00;
        color: #fff;
}

#navcontainer li#active a {
	background: #ffbc00;
	border: 1px solid #FF8C00;
	color: #660000;
	font-weight: bold;
}

.txtbody {
	font-family: verdana, sans-serif;
	font-size: 13px;
	margin: 0 20% 0 83pix;
	background: #ffffff;
	text-align : justify;
	padding-bottom : 5pt;
	line-height: 17px;

}
H1.txtbody{
	font-size: 18px;
	color: #ffbc00;
	margin: 0 0% 0 83pix;
}
H2.txtbody{
	font-size: 15px;
	color: #ffbc00;
	margin: 0 0% 0 83pix;
}
H4.txtbody{
	font-size: 18px;
	color: Green;
	margin: 0 25% 0 20%;
}

.txtbody ul{
	text-align : justify;
	color : #ffbc00;
}
li.txtbody{
	text-align : justify;
	color : Black;
	background : White;
}
.txtbody a:link{
	color : #ffbc00;
	text-decoration : none;
	font-weight : bold;
	border-bottom-style : dotted;
	border-bottom-color : #FFD700;
	border-bottom-width : thin;
}
.txtbody a:visited{
	color : #CC6600;
	text-decoration : none;
	font-weight : bold;
	border-bottom-style : dotted;
	border-bottom-color : #FFD700;
	border-bottom-width : thin;
}
                
