
/* Page */
#leftside{
	float:left;
	width:425px;
	margin: 100px 0 15px 0px;
	padding: 25px 25px 25px 50px;
	color: #000;
	
}

#rightside {
	float:right;
	width: 400px;
	margin: 100px 0 15px 0px;
	padding: 25px 75px 25px 25px;
}

#leftside a, #rightside a, {
	display:block;
	

}
#leftside a:hover ,#rightside a:hover {
	color: #000;
	display:block;
	text-decoration: underline;
}


table {
	border: 1px solid #000;	
}

table h3{
	margin:2px;	
}

.greyBG{
	background: url(../_images/menubackgroundselected.png) repeat;
}

.centerCell{
	text-align:right;
	padding-right:4px;
	border-left: 1px solid #000;	
	
}
