body {
	margin: 0;
	background: #00538E;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

#newindex {
	width: 100%;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 5px;
	background: #FFF;
}

#masthead {
	width: 850px;
}

#nav {
	width: 150px;
	float: left;
	margin: 5px 0px;
}

#content {
	width: 690px;
	float: right;
	margin: 5px 0px;
}

#footer {
	clear: both;
}

#footerleft {
	float: left;
}

#footerright {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

p {
	text-align: justify;
}

a:link, a:visited {
	text-decoration: none;
	color: #06C;
}

a:hover, a:active {
	text-decoration: underline;
	color: #06F;
}

blockquote {
	border: 1px solid #00538e;
	background: #eee;
	padding: 5px;
	clear: both;
}

.name {
	font-style: italic;
}