<!--

/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 80%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

table {
	margin: 0;
	padding: 0;
}

hr {
	color: #003366;
	background-color: #FFFFFF;
}

a img {
	border: none;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	color: #FF6600;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	color: #FF6600;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	color: #FF6600;
}
h5 {
	font-size: 105%;
	font-weight: bold;
	color: #FF6600;
}

a:link {
	color: #003366;
	background-color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #003366;
}

.textVVVLarge {
	font-size: 250%;
	font-weight: normal;
}
.textVVLarge {
	font-size: 200%;
	font-weight: normal;
}
.textVLarge {
	font-size: 150%;
	font-weight: normal;
}
.textLarge {
	font-size: 125%;
	font-weight: normal;
}
.textNormal {
	font-size: 100%;
	font-weight: normal;
}
.textSmall {
	font-size: 90%;
	font-weight: normal;
}
.textVSmall {
	font-size: 80%;
	font-weight: normal;
}
.textVVSmall {
	font-size: 70%;
	font-weight: normal;
}
.textVVVSmall {
	font-size: 60%;
	font-weight: normal;
}

.textLeft {
	text-align: left;
}
.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.red {
	color: #FF0000;
	background-color :#FFFFFF;
}

/*** START: Form styles ***/

form { 
	margin: 0;
	padding: 0;
}
form div.standardForm { 
	width: 75%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
form div.contactForm { 
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
fieldset {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
}
legend { 
	font-weight: bold;
	text-align: left;
	color: #FF6600;
	margin: 0 0 5px 0;
	padding: 5px;
}
fieldset div {
	clear: right;
	width: 80%;
	margin: 0;
	padding: 1px;
}
fieldset div div.label {
	float: left;
	width: 45%;
}
fieldset div div.formField {
	float: right;
	width: 45%;
}
fieldset div div.formLabelField {
	float: left;
	width: 90%;
}
div.formButtons {
	clear: both;
	margin: 0 auto;
	padding: 10px;
}

/* form error table */
div.formErrorTable {
	width: 75%;
	margin: 0 auto;
	padding: 0;
}
div.formErrorTable div {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	color: #FF0000;
	background-color: transparent;
	border: 1px #FF0000 solid;
}
div.formErrorTable ul {
	margin: 0 0 0 30px;
	padding: 0;
}
div.formErrorTable ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

/*** END: Form styles ***/

/*** START: Layout ***/

.clear {
	clear: both;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

#header {
	width: 100%;
	height: 66px;
	margin: 0;
	padding: 0;
	background-image: url(../images/mainline2.gif);
	background-repeat: repeat-x;
}
#header .headerLogo {
	float: right;
	width: 248px;
	margin: 0;
	padding: 0;
}
#header .headerText {
	float: left;
	font-size: 130%;
	color: #003366;
	margin: 0;
	padding: 0;
}

#mainContent {
	width: 1000px;
	margin: 10px 0;
	padding: 10px;
}

#mainContent #nav {
	float: left;
	width: 210px;
	font-size: 85%;
	border: solid 3px #FFCC66;
	color: #003366;
	background-color: #F9F9F9;
}
#mainContent #nav ul {
	width: 190px;
	margin: 0 10px 0 10px;
	padding: 0;
	list-style: none;
}
#mainContent #nav ul li {
	font-weight: bold;
	padding: 6px 0 6px 0;
	margin: 0;
}
#mainContent #nav ul li ul {
	width: 170px;
	padding: 0;
	margin: 0;
}
#mainContent #nav ul li ul li {
	font-weight: normal;
	padding: 3px 0 3px 20px;
	margin: 0;
}

#mainContent #nav a:link, #mainContent #nav a:visited {
	color: #003366;
	background-color: #F9F9F9;
	text-decoration: none;
}
#mainContent #nav ul li a:hover, #mainContent #nav ul li ul li a:hover {
	color: #003366;
	text-decoration: underline;
}

#mainContent #body {
	float: right;
	width: 760px;
	margin: 0 0 0 10px;
	padding: 0;
}

#footer {
	clear: both;
	width: 1000px;
	font-size: 80%;
}
#footer a:link, #footer a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#footer a:hover {
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#footer .footerLinks {
	float: right;
	margin: 0 10px;
	padding: 5px 0;
}

/*** END: Layout ***/

.imageGalleryList650 {
	width: 650px;
	margin: 0 auto;
	list-style-type: none;
}
.imageGalleryList650 li {
	float: left;
	margin: 5px;
	text-align: center;
}
.imageGalleryList650 img {
	display: block;
}

/*** START: DIV TABLES ***/

.divTable {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
.divTable .tableRow {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
.divTable .tableRow .tableCellOne252 {
	float: left;
	width: 252px;
	margin: 0 0 0 50px;
	padding: 0;
}
.divTable .tableRow .tableCellTwo252 {
	float: right;
	width: 252px;
	margin: 0 50px 0 0;
	padding: 0;
}
.divTable .tableRow .tableCellOne50 {
	float: left;
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.divTable .tableRow .tableCellTwo45 {
	float: right;
	width: 45%;
	margin: 0 0 0 0;
	padding: 0;
}
.divTable .tableRow .tableCellOne45Left {
	float: left;
	width: 45%;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.divTable .tableRow .tableCellTwo50Right {
	float: right;
	width: 50%;
	margin: 0 0 0 0;
	padding: 0;
}
.divTable .tableRow .tableCellOne65 {
	float: left;
	width: 65%;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.divTable .tableRow .tableCellTwo30 {
	float: right;
	width: 30%;
	margin: 0;
	padding: 0;
}

/*** END: DIV TABLES ***/

/*** START: Boxes ***/

div.dGreyBox {
	clear: both;
	border: 2px #666666 solid;
	margin: 0;
	padding: 25px 25px;
}

div.lightOrangeBox {
	clear: both;
	border: 2px #FFCC66 solid;
	margin: 0;
	padding: 25px 25px;
}

.boxStyle1 {
	width: 705px;
	margin: 0 auto;
	padding: 0;
	border: 2px #FFCC66 solid;
}
.boxStyle1 .boxHeading {
	text-align: center;
	color: #FFFFFF;
	background-color: #FFA800;
	margin: 0;
	padding: 5px;
}
.boxStyle1 .boxHeading h2 {
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}
.boxStyle1 .boxContent {
	text-align: left;
	margin: 0;
	padding: 5px;
}
.boxStyle1 .boxContent .columnOne {
	float: left;
	width: 50%;
}
.boxStyle1 .boxContent .columnTwo {
	float: left;
	width: 50%;
}

/*** END: Boxes ***/

-->