html, body {
	background: #ffffff;
	font-family: Tahoma, Verdana, Arial, Courier;
	color: #575757;
	font-size: small;
}



/* Top Menu */
#topmenu
{
	height: 20px;
	float: right;
	width: 500px;
}
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}
ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}
/* ---------- */




/* Main Menu */
ul#nav {
	text-align: right;
	width: 150px;
	height: 300px;
	list-style-type: none;
	font-size: 85%;
	float:left;
	padding-top: 0px;	
	line-height: 12px;
	padding-left:0px;
	margin-left:0px;
}
ul#nav li {
	 margin: 2px;
 padding-bottom:4px;
}
ul#nav li a {
	display: block;
	margin: 5px 0;
	color:#575757;
	text-decoration: none;
}
/* ---------- */

/* Right Menu */
ul#navRight {
	text-align: left;
	width: 150px;
	height: 300px;
	list-style-type: none;
	font-size: 85%;
	float:left;
	padding-top: 0px;	
	line-height: 12px;
	padding-left:0px;
	margin-left:0px;
}
ul#navRight li {
	 margin: 2px;
 padding-bottom:4px;
}
ul#navRight li a {
	display: block;
	margin: 5px 0;
	color:#575757;
	text-decoration: none;
}

.navRightPoss
{
margin-left:830px;
margin-top:-40px;
position:absolute;
}
/* ---------- */



/* Main text */

.content
{
	font-family: Tahoma, Verdana, Arial, Courier;
	font-size: 11px;
	margin:15px;
}
.border
{
	margin-left:160px;
	margin-top:0px;
	width:660px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	position:absolute;
}
/* ---------- */





/* Footer */

.footer
{
	margin-bottom:-55px;
	padding:10px;
}