body
{
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	color: #272770;	
	background:#FFFFFF;
}
#outline
{
	float: left;
	width: 770px;
	margin:5px 0px 5px 30px; 
}
#header
{
	float: left; 
	width: 100%;
	height: 70px;
	background-image: url(../images/system/mainbanner.gif);
	background-repeat: no-repeat;
}
/* left bar element styles */
#leftbar
{
	float: left;
	width: 180px;
	margin-top: 5px;
	font-family: Verdana;		
}
#datecontrol
{
	height: 20px;
	vertical-align: middle;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #F2C949;
	color: #8E5C07;
	padding-right: 10px;
	padding-left: 8px;
	line-height: 1.9;
}
#localnavigation
{
	background-color: #F4E3AD;
	line-height: 25px;	
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%
}
#featuredevents
{	
	margin-top: 5px;
}
/* right bar element styles*/
#rightbar
{
	float: left;
	width: 580px;
	height: 100%;
	margin-top: 5px;
	margin-left: 10px;
}
#breadcrumb
{
	float: left;
	height: 20px;
	width: 510px; 
	vertical-align: middle;
	background-color: #F2C949;
	color: #8E5C07;
	padding-left: 5px;
}
#printable
{
	height: 20px;
	width: 60px;
	float: right;
	vertical-align: middle;
	background-color: #F2C949;
	color: #8E5C07;
	margin-left: 5px;
	text-align:center;
}
#maincontent
{
	margin-top: 5px;
	float: left;
}
/* footer style */
#footerline
{
	float: left;
	height: 10px;
	width: 100%;
	background-color: #F1CA49;
	margin-top: 5px;
}
#footer
{
	float: left; 
	background-color: #3A4C7C;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cleaner
{
	clear: both;
}