/* CSS Document */
#main {
	width: 748px;
	margin: 0 auto;
	background-color: #336633;
	border: 1px solid #FFFFFF;
	border-top: 0px;	
}
#innermain {
	width: 708px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
div.content {
	float: left;
	width: 508px !important;
	/*	IE hack overrides !important -- shouldn't be necessary with strict box model implementation */
/*	width: 530px;*/
	margin: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: left;
}

div.calcontent {
	float: left;
	width: 650px !important;
	/*	IE hack overrides !important -- shouldn't be necessary with strict box model implementation */
/*	width: 530px;*/
	margin: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: left;
}

div.homecontent {
	float: none;
	width: 628px !IMPORTANT;
	margin: 0 auto;
}
#rightsidebar {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	text-align: center;
}
#content_noside {
	float: left;
	width: 708px !important;
/*	IE hack overrides !important -- shouldn't be necessary with strict box model implementation */
/*	width: 530px;*/
	margin: 10px;
	border: 1px solid #CCCCCC; 
	padding: 10px;	
	background-color: #FFFFFF;
	text-align: center;
}

