body {
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #555555;
	text-align: center;

	background-repeat: repeat-x;
	background-position: top center;}

#page {
	width: 900px;
	background-color: #FFFFFF;
	color: #555;
	margin: auto;}

#header {
	margin: auto;
	clear: both;
	background-color: #FFFFFF;
	color: #555;
	text-align: center;}


#nav li { list-style: none; color: black; }

#nav {
	height: 60px;
	background: #FFFFFF;
	color: #555;
	margin-top: 0px;
	float: right;}

#nav li{ display: inline; list-style: none; }

#nav a {
	color: #444444;
	background: white;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
	border: 2px solid white;
	text-decoration: none; }

#nav a:hover {
	color: #F3842B;
	background: white;
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid white;
	text-decoration: none; }
	
#nav a.active{
	color: #000000;
	background: white;
	font-size: 15px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid white;
	text-decoration: none;}
	
#mainarea {
	width: 900px;
	height: 450px;
	clear: both;
	background-color: #F3E8E1;
	color: #555;
	text-align: left;}


#contentarea {
	float:left;
	line-height:14pt;
	color: #555;
	padding: 17px;}


#contentarea img {padding-right: 7px; padding-top: 3px; }


#sidebar {
	width: 400px;
	float: right;
	line-height: 13pt;
	background-color: #F3E8E1;
	padding-right: 25px;
	padding-top: 20px;
	text-align: left;}
	
	
#impr {	margin:0px;
		width: 860px;
		line-height: 13pt;
		background-color: #F3E8E1;
		padding: 20px;}
	
.mark {font-weight: bolder;}
.and { color:#999999; font-weight: bolder;}

#footer {
	width: 900px;
	padding-top: 7px;
	clear: both;
	text-align: right;
	line-height: 14pt;
	background-color: #FFFFFF;
	color: #000000;}

#footer a {color:#000000;}
#footer a:hover{ text-decoration: underline; color: #555}
#footer a.active{ color: #F3842B; font-weight:bold; text-decoration: none;}

h1, h1 a {
	font-size: 25pt;
	color: #555;
	margin: 0;}

h2 {
	font-size: 12pt;
	color: #555;
	padding-top: 6px;}


a {	color: #333333;
	text-decoration: none;}

a:hover {text-decoration: underline;}

