@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 150px;
	background-color: #EEE;
	background-image: url(../images/logo_150_new.jpg);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	background-color: #DDD;
}
#wrapper #bodyArea #left {
	background-color: #FFF;
	width: 550px;
	float: left;
	text-align: left;
	font-size: 24px;
	height: auto;
}
#wrapper #bodyArea #right {
	background-color: #EEE;
	width: 250px;
	float: right;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}
#wrapper #bodyArea #water101 {
	height: 157px;
}
#wrapper #bodyArea #left h1 {
	font-size: 30px;
	color: #069;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrapper #bodyArea #left p {
	font-size: 18px;
	margin-left: 5px;
	color: #444;
}
#wrapper #bodyArea #left h2 {
	font-size: 28px;
	margin-left: 5px;
	color: #069;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
#wrapper #bodyArea #left h3 a {
	font-size: 18px;
	margin-left: 7px;
}
#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#pdf {
	color: #FF0;
}
#shadow #wrapper #bodyArea #left p img {
	margin-right: auto;
	margin-left: -5px;
}
#wrapper #page_heading {
	font-size: 18px;
	text-align: center;
	color: #555;
}
#wrapper #page_heading h1 {
	font-size: 30px;
	text-align: center;
	color: #069;
	font-family: "Lucida Console", Monaco, monospace;
}
#wrapper #bodyArea #copyright {
	text-align: center;
	font-weight: bold;
}

