/* sidebar */
#sidebar {
	float: none;
	width: 100px;
	margin: 0 0 0 0; padding: 0;
	background-color: #ffffff;	
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:0px 0px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 3px solid #FF0000;	
	border-right: 3px solid #FF0000;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px;font-family: Verdana, Arial, Helvetica, sans-serif; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #0000FF;;
	color: #FF0000;
	border-left:5px solid~221b77;}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
.main {
	padding: 15px;
	font-size: large;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-left-style: solid;
}
.signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
