	body {

	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	margin: 0;

	background-color: #e8e3d0;

}

div.main {

	position: relative;

	width: 840px;

	margin-top: 0;

	margin-bottom: 0;

	margin-left: auto;

	margin-right: auto;

	background: #ffffff;

	text-align: center;

}

#menu {
	position:relative;
	top:200px;
}

	#nav, #nav ul { /* all lists */

		padding: 0;

		margin: 0;

		list-style: none;

		float : left;

		width : 11em;

		z-index: 2;

		text-align: left;

	}

	

	#nav li { /* all list items */

		position : relative;

		float : left;

		line-height : 1.8em;

		margin-bottom : -1px;

		width: 11em;

	}

	

	#nav li ul { /* second-level lists */

		position : absolute;

		left: -999em;

		margin-left : 11.05em;

		margin-top : -1.35em;

	}

	

	#nav li ul ul { /* third-and-above-level lists */

		left: -999em;

	}

	

	#nav li a {

		width: 11em;

		w\idth : 10em;

		display : block;

		color : black;

		font-weight : normal;

		text-decoration : none;

		background-color : white;

		border-top : 1px solid #094722;

		border-bottom : 1px solid #094722;

		padding : 0 0.5em;

	}

	

	#nav li a:hover {

	color: white;

	background-color: #d1c7a1;

}

	

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

		left: -999em;

	}

	

	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */

		left: auto;

	}

	

	

	

table.pico {

	position: absolute;

	background-color: #ffffff;

	top: 235px;

	left: 0;

}

img.header {

	position: relative;

	left: 200px;

}

.left {

	position: relative;

	top: 70px;

	left: 0px;

	text-align: center;

	font-size: 12px;

	font-weight: bold;

}

a:link {color: #094722; text-decoration: underline;}

a:visited {color: #094722; text-decoration: underline;}

a:hover {color: #094722; text-decoration: none;}

a:active {color: #094722; text-decoration: underline;}



.question {

	color: #9c1d1d;

	font-weight: bold;

}

#pnzwo {
	top: 95px;
	position: relative;
	width: 134px;
}

#login {
	top: 40px;
	position: relative;
	width: 134px;
}


.backtotop {

	float: right;

}
#clear {
	clear:both;	
}


