body {
	padding: 0;
	margin: 0;
	background: #c7d5e9;
	background-image: url(backgroundblue.gif);
	background-repeat: repeat-y;
	}

body#blue {
	background: #c7d5e9;
	background-image: url(backgroundblue.gif);
	background-repeat: repeat-y;
	}

body#yellow {
	background: #fbe593;
	background-image: url(backgroundyellow.gif);
	background-repeat: repeat-y;
	}

body#burgundy {
	background: #aa8173;
	background-image: url(backgroundburgundy.gif);
	background-repeat: repeat-y;
	}

body#green {
	background: #a1c19c;
	background-image: url(backgroundgreen.gif);
	background-repeat: repeat-y;
	}


/**** BANNER ****/

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
}

#banner-r {
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo {
	position: absolute;
	height: 64px;
	width: 64px;
	top: 145px;
	left: 160px;
	border: none;
	margin: 0;
	padding: 0;
}
	
#logo img {
	border: 2px solid black;
}

#logobg {
	position: absolute;
	top: 320px;
	left: 365px;
}

body#yellow #logobg, body#burgundy #logobg, body#green #logobg, body#blue #logobg {
	position: absolute;
	top: 121px;
	left: 365px;
}
	

/**** MENU ****/

ul#menu {
	position: absolute;
	top: 230px;
	width: 170px;
	left: 0px;
	list-style-type: none;
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

ul#menu li {
	color: white;	
}

ul#menu li a {
	width: 169px;
	display: block;
	color: white;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #c7d5e9;
}

body#blue ul#menu li a:hover {
	color: #c7d5e9;
}

body#yellow ul#menu li a:hover {
	color: #fbe593;
}

body#burgundy ul#menu li a:hover {
	color: #aa8173;
}

body#green ul#menu li a:hover {
	color: #a1c19c;
}

body#blue ul#menu li#spacer_dots {
	color: #c7d5e9;
}

body#yellow ul#menu li#spacer_dots {
	color: #fbe593;
}

body#burgundy ul#menu li#spacer_dots {
	color: #aa8173;
}

body#green ul#menu li#spacer_dots {
	color: #a1c19c;
}

/**** TOP-RIGHT WINDOW ****/

ul#top_right_window {
	position: absolute;
	left: 662px;
	top: 0px;
	width: 85px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	background-color: #fff7d8;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	list-style-type: none;
}

ul#top_right_window li a {
	color: #deb505;
	text-decoration: none;
	width: 85px;
	display: block;
} 

ul#top_right_window li a:hover {
	color: #aa8173;
}

ul#top_right_window li span.black_link a {
	color: #800000;
}

ul#top_right_window li span.black_link a:hover {
	color: #aa8173;
}

/**** TEXT ****/

#maintext {
	position: absolute;
	top: 221px;
	left: 230px;
	width: 538px;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	padding-bottom: 20px;
}

body#yellow #maintext, body#burgundy #maintext, body#green #maintext, body#blue #maintext {
	top: 75px;
}

.green_bullet {
	color: #586354;
}

#maintext img#full_colour {
	text-align: centre;
	margin-top: 50px;
	margin-bottom: 5px;
}

#maintext p {
	margin: 0;
	margin-top: 23px;
	padding-bottom: 0;
	padding-right: 130px;
	padding-left: 80px;
	line-height: 35px;
	text-align: left;
}

#maintext ol {
	margin: 0;
	margin-top: 23px;
	padding-bottom: 0;
	padding-right: 130px;
	padding-left: 103px;
	line-height: 35px;
	text-align: left;
}

#maintext ul {
	margin: 0;
	margin-top: 23px;
	padding-bottom: 0;
	padding-right: 130px;
	padding-left: 96px;
	line-height: 35px;
	text-align: left;
}

#maintext li {
	margin-top: 23px;
}


/**** HEADINGS ****/

h1 {
	font-weight: bold;
	font-size: 19px;
	color: #43689C;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0;
	line-height: 35px;
}

h2 {
	font-weight: bold;
	font-size: 19px;
	color: #800000;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0;
	line-height: 35px;
	margin-left: 80px;
}

h5 {
	font-family: serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #800000;
	letter-spacing: 5px;
	text-align: right;
	padding-bottom: 0;
	padding-right: 30px;
	margin: 0;
	margin-top: 10px;

}

h3 {
	font-weight: bold;
	font-size: 19px;
	color: #586354;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0;
	margin-top: 35px;
	padding-left: 80px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: #586354;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0;
	margin-top: 35px;
	padding-left: 80px;
}

.blue {
	color: #3B679A;
}

strong {
	color: #586354;
}

.burgundy {
	color: #aa8173;
}

.yellow {
	color: #fbe593;
}


/**** ANCHORS ****/

a {
	border: none;
	text-decoration: underline;
	color: #800000;
}

a:visited {
	color: #800000;
}

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





**** IMAGES ****

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

