﻿@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #000;
	background: #BECCE9;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 70%;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #00F;
}

#container {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 5px solid #000099;
	border-left: 5px solid #000099;
	border-top: 5px solid #000099;
	border-bottom: 5px solid #000099;
	background: #E8EDF7;
}
#flashHeader {
	height: 210px;
}

#RainbowHeaderBox {
	height: 210px;
}


#mainContent {
	color: #000;
	background: #E8EDF7;
	padding-left: 10px;
	text-align: left;
}
.alignLeft {
	text-align: left;
}
.alignCentre {
	text-align: center;
}

.red {
	color: #F00;
}
.blue {
	color: #00F;
}

.clear {
	clear: both;
	height: 1px;
}

.mainHeading {
	width: 40%;
	border-bottom: thin solid #000;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 20px;
	font: bold 120% "Times New Roman", Times, serif;
}
.photoCaption {
	font-size: 80%;
	font-weight: bold;
}
.links {
	font-size: 80%;
	text-align: left;
}


#footer {
	color: #FFF;
	background: #000099;
}
#footer a {
	color: #FC0;
}
#footer a:visited {
	color: #FFFF82;
}
#footer a:hover {
	color: #F00;
}

#fsa {
	color: #000;
	background: #BECCE9;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;
	font: bold 70% Arial, Helvetica, sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

