body {
	font-family: "lucida grande", "segoe ui", helvetica, arial, verdana, sans-serif;
	background: #bcbcd9;
}

.container {
	width: 750px;
	background: #fff;
	margin: 2em auto;
	padding: 1em;
}

.box {
	background: transparent;
}

.attribution {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	margin: -0.75em 2.0em 3.0em 0;
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
	/* color: #4e4ea6; */
	color: #0154a2;
}

#sidebar, #footer, #top {
	background: #4196cd;
	color: #fff;
}

#footer {
	margin: 1em 0 0 0;
}

#footer p, #top p {
	margin: 0.5em 0 0.5em 1.5em;
	text-align: center;
}


#top p {
	font-size: 1.4em;
}

#content {
	background: #ddddff;
	padding-top: 2.0em;
}

#content a {
	color: #4e4ea6;
}

#content img {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

#content table {
	width: 70%;
	margin-left: 2.0em;
}

#content table td {
	border-bottom: 1px solid #fff;
	padding-left: 2em;
}

#content table .border-top {
	border-top: 1px solid #fff;
}

#content ul {
	margin-left: 3.0em;
}

#logo {
	background: #4e4ea6 url(/images/logo.png) top center no-repeat;
	height: 125px;
	margin-bottom: 1em;
}

#banner {
	background: url(/images/water_bg_515.jpg) top center no-repeat;
	height: 125px;
	margin-bottom: 1em;
}

#top {
	margin-bottom: 1.0em;
}

/*navigation list*/

#navcontainer {
	width: 230px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 0.5em 0.5em 0.5em 1.0em;
	background-color: #0154a2;
	border-bottom: 1px solid #fff;
}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #4196cd;
	color: #fff;
}

#navcontainer #currentpage a {
	background-color: #4e4ea6;
	color: #fff;
}

.announce {
	padding: 1.5em;
	border: 1px solid #cc0;
	background: #ffc;
}

.announce span {
	font-weight: bold;
	font-size: 1.2em;
}
