/* CSS Document */


/*This is the core style sheet of the site*/

HTML { overflow-y:scroll; }


body {


	background-color:#FFFFFF;


	background-image:url(images/gradient_fill.gif);


	background-repeat:repeat-x;


	color:#333333;


	font:normal 0.8em/1.6em Tahoma, Verdana, Arial, Georgia, sans-serif;


	}


	


h1 {


	font:normal 1.8em Tahoma, Verdana, Arial, Georgia, sans-serif;


	color:#A0A0A0;


	line-height:1.2em;


	}


	


h2 {


	font:normal 1.2em Tahoma, Verdana, Arial, Georgia, sans-serif;


	color:#666666;


	text-decoration:underline;


	}





ul.inline {


	font-size:1em;


	color:#828282;


	}





ul.contact {


	font-size:1.4em;


	color:#7D7D7D;


	line-height:0.2em;


	}





#col1 {


	padding:5px 0px 0px 30px;


	}





#col2 {


	background-image:url(images/main_text.gif);


	background-repeat:no-repeat;


	padding:0px 23px 20px 23px;
	min-height:350px;
	}





#links {


	background-image:url(images/links.gif);


	background-repeat:no-repeat;


	}


	


#sub-links {


	background-image:url(images/sublinks.gif);


	background-repeat:no-repeat;


	padding:0px 0px 0px 0px;


	}


	


#header {


	background-color:#CCCC66;


	background-image:url(images/header.gif);


	margin:auto;


	}


.whatson td { padding:5px; }


/* Link behaviours */


	


a.button:link {


	border:none;


	}





a.button:hover {


	border:none;


	}





a.button:visited {


	border:none;


	}





a:link {


	color:#4B95A5;


	font-size:1em;


	text-decoration:none;


	}


	


a:visited {


	color:#275158;


	font-size:1em;


	text-decoration:none;


	border-bottom:1px dotted #37707B;


	}


	


a:hover {


	color:#519999;


	border-bottom:1px dotted #37707B;


	}





a:active {


	color:#000000;


	text-decoration:none;


	}
