@charset "utf-8";
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: auto;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
	color: #FFF;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFF;
	color: #666;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
}
.oneColLiqCtrHdr #container #footer p a {
	color: #FFF;
}
.results_headings {
	font-size: 130%;
	color: #039;
}
.events_date {
	color: #600;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
}
.events_title {font-size: 120%;
	color: #039;
}
.red_100 {
	color: #600;
}

.events_venue {color: #03C;
}
.back_to_top {	
	color: #933;
	font-size: 12px;
}
.attachments {	
	color: #900;
	font-size: 1.0em;
	text-decoration:underline;
	font-weight: bold;
}
td#tablecellBorder {
	border-bottom-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: groove;
}
td#cellBorder {
	background-color:#FFF;
}
.main_menu_links {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	color: #FFF;
	font-size: 16px;
	text-align: left;
}
.current_page_menu {
	color: #FFF;
}
.centred_text {
	text-align: center;
}
.venue {
	color: #03C;
	font-size: 100%;
}
.back_to_top {
	font-size: 12px;
	color: #933;
}
.bullet_style {
	color: #FFF;
}
.footer_text {
	font-style: italic;
	text-align: center;
	color: #FFF;
}
.left_align {

}
.centre_content em {
	text-align: center;
	font-size: medium;
}
.centre_content {
	text-align: center;
	font-size: 100%;
}
.db_footer {
	text-align: center;
}
.footer_centre {
	text-align: center;
	color: #FFF;
	font-size: small;
	font-style: italic;
}
.current_menu {
	color: #999;
}
.results_headings {
	font-size: 1.3em;
	color: #039;
	font-weight: bold;
}
.table_headings {
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}
.email_link {
	color: #600;
}
.justified {
	text-align: justify;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin-left: 0px;
	margin-top: 0px; 
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #666;
	text-align: left;
}
.footer_text {
	font-style: italic;
	text-align: center;
	color: #FFF;
}
.titles {
	color:#FF6;
	font-size: 0.9em;
}
.resultCateg {
	font-weight: bold;
	font-size: 1.0em;
	color: #600;
}
.linkTitle {
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
	color:#FFF;
}
.links {
	font-size: 1.1em;
	font-weight: bold;
	color: #630;
	text-align: center;
}
.links a:link {
	text-decoration: none;
	color: #630;
}
.links a:visited {
	text-decoration: none;
	color: #630;
}
.links a:hover {
	text-decoration: none;
	color: #669;
}
.links a:active {
	text-decoration: none;
	color: #630;
}
tr#titleList {
	background-color: #CCC9AD;
}
tr.odd {
	background-color: #B1B5A9;
}
tr#titleList:hover {
	background-color: #CCC;
}
tr.odd:hover {
		background-color: #CCC;
}
.titleHeading {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding-left: 8px;
	background-color: #069;
}
.imageBorder {
	border: solid 1px;
	border-color:#;
	padding: 3px;
}
.archive {
	color:#009;
}
.archive a:link {
	color: #009;
}
.archive a:visited {
	text-decoration: none;
	color: #009;
}
.archive a:hover {
	text-decoration: none;
	color: #630;
}
.archive a:active {
	text-decoration: none;
	color: #009;
}
