body
{
	display: block;
	font-family: sans-serif;
	font-size: 80%;
}

a
{
	color: #808080;
	text-decoration: none;
}

a:hover
{
	color: #990000;
	text-decoration: none;
}

a:visited
{
}

hr
{
	width: 70%;
}

#fullPage
{
}

#headerColumn
{
	width: 500px;
	text-align: right;
}

#navColumn
{
	width: 200px;
	text-align: right;
	border-right: 1px groove;
	padding-right: 20px;
	float: left;
}

.content
{
	width: 600px;
	font-size: 120%;
	padding-left: 20px;
	float: left;
}

.content-header
{
	font-size: 150%;
}

.subheader
{
	font-weight: bold;
}

.subcontent
{
	position: relative;
	left: 10px;
}

