body
{
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
}
#container
{
	width: 70%;
	position: absolute;
	margin-left: 15%;
	margin-right: 15%;
}
#header
{
	border-bottom: 1px solid #AAAAAA;
	margin: 0.6em 0 0 0;
}

#header h1
{
	font-size: 250%;
	padding: 0;
}
#header a
{
	text-decoration: none;
	color: black;
	background: white;}
#header #tagline
{
	font-size: 90%;
	margin: 0 0 0.2em 7em;
	padding: 0;
}

#nav
{
	width: 13em;
	margin: 1em 0 1em 1em;
	padding: 0.5em 0 1em 0;
	float:left;
	clear: both;
	border-right: 1px solid #AAAAAA;
}
#nav a, a:visited, a:active
{
	display: block;
	margin: 1.5em 0 0 0;
	text-decoration: none;
	font-size: 130%;
	color: blue;
	background: white;border-bottom: 1px solid #FFFFFF;
}
#nav span
{
	color: #555555;
	background: white;}
#nav a:hover
{
	border-bottom: 1px solid #AAAAAA;
}
#content
{
	margin: 1em 0 1em 15em;
	padding: 1em 0 1em 1.5em;
	border-left: 1px solid #AAAAAA;	 
}
#content span.contentTitle
{
	display: block;
	border: 1px solid #AAAAAA;
	color: black;
	background: #F9F9F9;padding: 0.2em;
	margin: 0;
}
#content p.contentText
{
	text-align:justify;
	margin-left: 0.5em;
}
#content a, a:visited, a:active
{
	display:inline;
	text-decoration: underline;
	font-size: 100%;
	color: blue;
	background: white;
}
#content img.cutLeft
{
	float: left;
	margin: 0 0.5em 0.5em 0;
}
#content img.cutRight
{
	float: right;
	margin: 0 0 0.5em 0.5em;
}
#footer
{
	font-size: 80%;
	border-top: 1px solid #AAAAAA;
	text-align: right;
	clear: both;
	padding: 0.2em 0 0.2em 0;
}
#footer a
{
	display:inline;
	text-decoration:none;
	font-size: 100%;
	color:black;
	background: white;
}
