/* CSS Document */

/* --------------------------------- vCENTRES --------------------------------- */
#vcentresContainer {
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:0px;
	width:auto;
	height:auto;
	background:#006ca2;
}
.vcentresTable {
	width:100%;
	font-size:10px;
}

.vcentresTableCell {
	margin:1px;
	padding:4px;
	width:25%;
	background:#FFFFFF;
}
.vcentresTableCell:hover {
	background:#FEFFD5;
}
.vcentresTableCell img {
	margin-top:2px;
	margin-bottom:4px;
	margin-left:0px;
}
.vcentresTableCell p {
	margin-top:0px;
	margin-bottom:0px;
	line-height:16px;
	font-size:10px;
}
a.tableCellLink, a.tableCellLink:visited {
	font-size:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#0058bb;
	font-weight:bold;
	text-decoration:underline;
	background:none;
}
a.tableCellLink:hover {
	font-size:10px;
	color:#009933;
	font-weight:bold;
	text-decoration:underline;
	background:#D5FA9C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cellHeader {
	width:auto;
	height:auto;
	padding:4px;
	background:#64bce8;
}
.cellHeader a, a:visited {
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.cellHeader a:hover, a:active {
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
/* --------------------------------- CONTENT --------------------------------- */
#whiteNewContentArea {
	height:auto;
	width:auto;
	margin: 10px 20px 0px 10px;
/*	overflow:hidden;
	background:#FFFFFF url(../images/home/round-corners.gif) right top no-repeat scroll; */
	float:right;
}
#whiteContentArea {
	height:257px;
	width:633px;
	overflow:hidden;
	background:#FFFFFF url(../images/home/round-corners.gif) right top no-repeat scroll;
	float:left;
}
#quickSearchContainer {
	float:left;
	padding-left:25px;
	padding-top:4px;
	padding-bottom:10px;
	width:auto;
	height:auto;
}
#quickSearchContainer img {
	display:block;
	margin-bottom:14px;
}
#mainTextContainer {
	clear:left;
	float:left;
	padding-left:20px;
	padding-right:30px;
	padding-top:4px;
	padding-bottom:10px;
	width: 320px;
	line-height: 20px;
	border-right:#999999 dashed 1px;
}
