/* Page structure */
body {
	background-color: white;
}

/* Page Header*/
#head {
	width: 905px;
	height: 110px;
	margin: 0;
	padding: 0;
}
#banner {
	width: 400px;
	height: 110px;
	float: left;
}


#breadcrumb {
	width: 900px;
	color: black;
	background-color: white;
	border-bottom: none;
}
#breadcrumb a{
	color: black;
}
#breadcrumb a:hover{
	color: black;
}



#body_3col {
	background-image: none;
}
#body_2col {
	background-image: none;
}



#columnCenter1Col {
	width: 620px;
	float: left;
}
#columnRight {
	width: 185px;
	float: left;
}


/* Center Content */
#contentCenter {
	padding: 0 10px 10px 10px;
	min-height: 200px;
}

/* Right Content */
#contentRight {
}


#contentLeft ul li a, #contentLeft ul li a:active, #contentLeft ul li a:visited {
	background: none;
}
#contentLeft ul li ul li.menuleft_level2_non_active a {
	background: none;
}



/* Template of Home */
#contentAreaLeft {
	width: 295px;
	float: left;
}
#contentAreaRight {
	width: 295px;
	float: right;
}
#contentNews, #contentEvents, #contentIntro, #contentSurvey{
	width: 295px;
	padding-bottom: 10px;
}



