﻿#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
}

#dropDownMenu {
	width: 150px;
	font-size: 12px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#dropDownMenu ul {
	margin: 0px;
	padding: 0px;
	background-color: #666;
}

#dropDownMenu ul li {
	height: 25px;
	line-height: 25px;
	list-style: none;
	padding-left: 5px;
	color: #fff;
	border-top: #fff solid;
	border-bottom: #fff solid;
	border-width: 1px;
	cursor: pointer;
}

#dropDownMenu ul li:hover {
	background-color: #D70000;
	position: relative;
}

#dropDownMenu ul ul {
	display: none;
	position: absolute;
	left: 150px;
	top: 0px;
	border: #fff solid;
	border-width: 1px;
	background-color: #999;
}

#dropDownMenu ul li:hover ul {
	display: block;
}

#dropDownMenu ul ul li {
	border-top: #fff solid;
	border-bottom: #fff solid;
	width: 150px;
	float: left;
	display: inline;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#dropDownMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	background-color: #C0C0C0;
	color: #808080;
	border-top: 3px solid #D20000;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	font-size: 0.8em;
	clear: both;
	margin-top: 30px;
}

#Established1972 {
	width: 150px;
	float: left;
	text-align: center;
	padding-top: 10px;
	}

#mainContent {
	font-size: 12px;
	text-align: justify;
	padding: 0px 0px 5px 0px;
	margin: 1px 0px 5px 155px;
	width: 637px;
}

#footer a {
	color: #FFFFFF;
	font-size: 11px;
}
h1 {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: white;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 1px;
	background-image: url('images/Headings/Heading1.jpg');
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-color: #CC0000;
}

h2 {
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	background-image: url('images/Headings/Heading2.jpg');
	background-repeat: no-repeat;
	background-color: #99CCFF;
	line-height: 28px;
	font-variant: small-caps;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;
	font-variant: small-caps;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-variant: small-caps;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CC0000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	font-variant: small-caps;
}
p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	line-height: 1.5em;
}

* html #menu {position:absolute;}

.centre {
	text-align: center;
}
.fontRed {
	color: #D20000;
}
.fontBlue {
	color: #0000CC;
}
.bulletsSquare {
	list-style-type: square;
	line-height: 22px;
}
.bulletsRedSquareTable {
	list-style-type: square;
	line-height: 20px;
	list-style-image: url('images/Graphics/listRedSquare.gif');
}
.bulletRedSquare {
	list-style-type: square;
	line-height: 22px;
	list-style-image: url('images/Graphics/bulletRedSquare.gif');
	vertical-align: middle;
}
.bulletBlueSquare {
	list-style-type: square;
	line-height: 22px;
	list-style-image: url('images/Graphics/bulletBlueSquare.gif');
	vertical-align: middle;
}
.backgroundGrey {
	background-color: #C0C0C0;
}
.xSmallRightAlign {
	text-align: right;
	font-size: x-small;
}
.fontMedium {
	font-size: medium;
}
.mediumRed {
	font-size: medium;
	color: #CC0000;
}
.mediumBlue {
	font-size: medium;
	color: #0000FF;
}
