#sidebarcontainer		
{ 
display: block; 
float: right; 
clear: right; 
padding-left: 1em;
	
}


#SideBarTitle{
	color: #000;

	font-size: 16pt;
	background-color: #bcbcbc;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-top: 1px solid black;
	text-align: center;
	height: 30px;
}

#SideBarCont {
	font-size: 14px;
	text-align: center;
	color: #eaffee;
	background: #394afb repeat;
	height: 25px;
}
#SideBarCont a{
	display: block;
	color: #eaffee;
}
#SideBarCont a:hover{
	
	background: #1c24ae repeat;
}

#content		
{ 
margin-right: 14em;
 }
 
 