a {
	color: #2A4A87;
}

#mainarea {
	background: #EDEFEE url(/images/bg-page.jpg) repeat-x;
}

.mainarea_wrapper {
	margin: 0 auto; 
	text-align: left; 
	width: 940px;
}

.leftside {
	float: left; 
	width: 670px;
	margin-bottom: 30px;
}

.leftside_wide {
	float: left; 
	width: 940px;
	margin-bottom: 30px;
}

#banner {
	height: 179px;
	float: left;
	width: 700px;
}

#banner_wide {
	height: 179px;
	float: left;
	width: 900px;
}

#banner .banner_wrapper img {
	float: left;
}

#banner_text {
	float: left; 
	width: 450px;
}

#banner_text_wide {
	float: left; 
	width: 600px;
}

#banner_text #breadcrumbs, #banner_text_wide #breadcrumbs {
	font-size: 0.8em;
	margin-top: 20px;
	color: #CCCCCC;
	height: 40px;

}

#banner_text #breadcrumbs a, #banner_text_wide #breadcrumbs a {
	color: #CCCCCC;
}

#banner_text #pagetitle, #banner_text_wide #pagetitle {
	height: 100px;
	position: relative;
}

#banner_text #pagetitle #holder, #banner_text_wide #pagetitle #holder {
	position: absolute;
	bottom: 0px;
}

#banner_text #pagetitle #holder h2, #banner_text_wide #pagetitle #holder h2 {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 35px;
}



#content {
	min-height: 330px;
	background-color: #EDEFEE;
	overflow: hidden;
	padding-bottom: 20px;
}

#content .content_wrapper {
	margin:0 auto;
	text-align: left;
	width:940px;
	padding-left: 20px;
	overflow: auto;
}

.leftcol {
	float: left;
	width: 200px;
	padding-right: 20px;
	margin-top: 20px;
}

.centrecol {
	float: left;
	width: 440px;
	margin-top: 20px;
}

.centrecol_wide {
	float: left;
	width: 680px;
	padding-right: 40px;
	margin-top: 20px;
}

.centrecol p:first-child, .centrecol_wide p:first-child, .centrecol_wide h4:first-child {
	margin-top: 0px;
}

.rightcol {
	float: right; 
	width: 200px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 12px;
	background: #FFFFFF url(/images/footer-rightcol.jpg) bottom left no-repeat;
}

.rightcol h4 {
	background-color: #838580; 
	margin: 0px; 
	padding: 50px 0px 10px 10px; 
	color: #FFFFFF;
}


.rightcol p {
	padding: 6px 10px 16px 10px;
	margin: 0px;
}


/* LEFT MENU */

.leftmenu {
	width: 183px;
	margin-bottom: 20px;
}

.leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.leftmenu ul li {
}

.leftmenu ul li ul li {
	border-bottom: 1px dotted #2b4d8c;
}

.leftmenu ul li ul li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.leftmenu a {
	display: block;
	padding: 4px 10px;
	color: #333333;
	text-decoration: none;
}

.leftmenu a.current {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.leftmenu a.thisbold {
	background-color: #2A4A87;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.leftmenu a.this {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.leftnews {
	width: 183px;
	background: #FFFFFF url(../images/footer-latestupdate.jpg) bottom no-repeat;
	padding-bottom: 10px;
}

p.latestupdate {
	width: 183px;
	background: url(../images/header-latestupdate.jpg) no-repeat;
	padding-top: 35px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

.leftnews img {
	margin: 0px;
	padding: 0px;
}

p.newsinfo {
	margin: 10px;
}

.hidden {
	visibility:hidden;
	display: none;
}