body {
	/*background-color:#AFA9A5;*/
	background-color:#40B6C0;
	margin:0px 0px 0px 0px;
	/*background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;*/
}

/* BANNER */
#banner1 {
	height:30px;
	width:952px;
	margin:0 auto;
	background-color:#89807A;
}
#banner2 {
	height:160px;
	width:952px;
	margin:0 auto;
	background-color:#048895;
}

/* NAVIGATION */

#navi {
	font-family:Arial, Helvetica, sans-serif;
	width:952px;
	height:21px;
	margin:0 auto;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
	position:relative;
	padding-bottom:8px;
	background-color:#999;
}
.navi_btn {
	height:22px;
	width:203px;
	float:right;
	padding:7px 0px 0px 0px;
	background-image:url(../images/navi_btn_background.jpg);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#999;
}
.navi_a{
	color:#000000;
	text-decoration:none;
}
.navi_a:hover {
	color:#ffffff;
}
.navi_active {
	height:22px;
	width:203px;
	float:right;
	padding:7px 0px 0px 0px;
	text-align:center;
	background-color:#5A5450;
	color:#ffffff;
}
.navi_active_a{
	color:#ffffff;
	text-decoration:none;
}
.navi_active_a:hover {
	color:#cccccc;
}
/* HEADINGS */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#000;
	text-transform:capitalize;
	font-weight:lighter;
	font-style:normal;
	text-decoration:none;
}
h2 {
	font-family:Perpetua, "Times New Roman", Times, serif;
	font-size:22px;
	color:#ffffff;
	font-weight:lighter;
	font-style:normal;
	text-decoration:none;
	margin: 0px;
}
h3 {
	font-family:Perpetua, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	font-weight:lighter;
	font-style:normal;
	text-decoration:none;
}
h4 {
	font-family:Perpetua, "Times New Roman", Times, serif;
	font-size:20px;
	color:#ffffff;
	font-weight:lighter;
	font-style:normal;
	text-decoration:none;
}
/* TEXT */
p, ul {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
	line-height:20px;
	text-align: justify;
}
a {
	color:#9FF;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}
li {
	list-style-type:square;
	margin:0 0 0 -15px;
	list-style-image: url(../images/li.gif);
	padding-bottom: 0px;
}
hr {
	border-top: 0px solid #ffffff;
	background-color:#ffffff;
}	
.introduction {
	font-family: "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:18px;
	line-height:25px;
}
.map {
	border:1px solid #FFFFFF;
}
.p_li {
	margin-left:25px;
}
 /* CONTENT */
#content {
	width:932px;
	margin:0 auto;
	overflow:auto;
	padding:10px 10px 0px 10px;
	background-color:#048895;
}
.full_width_text {
	width:950px;
	overflow:auto;
	display: inline-block;
}
.left_text{
	width:130px;
	float:left;
}
.right_text {
	width:800px;
	float:right;
}
.text_3col {
	width:400px;
	float:right;
}
/* FOOTER */
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	height:30px;
	width:952px;
	margin:0px auto 0px auto;
	font-size:11px;
	clear:both;
	background-color:#89807A;
}
.left_footer {
	color:#000000;
	width:450px;
	text-align:left;
	float:left;
	padding:7px 0px 0px 140px;
	margin-top:2px;
}
.right_footer {
	color:#000000;
	width:250px;
	text-align:right;
	float:right;
	padding:7px 10px 0px 0px;
	margin-top:2px;
}

