* {
	border: none;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #0066FF;
	text-decoration: underline;
}

a:hover {
	color: #3B4471;
	text-decoration: none;
}

a:active {
	color: #5CB400;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	text-align: center;
}

div {
	display: block;
}

h1 {
	color: #5CB400;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 250%;
	font-style: italic;
	font-weight: normal;
}

p {
	margin: 0.8em 0 0.8em 0;
	padding: 0.3em;
}

.right {
	float: right;
}

#container {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 3em auto 0 auto;
	width: 85%;
}

#content {
	clear: left;
	padding: 1em 1ex 1em 1.5ex;
	text-align: left;
}

#footer {
	border-top: 1px solid #999999;
	clear: both;
	color: #999999;
	font-size: 75%;
	height: 60px;
	margin: 2.5em 0.2em 0.5em 0.5em;
	padding: 0.8em;
	text-align: left;
}

#navbar {
	background-color: #999999;
	clear: both;
	display: block;
	float: left;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
}

#titleblock {
	background-image: url(images/colourcogs1.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2em;
	text-align: left;
}
