body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
}

div#top {
	text-align: center;
	background: #8db7e0;
	height: 70px;
	margin: 0;
}

h1#tag, div#nav {
	background: #fff;
	height: 34px;
	font-family: "Times New Roman", Times, serif;
	color: #036;
	text-align: center;
	font-size: 110%;
	padding: 0;
	line-height: 34px;
	margin: 0;
	vertical-align: middle;
	border: 1px solid #036;
	border-width: 1px 0 1px 0;
}

div#banner {
	height: 150px;
	background: #333;
	margin: 0;
}

div#banner img, div#banner span {
	position: absolute;
	right: 40px;
	top: 138px;
}

div#banner object, div#banner embed {
	width: 100%;
}

div#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 105%;
}

div#nav a {
	padding: 2px 10px;
	color: #036;
	text-decoration: none;
	margin: 0;
}

div#nav a:hover {
	color: #036;
	text-decoration: underline;
}




div#content {
	padding: 0.5em 20px 0.5em 40px;
	background: #b0d8ff;
	color: #333;
}

img.right {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

img.left {
	float: left;
	margin: 0 0.5em 0.5em 0;
}


div#content h1 {
	font-size: 145%;
	color: #036;
	line-height: 1em;
}
div#content h2 {
	font-size: 135%;
	color: #0066CC;
	line-height: 1em;
}
div#content p {
	margin: 0.75em 0;
	line-height: 1.4em;
}

div.clear {
	clear: both;
}

.whitetext {
	color: #fff;
}


div#footer {
	border-top: 1px solid #036;
	padding: 1em 20px 1em 40px;
	color: #666;
}

div#footer a {
	color: #004A91;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

