body
{
	background-color: white ;
	font-family: helvetica, arial, sans-serif ;
	font-size: 0.8em ;
}
#container
{
	width: 80%;
	position: absolute;
	margin-left: 10%;
	margin-right: 10%;
}
#header
{
	margin: 0.6em 0 0 0;
}

#header h1
{
	font-size: 250%;
	padding: 0;
}
#header #tagline
{
	font-size: 90%;
	margin: 0 0 0.2em 7em;
	padding: 0;
	text-align: right;
}
#tagline a, #tagline a:visited, #tagline a:active
{
	color: Blue;
	text-decoration: none;
}
#tagline a:hover
{
	color: Blue;
	text-decoration: underline;
}
#nav
{
	width: 15em;
	margin: 1em 0 1em 0em;
	padding: 0.5em 0 1em 0;
	float:left;
	clear: both;
	border-right: 1px solid #AAAAAA;
}
#nav a, #nav a:visited, #nav a:active
{
	display: block;
	margin: 1.5em 0 0 0;
	text-decoration: none;
	font-size: 130%;
	color: blue;
	border-bottom: 1px solid #FFFFFF;
}
#nav span
{
	color: #555555;
}
#nav a:hover
{
	border-bottom: 1px solid #AAAAAA;
}
#content
{
	margin: 1em 0 1em 15em;
	padding: 0em 0 1em 1.5em;
	border-left: 1px solid #AAAAAA;	 
}
#content span.content_title
{
	display: block;
	border: 1px solid #AAAAAA;
	background-color: #F9F9F0;
	padding: 0.2em;
	margin: 0;
}
#content p.content_text
{
	text-indent: 15px;
	text-align:justify;
	margin-left: 0.5em;
}
#content a, #content a:visited, #content a:active
{
	color: Blue;
	text-decoration: none;
}
#content a:hover
{
	color: Blue;
	text-decoration: underline;
}
#content img.cut_left
{
	float: left;
	margin: 0 0.5em 0.5em 0;
}
#content img.cut_right
{
	float: right;
	margin: 0 0 0.5em 0.5em;
}

#content em.title
{
	color: #CC3333;
}

#content a.more
{
	color: #0055CC;
	text-decoration: none;
	font: 80% sans-serif;
}

#content em.authors
{
	font: 80% sans-serif;
}

#hline
{
	border-top: 1px solid #AAAAAA;
	clear: both;
}

#footer-left
{
	float: left;
	text-align: left;
	font-size: 90%;
	padding: 0.2em 0 0.2em 0;
}

#footer-right
{
	float: right;
	text-align: right;
	font-size: 90%;
	padding: 0.2em 0 0.2em 0;
}

#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;
}

img
{
	border: 0;
}