body
{
	background-color: #cecc94;
}

.navbar
{
	background-color: #efecb7;
}

.navcontainer ul li a
{
	border: 1px solid #9c994f;
	color: #efecb7;
	background: #cecc94;
}

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



.banner
{
	position: absolute;

	top: 0px;
	left: 0px;

	height: 90px;
	width: 950px;

	background-color: #9c994f;
	text-align: center;
}


.bg
{
	position: absolute;

	top: 112px;
	left: 0px;

	height: 629px;
	width: 950px;

	background-color: #efecb7;
}

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


.header_participate
{
	color: #def9d7;

	font: bold 16pt arial;
}