body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #000000; 
}

a:link {
	color:#0065B7
}

a:visited {
	color:#CC3300;
}

a:hover {
	color:#B95C00;
}

table.list {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	width:50%;
	text-align:center;
}
table.list th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color:#faf0e6;
}
table.list td {
	border-width: 1px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: #fffafa;
	color:#000000;
}

#leftcol{
	width:10%;
	position:absolute;
	font-size:15px;
	font-weight:500;
	font-family:Georgia, "Times New Roman", Times, serif;
}
 
#maincol{background-color: #FFFFFF;
	float: right; 
	display:inline; 
	position: relative; 
	width:90%; 
}
 
#footer{
	height:20px;
	clear:both;
	text-align:center;
} 
 
#header{
	position:relative; 
	height:60px; 
	background-color:#FFFFFF; 
	width:100%;
} 

#centre {
text-align:center;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
