/* Switch all the colours in this stylesheet to the desired 'page theme'.
The background-color in 'body' should ideally be a slightly lighter shade of 
the page theme colour. */

h1, h2, h3, h4 {
color: #839430;
}

body {
background-color: #8C9F34; /* Slightly lighter here. */
}

#breadcrumb {
background-color: #8C9F34;
}

#content #leftbar #navigation a {
color: #8C9F34;
}

#content #leftbar #navigation a:hover {
color: #993333;
text-decoration: underline;
}

#header #masthead {
background-image: url(../images/iblstop.jpg);
background-position: right;
background-repeat: no-repeat;
}

#news_eventsbox {

}

#news_eventsbox img {
	border: 4px solid #768f28;
}

#news_eventsbox p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.newsboxbg_ld {
	background-image: url(../images/newsboxbg_ld.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #f0ede6;
}