.navcontainer {
	width: 280px;
	background-color: #990000;
	border: #D73F24;
	text-align: left;
	top: 0px;
	left: 0px;
}
.navcontainer ul {
	margin-left: 2px;
	padding-left: 2px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #990000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-color: #D73F24;
	border-right-color: #D73F24;
	border-bottom-color: #D73F24;
	border-left-color: #D73F24;
}
.navcontainer a {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	display: block;
	width: 278px;
	padding-top: 3px;
	border: 1px solid #677234;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	padding-bottom: 5px;
	height: 15px;
}
.navcontainer a:visited {
	font-family: Verdana, Tahoma, Arial;
	color: #FFFFFF;
}
.navcontainer a:active {
	color: #FFFFCC;
}
.navcontainer a:hover {
	background-color: #AEBB68;
	font-family: tahoma, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
p {
	text-align: justify;
	text-indent: 5px;
	margin: 5px;
	padding: 5px;
}
#p {
	text-align: justify;
	text-indent: 5px;
	margin: 5px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #0BA40F;
	border-right-color: #0BA40F;
	border-bottom-color: #0BA40F;
	border-left-color: #0BA40F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#p1 {
	text-align: justify;
	text-indent: 5px;
	margin: 5px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #0BA40F;
	border-right-color: #0BA40F;
	border-bottom-color: #0BA40F;
	border-left-color: #0BA40F;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
#bg_div {
	background-color: #FFFFFF;
}

