/* CSS Document */

body {
	margin: 5px;
	color: #FE9812;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: black;
}
a {
	color: white;
	text-decoration: none;
}
h1, h2, p {
	margin: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
}
h2, .firstpara {
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	font-weight: bold;
}
td {
	padding-right: 5px;
	vertical-align:top;
}
.formelement {
	width: 160px;
}
.titlerow {
	padding-top: 10px;
}
.note {
	font-size: 12px;
	text-align:right;
}
.highlight {
	background: #55584E;
}
table {
	width: 100%;
}
#centred {
}
#container {
	background: white;
	padding: 5px;
	width: 1000px;
	text-align: left;
}
#header {

}
#singlerow, #footer, #doublerow {
	margin-top: 5px;
}
#singlerow {
	height: 330px;
}
#doublerow {
	height: 665px;
}
#singlecol, #doublecol, #singledoublecol, #doubledoublecol {
	padding: 20px;
}
#singlecol, #doublecol {
	height: 290px;
}
#singledoublecol, #doubledoublecol {
	height: 625px;
}

#doublecol, #doubledoublecol {
	width: 625px;
	background: #4C4F44;
}
#singlecol {
	width: 290px;
	background: #345234;
}
#singlecolpic {

}
#footer {
	clear: both;
	background: #FE9812;
	color: white;
	font-size: 10px;
	margin-top: expression('2px');
	padding: 8px 10px 1px 10px;
}
#contact {
	padding: 20px 0px;
}
.whiteText {color:#fff;}