/*
author: Darren Chandler
company: Campbell Shaw Ltd
email: d.chandler@campbellshaw.co.uk
*/
h2 {
	color:#55a51c
}
h5,h4,h3,h1,#branding {
	color:#000
}

#container {
	background:#fff url(../img/content_bg.gif) repeat-y;
}

#header {
	border-bottom:4px solid #59a61c;
}

#content {
	color:#000;
}

#site-info {
	border-bottom:8px solid #000;
	background:#f7f7f7;
	color:#000;
}

#credit a, #credit a:visited {
	color:#666;
}

#credit a:hover {
	color:#59a61c
}

a.file {
	background:#fff url('../img/icon_file.gif') left center no-repeat;
}

a {
	color:#000;
}

a:hover {
	color:#59a61c;
}


#content a {
	color:#59a61c;
	text-decoration:underline
}

#content a:hover {
	color:#000;
}

/*event css*/

#events li {
	border-bottom:1px solid #ccc
}

.event-detail th {
	color:#666;
}

.event-detail td {
	color:#000;
}

.event-detail .file a {
	background:#fff url('../img/icon_file.gif') left center no-repeat;
}

.event-detail a, a.return {
	color:#000;
}

.event-detail a:hover, a.return:hover {
	color:#65c5f2;
}