BODY,HTML {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	padding: 0px;
	margin: 0px;
	background: #FFF;
}
TD,TR {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;	
	background-color: #c0c0c0;
}
H1,H2,H3,H4,H5,H6 {
	font-size: 14px;
	color: #FFF;
}
A:LINK, A:ACTIVE, A:VISITED {
	text-decoration: none;
	color: #F0F8FF;
	font-weight: bold;
}
A:HOVER {
	text-decoration: none;	
	color: #516775;
	font-weight: bold;
}
#header {
	background-image: url(../images/header.jpg);
	width: 750px;
	height: 146px;
}
#bannerArea {
	width: 750px;
	height: 207px;
	background-color: #CCC;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#nav {
	height: 31px;
	width: 750px;
	background-color: #5574B9;
	color: #FFF;
}
.navArea td.navarea{
	height: 31px;
	width: 666px;
	background-color: #5574B9;
	color: #FFF;
}
#contentArea {
	padding: 25px;
	height: 450px;
	vertical-align: top;
}
#titleArea {
	height: 35px;
}
#imageArea {
	width: 235px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	color: #5574B9;
}
#footer {
	line-height: 25px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #1E2841;
}
.quote {
	color: red;
	font-style: italic;
	font-weight: bold;
}
.quoteCredit {
	font-weight: bold;
}
.image {
	border: 1px solid #FFF;
}
.text {
	padding: 5px;
	vertical-align: top;
}
#logoHolder {
	position: relative;
	width:400px;
	height:50px;
	z-index:1;
	left: -150px;
	top: -100px;
}
.altColour {
	background-color: #C5D4F7;
}