/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn, td#RightColumn {
	width: 33%;
	background-color: #d4dce4;
}

/* ************************************----------- CENTRE COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#CentreColumn {
	width: 34%;
	background-color: #c4ced8;
	border-left: solid 1px white;
	border-right: solid 1px white;
}


div.HomeColumnTitles {
	background-color: #4a6583;
	color: #FFFFFF;
	font-size: 0.85em;
	padding: 15px 0 ;
	font-variant:small-caps;
}
span.SmallTextStar {
	font-size: 0.6em;
}
div.HomeContent {
	font-size: 0.75em;
	color:#1e3958;
	margin: 5px 20px 20px 20px;
	line-height: 1.35em;
}
img.HomeContentImage {
	margin: 20px 0 5px 0;
}
div.HomeContent a, div.HomeContent a:visited {
	color:#9a0d07;

}
div.HomeContent a:hover {
	color:#000000;
	text-decoration: none;
}
