/* Master style sheet, which contains styles common
to all webs is imported to each web style sheet
and then styles unique to each web are listed below */
@import url(master.css);
body {
/* insert backgrouund colour for this web below */
background: navy;
}
h2 {
	color: navy;
}
h4 {
	font-size: 100%;
	margin-left: 10px;
}
.hilite {
	border: none 0px;
}
#centrecontent table {
	border: 1px solid #CCCCCC;
		width: 100%;
		border-collapse: collapse;
		
}
#centrecontent table tr{
	vertical-align: top;
	border: 0px solid #CCCCCC;
}
#centrecontent table td{
border: 1px solid #CCCCCC;
	padding:5px;
margin: 0px;
}
img.photo {
	padding: 10px 15px 10px 0;
	border: 0px;
}
#therm {
float: left;
width: 144px;
height: 275px;
padding-right: 10px;
	}
.section {
	width: 100%;
	/*height: 230px;*/
}
.announce{
padding: 0px 10px 5px 0;
}

