/****************************** TOP ******************************/
div#top {
	border-bottom: thin solid #606060;
	background: url('../images/general_banner.jpg');
}

/****************************** P ******************************/
p#address { font-weight: bold; }

/****************************** UL/OL ******************************/
ul#services {
	list-style: disc;
	line-height: 14pt;
}

.desc {
	font-weight: normal;
}

ul.names {
	list-style: none;
}

span.title {
	position: absolute;
	left: 300px;
}

div#sideMenu li.last { padding-bottom: 0px; }

div#sideMenu ul.innerMenu {
	position: relative;
	left: -20px;
	line-height: 12pt;
}

ul.info {
	list-style: disc;
	line-height: 14pt;
}

ol { line-height: 14pt; 
}
/****************************** H2 ******************************/
h2 {
	color: #00008B;
	font-style: italic;
	font-size: 12pt;
}

/****************************** H3 ******************************/
h3 { font-size: 12pt; }

/******************************** H5 *****************************/
h5 { color: #00008B;
     font-size: 12pt;
}
/****************************** BOLD ******************************/
.bold { font-weight: bold; }

/****************************** CENTRE ******************************/
.centre { text-align: center; }

/****************************** DT ******************************/
dt {
	font-weight: bold;
	padding-bottom: 5px;
}
dd { padding-bottom: 10px; }

/****************************** IMAGE ******************************/
img#staffImg {
	width: 420px;
	height: 330px;
}

img#boardImg {
	width: 435px;
	height: 289px;
}