body {
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	min-width: 699px; /* stops the page being cut off at lower resolutions */
	margin-left: 0px;
	margin-top: 0px;
	background-color : #583987;
	background-image: url(/images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#container{
	text-align: left; /* realigns the contents (text, images etc) to the left */
	margin: 0 auto; /* centers in Mozilla etc */
	padding: 0;
	border: none;
	width: 760px;
	background-color : #FFFFFF;
	background-image: url(/images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-top: 10px ridge #cccccc;
}
p {
	font-size : 1em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size : 1.5em;
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica,  sans-serif;
	color : #440C92;
}

h2 {	font-size : 1.3em;
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica,  sans-serif;
	color : #009900;
}

h3 {
	font-size : 1.1em;
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica,  sans-serif;
	color : #003366;
}

h4 {
	font-size : 1em;
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica,  sans-serif;
	color : #000000;
}

hr { 
	border: 1px dashed #cccccc;
}
.access {
	font-size : .9em;
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica,  sans-serif;
	color : #000000;
	font-weight:bold
}
.subtext {	font-size : 1em;
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica,  sans-serif;
	color : #440C92;
	font-weight: bold;
}
.top {	font-size : 1em;
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica,  sans-serif;
	color : #440C92;
	font-weight: bold;
	padding-bottom: 10px;
}
.emphasise {
	font-size : 1em;
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica,  sans-serif;
	color : #000000;
	font-weight:bold
}
.gbdate {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .7em;
	text-align : right;
	color : #8C62BF;
	font-weight : bold;
	background-color : transparent;
	border-bottom : thin dotted #CCCCFF;
}
li, ul {
	list-style : none;
	font-size : 1em;
}

.list {
	list-style: url(/images/list.gif);
	padding: 3px;
	margin-left: 0;
}

.listsub {
	list-style: url(/images/bullet.gif);
	padding: 3px;
	margin-left: 0;
}

ul.subnavlist {
	list-style : none;
	font-size : 1em;
	padding: 3px;
}
ul.subnavlist li {
	list-style-image : url(/images/bullet.gif);
}
#topnav{
	width : 420px;
	height : 20px;
	margin-right : 5px;
	margin-top : 0;
	margin-bottom : 0;
	float : right;
	text-align : right;
	color : #808080;
	font-weight : bold;
}
#datetime{
	width : 199px;
	height : 20px;
	margin-left : 10px;
	margin-top : 0;
	margin-bottom : 0;
	float : left;
	text-align : left;
	color : #000000;
	font-weight : bold;
	clear : left
}
#logo {
	margin-left : 5px;
	margin-top : 0;
	float : left;
	width : 750px;
	height : 60px;
	border-top: 2px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}	

#colone {
	width : 395px;
	margin-top : 15px;
	margin-left : 10px;
	float : left;
}

#coltwo {
	width : 165px;
	margin: 0px 0px 0px 0px;
	float : right;
	border-left: 2px dashed #cccccc;
	padding: 0px 10px 0px 10px;
}

#textfooter {
    font-size : .9em;
	font-family : "Trebuchet MS", Geneva, Arial, Helvetica,  sans-serif;
	text-align : left;
	color : #808080;
	font-weight : bold;
	width : 750px;
	height : 20px;
	padding: 0px 0px 0px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 10px ridge #cccccc;
	clear : both;
}

/************* sectionLinks left nav styles **************/

#pageNav{
	float: left;
	width: 150px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 1em verdana,sans-serif;
	margin-left: 4px;
	margin-top: 0px;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../images/bg_nav.gif);
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DED6EF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#subsecLinks a:link, #subsecLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	background-image:  url(../images/bg_navsub.gif);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#subsecLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #B8E6B8;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/**************** advert styles *****************/

#advert{
	padding: 0px 0px 1px 5px;
	font-size : x-small;
}

#advert img{
	display: block;
}
/**************** links *****************/


a:link {
	color : #9900CC;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	color : #9900CC;
	font-weight : bold;
	text-decoration : none;
	}

a:hover {
	color : #009900;
	font-weight : bold;
	text-decoration : none;
	}

/********************* end **********************/