/*
Sidepanel elements
------------------
*/

	body.corporate .sidePanel {
		margin: 0px 0px 18px 0px;
		width: 210px;
	}
	
	body.corporate .sidePanelTop {
		width: 210px;
		height: 5px;
		background-image: none;
		background-color: #897551;
	}
	
	body.corporate .sidePanelContent {
		width: 210px;
		background-image: none;
		background-color: #897551;
	}
	
	body.corporate .sidePanelContent h2 {
		margin: 0px 5px 5px 0px;
		padding: 0px 0px 0px 10px;
		font-size: 16px;
		background-image: none;
		color: #ffffff;
		text-transform: none;
	}
	
	body.corporate .sidePanelContent p {
		margin: 0px 0px 0px 0px;
		padding: 5px 10px 5px 10px;
		color: #e8dfcf;
	}
	
	body.corporate .sidePanelContent p a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	body.corporate .sidePanelContent p a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	body.corporate .sidePanelContent p a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	body.corporate .sidePanelBottom {
		width: 210px;
		height: 5px;
		background-image: none;
		background-color: #897551;
	}