body {
margin:10px auto;
padding:0;
width:800px;
background:#CCCCCC;
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 #000066;
}
/* Start of Column CSS */
#maincontainer {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#content {
padding:5px;
text-align:justify;
}
/* Header styles */
#header 
{
background-color:#000066;
color:#FFFFFF;
padding:0px;
margin:0px;
}
#dateheader 
{
background-color:#FFCC33;
font-size:0.8em;
font-weight:bold;
padding:3px;
text-align:left;
margin:0px;
width:792px;
border-bottom:1px solid #000066;
}
/* 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;
}
/* --> 
<!--[if lt IE 7]>
<style media="screen" type="text/css">
.col1 {
width:100%;
}
</style>
<![endif]-->*/
/* menu style for Rules section side menu */
# sectionlinks {
width: 500px;
}
.sectnum {
float:left;
width:30px;
text-align:right;
}
.secttext {
margin-left:40px;
}
.sectclear {
clear:both;
}
#rulesmenu {
width:225px;
float:right;
padding:5px;
background-color:#cccccc;
margin-left:15px;
font-size:.85em;
}
#rulesmenu a {
text-decoration:underline;
}
#rulesmenu a:hover {
text-decoration:none;
}
#rulestopmenu {
width:195px;
margin-left:15px;
background-color:#555555;
padding:5px;
text-align:center;
font-weight:bold;
}
#rulestopmenu a {
text-decoration:underline;
color:#FFFFFF;
}
#rulestopmenu a:hover {
text-decoration:none;
}
.rulesarrow {
width:20px;
float:left;
}
.rulesmenutxt {
margin-left:25px;
text-align:left;
}
.rulesclear {
clear:both;
padding:5px;
}
.rulessub {
font-weight:bold;
font-size:1.2em;
}
#committeebox
{
width: 530px;
}
.commname
{
width: 300px;
float: left;
}
.memname
{
width: 230px;
float: right;
text-align: right;
}
#rulemaintitle {
text-align:center;
font-size:1.5em;
font-weight:bold;
}