a:link, a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline
}
a.mainlevel:link, a.mainlevel:visited {
	color: #FAFBE3;
	text-decoration: none;
}

a.mainlevel:hover {
	color: #660000;
	text-decoration: none;
}
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #475467;
	line-height: 140%;
}
small {
	font-size: 9px;
	line-height: normal;
}
img {
	border: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #660000;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #660000;
	letter-spacing: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #660000;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.logo 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	color: #475467;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	line-height: normal;
}
.strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #981701;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.telno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #475467;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.borderthin {
	border: 1px solid #999966;
}
.sig {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #000066;
}
.smallstuff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFCC;
}
.smaller {
	font-size: 10px;
	line-height: normal;
	color: #666;
}
.bg_main {
	background-color: #FAFBE3;
}
.bg_side {
	background-color: #D9D59D;
}
/*menu*/
#menu {
	width: 568px;
	margin: 0 auto;
	text-align: center;
}
#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: right;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 15px;
}
