a
{
	color: #6b8b63;
}

a: visisted
{
	color: #6b8b63;
}

body
{
	background-color: #9cbd93;
}

.navbar
{
	background-color: #bde8b2;
}

.navcontainer ul li a
{
	border: 1px solid #6b8b63;
	color: #bde8b2;
	background: #9cbd93;
}

.navcontainer ul li a:hover
{
	background: #ffffff;
	color: #987CA8;
}



.banner
{
	position: absolute;

	top: 0px;
	left: 0px;

	height: 90px;
	width: 950px;

	background-color: #6b8b63;
	text-align: center;
}


.bg
{
	position: absolute;

	top: 112px;
	left: 0px;

	height: 629px;
	width: 950px;

	background-color: #bde8b2;
}

.body_text
{
	position: absolute;
	z-index: 100;

	top: 0px;
	left: 10px;

	width: 320px;
	height: 581px;

	padding: 10px;

	font-family: sans-serif;
	font-size: 11pt;
	line-height: 13pt;
	text-align: justify;

	color: #def9d7;
}


.header_participate
{
	color: #6B8B63;

	font: bold 16pt arial;
}
