	html, body {
		color: #003300;
		font-size: 12px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		margin-right: auto;
		margin-left: auto;
		width: 800px;
	}

	body {
		color: white;
		min-height: 600px;
		text-align: justify;
		background-color: #003300;
	}
	
	a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #cccccc;
	}

	a:hover {
		text-decoration: underline;
	}

	h1 {
		font-size: 14px;
	}

	h2 {
		font-size: 12px;
	}

	td, td {
		vertical-align: top;
	}
	
	.email {
		text-decoration: none;
		text-transform: lowercase;
		font-style: normal;
		font-weight: normal;
	}

	.phone {
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
	}

	.centred {
		text-align: center;
	}

	.address {
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
	}

	#header1 {
		text-align: center;
		height: 57px;
		background-repeat: no-repeat;
		background-image: url(../images/layout/br-top.jpg);
	}

	#header2 {
		height: 171px;
		background-repeat: no-repeat;
		background-image: url(../images/layout/br-middle.jpg);
	}

	#mainnav {
		font-size: larger;
		color: white;
		background-repeat: repeat-x;
		background-image: url(../images/layout/navbg.jpg);
		width: 100%;
	}

	#mainnav td {
		padding-left: 20px;
	}

	#mainnav a, #mainnav a:link, #mainnav a:hover, #mainnav a:active {
		color: white;
	}

	#contentplaceholder {
		padding: 5px;
		background-color: white;
	}

	#content {
		border-style: none;
		min-height: 340px;
		margin-top: auto;
		color: #333333;
		padding: 5px;
		border-width: 2px;
		border-color: #003300;
	}

	#content h1, #content h2 {
		font-weight: bold;
		color: #003300;
	}

	#content a:link, #content a:visited, #content a:hover, #content a:active, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active, a img {
		border-style: none;
		color: #003300;
	}

	#footer {
		color: #003300;
		padding-bottom: 4px;
		font-weight: bold;
		font-size: 10px;
		text-align: center;
		background-color: white;
	}

	#popupBlanket {
		background-color:#111;
		opacity: 0.65;
		filter:alpha(opacity=65);
		position:absolute;
		z-index: 9001;
		top:0px;
		left:0px;
		width:100%;
		display: none;
	}

	.popupDiv {
		padding: 5px;
		position: absolute;
		top: 100px;
		background-color:#eeeeee;
		width:300px;
		height:300px;
		z-index: 9002;
		display: none;
	}

	#toplinks {
		padding: 0px;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 3px;
		border-style: none;
		position: absolute;
		visibility: hidden;
		background: #003300;
	}
	
	#toplinks a {
		font-size: smaller;
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #003300;
		color: #FFFFFF;
	}
	
	#toplinks a:hover {
		background: #FFFF33;
		color: #003300;
	}
	#search {
		width: 100%;
		text-align: right;
	}
	#searchbox {
		background-position: 0px 0px;
		border-color: #cccccc;
		border-width: 1px;
		border-style: solid;
		background-image: url(../images/layout/spotlight.png);
		background-repeat: no-repeat;
	}
	.message {
		color: #ff3333;
		font-weight: bold;
	}
	
