body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999999;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link { color: #CCCCCC; }

a:visited { color: #CCCCCC; }

a:hover { color: #ffffff; }

#container {
	margin: 0.4em auto;
	width: 900px;
	text-align: left;
	background-color: #CCCCCC;
	border: 1px solid #ffffff;
}

#header {
	height: 85px;
	width: 880px;
	border-bottom: 1px solid #fff;
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #999999;
	color: #333333;
	padding: 10px 10px 3px 10px;
}

#contents {
	margin: 5px 5px 5px 5px;
	font-size: 13px;
	min-height: 425px;
	color: #000000;
}

#contents_about {
	margin: 5px 5px 5px 5px;
	font-size: 13px;
	min-height: 425px;
	color: #000000;
}

#contents p { 
}

#footer {
	clear: both;
	color: #000000;
	text-align: left;
	background-color: #999999;
	padding: 10px;
	border-top: 1px solid #dddddd;
	height: 30px;
	line-height: 30px;
}

#header a {
	color: #cccccc;
	text-decoration: none;
}

#header a:hover {
	color: #ffffff;
	text-decoration: none;
}

#nav {
	height:12px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	float: right;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#dddddd;
	padding:0px 1px 7px 5px;
	margin:1px 2px 0 0;
	text-decoration:none;
	display:block;
}

#nav li a:hover {
	color:#ffffff;
	text-decoration:none;
}

#nav li a.active {
	color:#FFFFFF;
	text-decoration:none;
}

#nav li a.bar {
	color:#ffffff;
	text-decoration:none;
}

.leftimage {
	margin-top: 5px;
	margin-right: 40px;
	float: left;
}

.leftimage2 {
	margin-top: 5px;
	margin-right: 40px;
	float: left;
}

.rightimage {
	float: right;
	margin-left: 40px;
	margin-bottom: 5px;
}

.rightimage_map {
	float: right;
	margin-left: 40px;
	margin-bottom: 5px;
}

.rightimage_home {
	float: right;
	margin-left: 40px;
	margin-bottom: 5px;
		margin-top: 5px;
}

#container #contents a { color: #000000; }

#container #contents a:hover { color: #ffffff; }

#container #contents_about p {
	margin-top: 0px;
	margin-left: 10px;
}

#container #contents_about a {
	color: #000000;

}

#container #contents_about a:hover {
	color: #FFFFFF;

}

   #credit {
	left: 1025px;
	top: 650px;
	height: 15px;
	width: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	position: absolute;
}

.credit {
	font-size: 11px;
	color: #666666;
}
.info_container table tr td a {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

.info_container table tr td a:hover {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.info_container table tr td {
	color: #666;
	font-size: 11px;
}

