	html {
		height: 100%;
		}
	body {
		margin: 0;
		padding: 0;
		border: 0;
		font-family: 'times new roman', serif;
		font-size: medium;
		color: #000000;
		background-color: #CCFFCC;
		}
	#header {
		min-width: 650px;
		height: 120px;
		}
	#header img {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}
	#navbar {
		display: block;
		border-color: #339966;
		border-style: solid;
		border-width: 2px 0 0 0;
		height: 40px;
		width: 95%;
		min-width: 650px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		}
	#navbar ul {
		list-style-type: none;
		margin: 0;
		margin-left: 5px;
		padding-bottom: 20px;
		height: 30px;
		}
	#navbar li {
		display: inline;
		padding: 0;
		margin: 0;
		height: 30px;
		}
	#navbar a {
		background: url(../graphics/icons/but_l.gif) no-repeat left top;
		float: left;
		height: 31px;
		padding-left: 10px;
		margin-right: 10px;
		text-decoration: none;
		font-family: arial, helvetica, sans-serif;
		font-size: small;
		font-weight: 700;
		}
	#navbar a span {
		display: block;
		background: url(../graphics/icons/but_r.gif) no-repeat right top;
		margin: 0;
		height: 21px;
		padding:7px 19px 3px 10px;
		_padding-bottom: 5px;
		float: left;
		vertical-align: middle;
		color: #ccffcc;
		width: 120px;
		}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
		#navbar a span {float:none;}
	/* End IE5-Mac hack */
	#navbar a:hover {
		background-position: left -30px;
		}
	#navbar a:hover span {
		cursor: pointer;
		color: #ffffff;
		background-position: right -30px;
		}
	#navbar .current span {
		color: #eeeeee;
		background-position: right -30px;
		}
	#navbar .current {
		background-position: left -30px;
		}
	#main_area {
		min-width: 650px;
		border: 0;
		padding: 0;
		margin: 0;
		float: none;
		}
	.box_text {
		float: left;
		display: inline;
		border: 0;
		width: 65%;
		margin-left: 5%;
		margin-bottom: 10px;
		padding: 1em;
		background-image: url(../graphics/icons/box_text.jpg);
		background-repeat: repeat-y;
		background-position: center;
		border: 2px solid #339966;
		border-left-width: 0px;
		border-right-width: 0px;
		}
	.box_text img {
		max-width: 50%;
		float: right;
		margin: 0.5em 0em 0.5em 1em;
		border: 1px solid #CCFFCC;
		clear: right;
		}
	.box_text p {
		text-align: justify;
		}
	.box_logo {
		float: right;
		border: 0;
		margin-right: 5%;
		width: 18%;
		background-image: url(../graphics/icons/box_logo.jpg);
		background-repeat: repeat-y;
		background-position: center;
		border: 2px solid #339966;
		border-left-width: 0px;
		border-right-width: 0px;
		margin-bottom: 10px;
		}
	.box_logo img {
		display: block;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
		text-align: center;
		}
	.box_logo p {
		text-align: center;
		}
	#map_section {
		display: block;
		width: 502px;
		margin: 10px auto 15px auto;
		overflow: hidden;
		text-align: center;
		}
	.area_disp img {
		float: none;
		display: block;
		margin: 0 auto 0 auto;
		text-align: center;
		}
	.footer_part {
		font-family: arial, verdana, sans-serif;
		color: #FF6600;
		font-size: small;
		padding: 0.3em;
		border-top: 2px solid #339966;
		background-color: #666666;
		width: 99%;
		min-width: 650px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		clear: both;
		}
	.footer_part a {
		font-weight: normal;
		text-decoration: none;
		white-space: nowrap;
		color: #FF6600;
		background: transparent;
		}
	.footer_part a:visited {
		font-weight: normal;
		text-decoration: none;
		color: #FF6600;
		background: transparent;
		}
	.footer_part a:hover {
		font-weight: normal;
		text-decoration: underline;
		color: #CC00FF;
		background: transparent;
		}
	.footer_part a:active {
		font-weight: normal;
		text-decoration: underline;
		color: #494949;
		background: transparent;
		}
	