﻿/* CSS layout */
#masthead {
	z-index: 0;
}
.cent{
	text-align: center;
}
#top_nav {
}
#container {
	position: relative;
	width: 100%;
	font-family: "Trebuchet MS";
	position: absolute;
	left: 12.5%;
	top: 330px;
	width: 75%;
}
#page_content {
	border: 1px #C48AC7 solid;
	width: 98%;
	position: static;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
}
body {
	margin: 0;
	font-size: small;
	background-image: url('/images/background.jpg');
	background-attachment:scroll;
	background-repeat:repeat-x;
}
.logostyle {
	border-style: solid;
	border-width: 0;
	width:640px;
	height:351px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #E18AC5;
}
.style3 {
	text-align: center;
	font-family: "trebuchet MS";
}
.style4 {
	margin: 5px;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
a:link {
	color:#E18AC5;
	text-decoration:none;
}
a:visited {
	color:#E18AC5;
	text-decoration:none;
}
a:active {
	color:#E18AC5;
	text-decoration:none;
}
a:hover {
	color:#E18AC5;
	text-decoration:none;
}

.menu a:link {
	color: black;
	text-decoration: none;
}
.menu a:visited {
	color: black;
	text-decoration: none;
}
.menu a:active {
	color: black;
	text-decoration: none;
}
.menu a:hover {
	color: #c48ac7;
	text-decoration: underline overline;
}

a.text:link {
	color: #c48ac7;
	text-decoration: underline;
}
a.text:visited {
	color: #c48ac7;
	text-decoration: underline;
}
a.text:active {
	color: #c48ac7;
	text-decoration: underline;
}
a.hide:link {
	color: black;
	text-decoration: none;
}
a.hide:visited {
	color: black;
	text-decoration: none;
}
a.hide:active {
	color: black;
	text-decoration: none;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFFDD;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.favourheading {
	color: #C48AC7;
}
.favourtable {
	border-collapse: collapse;
	border: thin solid #F7DFEF;
}
.favourtd {
	border: 1px solid #F7DFEF;
	text-align: left;
}
.favourblanktd {
	border: 1px solid #F7DFEF;
	text-align: left;
	color: #C48AC7;
}
.cent0 {
	border: 1px solid #F7DFEF;
	text-align: center;
}
.cent1 {
	color: #000000;
}
.cent3 {
	color: #C185C5;
}
.descriptions5 {
	color: #C48AC7;
}




