.body {
	text-decoration: none;
	color: white;
	border: 0px;margin: 0px;
	background: URL('/media/images/bg_colour.gif');
	text-align: center;
	display: block;
	font-size:12px;
	line-height:150%;
	font-family:arial, sans-serif;
}

.title {
	width: 900px;height: 110px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;display:block;
	border:0px;
}
.subtitle {
	width: 900px;height: 40px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;display:block;
	border:0px;
}
.right {
	width: 900px;
	float: right;
	display: block;
	padding:0px;margin:0px;
	}
.left {
	width: 900px;
	float: left;
	display: block;
	padding:0px;margin:0px;
	}
.divider {
	padding-top: 8px;
}
.content {
	display: block;	width: 900px;margin-right: auto;
	margin-left: auto;height:350px;overflow:auto;
	padding: 0px;margin-top:0px;
	font-size:11px; line-height:150%;
	font-family:arial, sans-serif;
	color:#ffffff;
}

.nav {
	width: 900px;height: 20px;
	margin-top: 10px;margin-right: auto;margin-left: auto;
	text-align: right;font-size:10px;
	line-height:150%;
	font-family:arial, sans-serif;
	display:block;
}

.nav a, .nav a:link, .nav a:visited, .nav a:active {
	color: #ffcc00;
	text-decoration: none;
}
.nav a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
a, a:link, a:visited, a:active {
text-decoration:none;
color:#0000cc;
}
