body {
margin:10px auto;
padding:0;
width:800px;
background:#cccc99;
font-size:.95em;
text-align:center;
font-family:arial;
}
#container
{
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
background-color:#FFFFFF;
width:790px;				/* width of whole page */
overflow:hidden;		/* This chops off any overhanging divs */
border:1px solid #990000;
}
/* Start of Column CSS */
#maincontainer {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#sidecontainer {
	float:left;
	width:100%;
	position:relative;
	right:655px;
	background:#990000; /* column 1 background colour */
}
#sidebar {
	float:left;
	width:125px;
	padding:5px;
	position:relative;
	left:655px;
	overflow:hidden;
	font-size:.85em;
	text-align:left;
	color:#FFFFFF;
	font-weight: bold;
}
#sidebar a:link,
#sidebar a:visited
{
text-decoration:none;
color:#FFFFFF;
}
#sidebar a:hover
{
text-decoration:underline;
color:#FFFFFF;
}
#sidebar hr
{
background-color:#FFFFFF; 
color:#FFFFFF; 
height:1px; 
noshade; 
border:0px;
}
#content {
	float:left;
	width:635px;
	position:relative;
	left:655px;
	padding:10px;
	overflow:hidden;
	text-align:justify;
}
/* Header styles */
#header 
{
background-color:#990000;
color:#FFFFFF;
padding:0px;
margin:0px;
}
#dateheader 
{
background-color:#cccc99;
font-size:0.8em;
font-weight:bold;
padding:3px;
text-align:left;
margin:0px;
width:792px;
border-bottom:1px solid #990000;
}
.section
{
background:#cccc99;
padding: 3px;
font-weight: bold;
color:#000;
margin-top: 5px;
margin-bottom: 5px;
}
/* Footer styles */
#footer {
clear:both;
margin:0px;
width:790px;
padding:3px;
text-align:Center;
background-color:#000000;
}
#footer p {
padding:1px;
margin:0;
}
#footer a:link 
{
color:#FFFFFF; 
text-decoration:underline;
font-size:0.75em;
}
#footer a:visited
{
color:#FFFFFF; 
text-decoration:underline;
font-size:0.75em;
}
.renovpghdr
{
font-size: 1.5em;
font-weight: bold;
text-align: center;
}
.spkrpic
{
width: 130px;
float: right; 
margin-left: 10px;
margin-right: 10px;
text-align: center;
font-size: .8em;
}
.picleft
{
width: 200px;
float: left;
margin-right: 10px;
}
.picright
{
width: 200px;
float: right;
margin-left: 10px;
}
.next_prev_links
{
font-size: .9em;
text-align: center;
}
.spacer
{
height: 5px;
}
