body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 85%;
}
#wrap {
	margin: auto;
	height: auto;
	width: 750px;
	border: 3px outset #CC0000;
	color: #000000;
	background-color: #FFFFFF;
}
#topbanner {
	height: 149px;
	width: 750px;
	background-image: url(images/topbanner.gif);
	background-repeat: no-repeat;
}
#content {
	height: inherit;
	width: 710px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#content h1 {
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#content h2 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	padding-top: 15px;
	clear: left;
}
#content h3 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 15px;
	text-align: center;
}
#content p {
	line-height: 1.2em;
}
#content li {
	margin-top: 10px;
}
#content a, #content a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #CC6600;
	text-decoration: underline;
}
#navbar {
	height: 63px;
	width: 750px;
	background: #CC0000;
	background-image: url(images/top_navbar.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#navbar ul {
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	width: 690px;
	padding: 37px 5px 5px 30px;
}
#navbar li {
	display: inline;
	padding-left: 4px;
}
#navbar a:link, #navbar a:visited {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 6px;
	color: #FFCC00;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CC0000;
}
#navbar a:hover {
	color: #FFCC00;
	background-color: #CC3300;
	border: 1px solid #FF9933;
}
#footer {
	height: 60px;
	width: 750px;
	padding-bottom: 3px;
	padding-top: 3px;
	background: #FFF;
	text-align: center;
	clear: both;
}

.image-left {
	float: left;
	border: 0;
	margin: 0 10px 10px 0;
}
.image-right {
	float: right;
	border: 0;
	margin: 0 0 10px 10px;
}
.quote-centre {
	text-align: center;
	font-weight: bold;
	color: #C00;
	padding-right: 100px;
	padding-left: 100px;
}
.bluehome {
	font-size:18px;
	color: #000099;
	font-weight: bold;
	text-align: center;
}
.centrehome {
	font-size:24px;
	text-align: center;
	font-weight: bold;
}
.inline-larger {
	font-size: 16px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.border {
	border: 1px dotted #CC0000;
	padding: 5px;
}
.right-col {
	width: 180px;
	float: right;
	padding: 5px;
	margin: 3px;
	background-color: #B7D5EE;
}	
