	table.center {margin-left:auto; margin-right:auto;}
	body 
	{
	text-align:center;
	background: #ffffff url('../images/bg.jpg') top left repeat-x;
	margin-top:30px;
	margin-bottom:30px;
	color:#000000;	
	}

	h1
	{
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 10px;
	}
	.centerit
	{
	text-align: center;
	}
	.hide
	{
	display: none;
	}
	.leftcol
	{
	width: 150px;
	display: block;
	background-color: #C3F8FB; /*CHANGE COLOR HERE*/
	padding: 4px;
	margin-top: 5px;
	}	
	.rightcol
	{
	width: 150px;
	display: block;
	background-color: #C3F8FB; /*CHANGE COLOR HERE*/
	padding: 4px;
	margin-top: 5px;
	text-align: center;
	height: 100%;
	}	
	.rightcolblog
	{
	width: 150px;
	display: block;
	background-color: #ffffff;
	padding: 4px;
	margin-top: 5px;
	text-align: left;
	}	
	.content
	{
	font-size: 12px;
	width: 100%;
	margin-top: 5px;
	padding: 3px;
	margin-left: 5px;
	}	
	.top
	{
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	text-decoration: none;
	}
	.topselected
	{
	display: block;
	color: #cc0000;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	text-decoration: none;
	}	
	.top:hover
	{
	color: #cc0000;	text-decoration: underline;
	}	
	.sub
	{
	display: block;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
	text-decoration: none;
	}	
	.subselected
	{
	display: block;
	color: #cc0000;
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
	text-decoration: none;
	}		
	.sub:hover
	{
	color: #cc0000;	text-decoration: underline;
	}	
	
	
	.footer
	{
	width: 100%; 
	height: 90px; 
	background-color:#C3F8FB; /*CHANGE COLOR HERE*/
	padding: 4px;
	font-size: 10px;
	text-align: center;
	}
	
	html>body .footer
	{
	width: 99%; 
	height: 90px; 
	background-color:#C3F8FB; /*CHANGE COLOR HERE*/
	padding: 4px;
	font-size: 10px;
	text-align: center;
	}	
	
	.rightbox
	{
	border: 1px solid #6495ed; 	
	background-color: #ffffff;	
	padding: 3px; 
	font-size: 11px;
	}
	
	.centered
	{
	text-align: center;
	}
	.imagelink
	{
	font-size: 12px; color: #000000;
	}
	.galleryeditlink
	{
	text-decoration: none; color: green; font-weight: bold;
	}
	.galleryimg 
	{
	margin: 10px 15px 0px 15px;
	}
	
	.strapline {width: 100%; height: 20px; background-color:#000000; color: #9B8F5F; padding: 3px; font-weight: bold;}
	
	table {background-color: #ffffff;}
	
	.outertable
	{
	border: 1px solid #9B8F5F;
	background-color: #ffffff;
	}
	
	.innertable
	{
	font-family: arial; 
	font-size: 13px;
	background-color: #ffffff;
	}
	
	#dhtmltooltip{
font-family: arial;
font-size: 11px;
position: absolute;
left: -300px;
width: 90px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}