﻿/* Remove unwanted elements */
#services,#footer,#banner,#sitemap, #panel-left,#panel-right, .icons
{
	display:none; 
	/*bring footer near conten*/
}
/* Ensure the content spans the full width */
#panel-middle, #panel-left-welcome, #content
{
	width: 100%; margin: 0; float: none;
}
/* Improve colour contrast of links */
a:link, a:visited
{
	color: #781351
}
body  
{
	color : #000000; 
	background : #ffffff; 
	font-family : "Verdana"; 
	font-size : 12pt; 
} 
h1 {font-size:125%; color:#CC6600;}
h2 {font-size:110%;}
h3 {font-size:105%;}

#footer_text
{	
	text-align:center;
}
#header .logo 
{
	border:none;
}

