body 
	{
	background-color:#c0c0c0;
	text-align:center;
	padding:0px;
	margin:0px;
	font-color:#000000;
	}

p
	{
	color:#000000;
	font-family:baskerville,helvetica,arial;
	font-size:0.7em;
	line-height:1.4em;
	margin-top:0px;
	}
		
a:link
	{
	color: #878787;
	text-decoration:none;
	}
	
a:visited 
	{
	color: #878787;
	text-decoration:none;
	}
	
a:hover
	{
	color: #545454;
	text-decoration:none;
	}
	
a:active
	{
	color: #000000;
	text-decoration:none;
	}
			
#wrapper 
	{
	background-color:transparent;
	text-align:center;
	margin:0 auto;
	padding:50px 0px;
	width:100%;
	height:100%;
	}

#container
	{
	width:705px; /* 842px total width inc padding and border */
	text-align:left;
	background-color:#ffffff;
	margin:0 auto;
	padding: 0px 45px 0px 45px;
	border: 1px solid #000000;
	}
	
#scrollcontent
	{
	color:#000000;
	font-family:baskerville,helvetica,arial;
	font-size:0.7em;
	line-height:1.2em;
	width:750px; /* from left edge of text to right edge of scrollbar */
	height:540px;
	overflow:auto;
	margin:0px;
	}

#spacer
	{
	background-color:#ffffff;
	width:735px;
	height:3px;
	z-index:50;
	position:fixed;	
	}

#spacer2
	{
	top:588px;
	background-color:#ffffff;
	width:735px;
	height:3px;
	z-index:50;
	position:fixed;	
	}

.grey
	{
	color:#c7c7c7;	
	}
	
img
	{
	margin:0px;
	padding:0px;
	border:0px;
	}
		
.clearboth
	{
	clear:left;
	}