body
{
	font-family: sans-serif;
	background-color: #fff;
	margin: 0px;
	background-color: #bfe4d0;
}

p
{
	color: #000;
	text-align: justify;
	margin: 5px;
}

p.caption
{
	font-size: 75%;	
}

img
{
	border: 0px;
}

h1, h2, h3
{
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-weight: normal;
	font-family: sans-serif;
	color: #000;
}

a
{
	color: #339;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#nav
{
	position: fixed;
	top: 10px;
	left: 10px;
	width: 150px;
	background-color: #fff;
	border: 1px solid #a4c5b1;
}

#navtitle h2
{
	background-color: #a4c5b1;
	color: #000;
	text-align: center;
}

#navlogos
{
	text-align: center;
}

#nav ul
{
	margin: 5px;
	padding: 0px;
	list-style: none;
}

#nav a
{
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}

#mainbody
{
	position: absolute;
	top: 10px;
	left: 175px;
	padding: 0px;
	right: 30px;
}

div.content
{
	margin: 0px 0px 10px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #a4c5b1;
}
