﻿@import url("layout.css");
html {
	overflow-y: scroll;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: right;
	width: 690px;
	padding: 5px;
	border: 1px dotted #725972;
	background-image: url('../images/masthead.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-style: dotted;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
#masthead h3 {
	color: #E2151E;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
	margin-top: 0px;
	margin-bottom: 12px;
}
#content img {
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
	font-size: 0.9em;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	color: #E2151E;
}
.style_before {
	margin-top: 6px;
}
.style_bold {
	font-weight: bold;
}
.style_centered {
	color: #503750;
	text-align: center;
}
.style_colour {
	color: #503750;
}
.style_image {
	margin: 5px 3px 5px 3px;
}
.style_img_margins {
	margin: 6px 4px;
}
.style_italic {
	font-style: italic;
}
.style_right {
	text-align: right;
}
.style_smallprint {
	border: 1px dotted #725972;
	font-size: 9px;
	top: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 12px;
}
.style_newsheading {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #503750;
	clear: both;
}
.style_newsitem {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 18px;
}
.style_newsitem_2 {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 18px;
}
li {
	margin-top: 6px;
	margin-bottom: 6px;
}
.style_newsitem_bullet {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	list-style-type: disc;
}



