body {
	margin: 20px 0 0 0;
	background: #b0ceec url('../images/main/bg_wave.gif');
	background-attachment: fixed;
	font-family: arial, verdana, san-serif;
	font-size: .8em;
}

p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }

h1 { color: #246; font-size: 1.75em; }

/*---------------------------------------------------------------*/

#main_container {
	margin: auto;
	min-width: 902px;
	max-width: 60%;
	_width: 902px;
	/*border: 1px solid #469;*/
	/*background-color: #fff; /* or #cce2ee (light blue) */
	/*border-bottom: 0;*/
}

/*---------------------------------------------------------------*/

#banner1 {
	height: 150px;
	background-image: url('../images/main/banner_bg_2.gif');
	border: 1px solid #469;
	border-bottom: 0;
}
.banner1_split_a {
	width: 450px;
	height: 150px;
	float: left;
}
.banner1_split_b {
	width: 400px;
	height: 150px;
	float: right;
}

/*---------------------------------------------------------------*/

#menu1 {
	height: 50px;
	background-image: url('../images/main/menu1_bg_center.gif');
	border: 1px solid #469;
	border-top: 0;
	_height: 38px;
}
#menu1 a, #menu1 a:visited {
	color: #246;
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}
#menu1 a:hover {
	color: #469;
	background-color: white;
	border: 1px solid #469;
	padding: 4px 9px;
}
#menu1 a:active {
	color: #000;
	background-color: gold;
}
#menu1 span {
	color: #000;
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}
.menu1_left {
	float: left;
	width: 5px;
	height: 50px;
	background-image: url('../images/main/menu1_bg_left.gif');
}
.menu1_center {
	float: left;
	height: 50px;
	padding: 12px 4px 0 4px;
	_height: 38px;
}
.menu1_right {
	float: right;
	width: 6px;
	height: 50px;
	background-image: url('../images/main/menu1_bg_right.gif');
}
.menu1_divider {
	width: 1px;
	height: 29px;
	margin: -3px 3px 0 3px;
	float: left;
	background-image: url('../images/main/menu1_divider.gif');
}

/*---------------------------------------------------------------*/

#footer {
	min-width: 900px;
	max-width: 60%;
	_width: 900px;
	height: 24px;
	padding-top: 6px;
	margin: 10px auto;
	text-align: center;
	background-color: #cce2ee;
	border: 1px solid #469;
	border-top: 1px dashed #469;
	background-image: url('../images/main/footer_bg.gif');
}
#footer a, footer a:visited { font-size: .9em; color: #246; }
#footer a:hover { text-decoration: none; }


/*---------------------------------------------------------------*/

#contentbox {
	border: 1px solid #469;
	background-color: #fff;
}
#contentbox a, .contentbox a:visited { color: #469; }
#contentbox a:hover { color: #246; text-decoration: none; }

.headingbox {
	background-image: url('../images/main/heading_bg.gif');
	height: 25px;
	padding: 5px 0 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #246;
}
#contentbox_left1, #contentbox_right1, #contentbox_full1 {
	margin: 5px 0;
}
#contentbox_left1 {
	width: 59%;
	float: left;
}
#contentbox_right1 {
	width: 39%;
	float: right;
}
#contentbox_full1 {
	width: 100%;
	float: left;
}
.content { padding: 10px; }

/*#archive {
	float: left;
	width: 25%;
	height: 110px;
}
.archive_inner {
	margin: 10px;
	height: 70px;
	padding: 10px;
	border: 1px solid #469;
}*/
#iframecontainer {
	margin: 25px 50px 0 50px;
}
/*---------------------------------------------------------------*/

.map1 {
	width: 90%;
	margin: 10px auto;
}
.map1 p {
	font-weight: bold;
	color: darkred;
}

.orange { color: #e26414; }
.spacelist li { margin-bottom: 7px; }

.ptop {
	text-align: right;
	margin-top: 10px;
}

.clear { clear: both; }