/* CSS Global */

body {
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	color: #E1DFD2;
	background-image: url(../images/bg_flat_color.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	line-height: 18px;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#outer_area {
	height: 100%;
	width: 100%;
	background-image: url(../images/bg_stripes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	line-height: 18px;	
}
#container {
	width: 768px;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.clearer {
	float: none;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.left_side {
	float: left;
	width: 216px;
	height: auto;
	position: relative;
}
.left_top {
	height: 231px;
	width: 216px;
	background-image: url(../images/regional_left-top.jpg);
	background-repeat: no-repeat;
}
.main_menu_area {
	padding: 68px 0px 0px 27px;
}
.left_mid {
	width: 216px;
	height: 416px;
	background-image: url(../images/regional_left-mid.jpg);
	background-repeat: no-repeat;
}
.news {
	padding: 50px 0px 0px 40px;
}
.right_side {
	float: left;
	width: 556px;
	height: auto;
}
.quick_links {
	position: absolute;
	top: 30px;
	left: 159px;
}
.subpg_title {
	top: 77px;
	left: 19px;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
}
.main_para {
	padding: 175px 0px 5px 32px;
	width: 300px;
	height: auto;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 10px;
	color: #423F30;
}
.bottom_repeat {
	height: auto;
	width: 768px;
	background-image: url(../images/static_repeat.jpg);
	background-repeat: repeat-y;
}
.bottom_cap {
	width: 768px;
	height: 29px;
	background-image: url(../images/static_btm.jpg);
	background-repeat: no-repeat;
	float: left;
}
.bottom_area {
	float: left;
	width: 768px;
	height: 84px;
	background-image: url(../images/default_bottom.jpg);
	background-repeat: no-repeat;
}