html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/back_main.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #5f5f5f;
	background-position: bottom;
	background-repeat: repeat-x;
} 
 
#pagewidth{
	width:809px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #EBEBEB;
} 
 
#header{
	position:relative;
	height:289px;
	width:100%;
} 
#menu {
	background-image: url(images/menu_bk.jpg);
	background-repeat: no-repeat;
	width: 196px;
	position:relative;
	float: left;
	height: 207px;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
}

hr.mainhr{
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
width:500px;
background: #fff url(/images/hr-line.gif) no-repeat left bottom;
border: 0 none;
height:1px;
}

#image {
	width: 553px;
 position:relative; 
 float:right; 
} 
#maincol{
	background-color: #ebebeb;
	float: left;
	display:inline;
	position: relative;
	width:500px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
 }
 #rightcol{
	width:228px;
	float:right;
	position:relative;
	background-color:#EBEBEB;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
 }
 .titletext {
	font-size: 18px;
	font-weight: bold;
	color: #1f55a6;
}
#centres{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	width: 769px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	margin-top: 40px;
	background-image: url(images/div.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
 } 
.pinktitle {
	color: #418bc9;
	font-size: 18px;
	font-weight: bold;
}

 
#footer{
	height:44px;
	background-color:#FFFFFF;
	clear:both;
	font-size: 9px;
	text-align: right;
	padding-right: 10px;
	color: #999999;
 } 
 
 a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #6C8CA4;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.top a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.01em;
	line-height: 20px;
}
.top a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.01em;
	line-height: 20px;
}
.top a:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.01em;
	text-decoration: underline;
	line-height: 20px;
}
.top a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.01em;
	line-height: 20px;
} 
 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

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


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{
	display:none;
	width: 150px;
	position: relative;
	float: right;
} 
#twocols, #maincol{
	width:100%;
	float:none;
	background-color: #EBEBEB;
}
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #1f55a6;
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
	padding: 0px;

}
