body
{
	background-color: #F0F0F0;
	background-attachment:fixed;
	margin: 2em 0 0 2em;
}

#menu
{
	float: top;
	width: 250px;
	text-align: left;
	margin-bottom: 50px;
	font-family: Monaco; sans-serif;
	font-size: 10pt;
    color: #000066;
	line-height: 12pt;
	position: fixed;
	top: 2em;
	left: 2em;
}

#links
{
	
	
	margin-bottom: 50px;
	font-family: Monaco; serif;
	font-size: 10pt;
    color: #000066;
	line-height: 12pt;
}

#welcome
{
	float: left;
	width: 400px;
	margin-bottom: 50px;
	margin-left: 400px;
	text-align: left;
	font-family: Monaco; serif;
	font-size: 10pt;
    color: #000066;
	line-height: 12pt;
}

#content
{
	float: left;
	width: 500px;
	margin-bottom: 50px;
	margin-left: 275px;
	text-align: left;
	font-family: Monaco; serif;
	font-size: 10pt;
    color: #000066;
	line-height: 12pt;
}

#info
{
	float: left;
	width: 530px;
	margin-bottom: 50px;
	margin-left: 275px;
	text-align: left;
	font-family: Monaco; serif;
	font-size: 10pt;
    color: #000066;
	line-height: 12pt;
}

#frontpage
{
	float: left;
	width: 500px;
	margin-bottom: 50px;
	margin-left: 150px;
	text-align: left;
	font-family: Monaco; serif;
	font-size: 10pt;
    color: #000066;
	line-height: 12pt;
}

#vertical
{
	float: left;
	width: 382px;
	margin-bottom: 50px;
	margin-left: 275px;
	text-align: left;
	font-family: Monaco; serif;
	font-size: 10pt;
    color: #000066;
	line-height: 12pt;
}


#container
{
	float: left;
	width: 3680px;
	margin-bottom: 50px;
	text-align: justify;
	font-family: Monaco; serif;
	font-size: 10pt;
    color: black;
	line-height: 11pt;
}

.titles
{
	font: 8pt/10pt monaco;
	border-bottom:1px solid black;
}

.piecetitle 
{
	margin: 0;
	font: bold 12pt monaco;
}

.next
{
	font-size: 9pt;
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
}

.previous
{
	font-size: 9pt;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

a.name:hover {
color:red;
text-decoration: none;
}

a:link {
color:#0000FF;
text-decoration: none;
cursor: crosshair;
}
a:hover {
color:#00FFFF;
text-decoration:none;
cursor: crosshair
}
a:visited {
color:#A8A8A8;
text-decoration:none
}

a.black:hover 
{
	color: #000000;
}

a.underline
{
	text-decoration: underline;
	color: black;

}

a.underline:hover 
{

	color: black;
}


