body {
	margin: 10px;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
}
#header{
	width: 754px; 
	height: 153px; 
	margin: 0px;
	padding: 0px;
}
#container {
	width: 754px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #829CC8;/* this is the background colour of the right column */
	background-image: url(../images/global/body_bg.gif);
	border: 1px solid #000;
	text-align:left;
	min-height: 554px;
}
* html #container{height: 554px;}
#content {
	padding: 0;
	background-image: url(../images/global/body_bg.gif);/*this is the background colour of the left column */
	background-repeat: repeat-y;
	background-position: left top;
}
#left {
	float:left;
	width:175px;
}
#leftcontent {
	margin: 0px 5px 0px 10px;
	min-height: 300px; /* force footer to bottom on pages with short content */
}
#right {
	float:left;
	width:579px;
	margin-left:-1px;/* makes border line up with #left border */
}
#footer {background-image: url(../images/global/body_bg.gif); height: 104px;}

#left{color: #FFFFFF;}

#missionstatement {
	margin: 70px 60px 60px 60px;
	padding: 20px 30px;
	background-image: url(../images/home/missionstatement_bg.gif);
	background-repeat: no-repeat;
}

#missionstatement .credit{text-align: right; color: #6E707D; font-size: 10px; font-weight: bold; margin-top: 30px;}

#left{color: #FFFFFF;}

#eventhighlights, #eventhighlights a, #eventhighlights table{color: #FFFFFF;}
#eventhighlights a{font-size: 11px;}

