body {
	background-color: #ffffff;
}

.border {

	color: #ffffff;
	position: absolute;
	background-color: Black;
	top: 58px;
	left: 0px;
	height: 100%;
	width: 300px;
	display: block;
}
 
.maincontent_wrapper {
	position: relative;
	width: 500px;
	top: 70px;
	left: 150px;
}

.maincontent, .maincontent_intro, .footer {
	background-color: #ffffff;
	border-color: #c0c0c0;
	border-style:solid;
	border-width:thin;
	font-family: "Tahoma";
	color: #000000;
	padding: 7px;
	margin: 5px;
}

.maincontent {
	font-size: 11px;
}

.footer {
	font-size: 9px;
}

.link {
	font-weight: bold;
}

.contentitem {
	margin: 10px;
}	

a.contentitem_link {
	font-size: 14px;
	font-weight: bold;
	color:#999999;
}
a.contentitem_link:hover {
	text-decoration: underline;
	color:#00CC00;
}


.pageheader {
	font-family: "Tahoma";
	color: Black;
	position: absolute;
	top: -10px;
	left: 0px;
	font-size:70px;
}

.warning {
	border-color: #FF6F6F;
	border-style: dashed;
	border-width:thin;
	background-color: #FFEFEF;
	padding: 7px;
}

.inset {
	border-color: #808080;
	border-style: dashed;
	border-width:thin;
	background-color: #a0a0a0;
	padding: 7px;
}

.code {
	border-color: #000000;
	border-style: solid;
	border-width:thin;
	background-color: #ffffff;
	padding: 7px;
	font-family: "Courier New"
}


.toolbar {
	font-family: "Tahoma";
	color: Black;
	position: absolute;
	top: 0px;
	left: 600px;
	font-size:10px;
}