body {
	background-color: #000000;
	font: 12px Verdana;
	color: #696969;
	width: 700px;
	margin: auto;
}

a:link {color: #4169e1; text-decoration: none;}
a:visited {color: #4169e1; text-decoration: none;}
a:active {color: #6FA1DC;}
a:hover {color: #6FA1DC;}
html {overflow-y: scroll;}

.banner {
	width: 700px;
	height: 100px;
	margin-top: 20px;
}

.navi {
	margin: auto;
}

.content {
	margin: auto;
	border: 2px solid #2982EA;
	padding: 25px;
}


h1 {
	color: #2982EA;
	font-weight: normal;
}

h2 {
	color: #6FA1DC;
	font-weight: normal;
}

strong {
	color: #6FA1DC;
}

.footer {
	overflow: auto;
	width: 696px;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #2982EA;
	text-align: right;
	color: #FFFFFF;
	clear: both;
	margin: 0 0 20px 0;
}

.colourpalette {
	width: 200px;
	font-size: 20pt;
}

/*Newscode for Home Page*/
.newsbox {
	overflow: auto; /*prevents float rendering errors*/
	width: 100%;
}

.newsbox h2 {
	color: #2982EA;
}

.newsbox li {
	list-style-type: none; /* kills bullet points */
}

.newsbox  ul {
	float: left;
	width: 400px;
	padding: 0px 20px;
}

.twitbox {
	width: 200px;
	float: right;
}
