<!--

/* CSS Document */

html {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #D6D6D6;
	text-align: center;
}

h1 {
	font-size: 175%;
	margin-top: 0;
	padding-top: 0;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h1, h2, h3, h4, h5 {
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: normal;
}

a:link {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #FF6666;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

a img {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
img {
	display: inline;
}

.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;
}
.green {
	color: #00CC00;
	background-color: #FFFFFF;
}
.black {
	color: #000000;
	background-color: #FFFFFF;
}

/*** START: Custom Styles ***/



/*** END: Custom Styles ***/

/*** START: Form styles ***/

form { 
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: transparent;
}
form div.standardForm { 
	width: 75%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
form div.largeWidthForm { 
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
form div.adminForm { 
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
fieldset {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 10px 0 10px 0;
	border: none;
	border-top: 1px solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 110%;
	color: #FF0000;
	background-color: transparent;
	margin: 0 0 5px 0;
	padding: 5px;
}
fieldset div {
	clear: right;
	width: 90%;
	margin: 0;
	padding: 1px;
}
fieldset div div.label {
	float: left;
	width: 35%;
	color: #000000;
	background-color: transparent;
}
fieldset div div.field {
	float: right;
	width: 55%;
}
fieldset div div.labelField {
	float: left;
	width: 90%;
	color: #000000;
	background-color: transparent;
}
div.formButtons {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
}

/* 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: Website Layout ***/

.clear {
	clear: both;
}

#wrapper {
	width: 800px;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
}

#header {
	width: 800px;
	margin: 0;
	padding: 0;
}
#header .headerLeft {
	float: left;
	width: 45%;
	text-align: left;
}
#header .headerRight {
	float: right;
	width: 45%;
	text-align: right;
	margin: 0;
	padding: 50px 20px 0 0;
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	font-size: 16px;
}

#panel {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#mainBody {
	width: 780px;
	margin: 0;
	padding: 0 10px;
	text-align: left;
}

#mainBody .nav {
	float: left;
	width: 125px;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 12px
}
.nav ul {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}
.nav ul li {
	margin: 0;
	padding: 2px 0;
	display: block;
}
.nav a:link, .nav a:visited {
	display: block;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}
.nav a:hover {
	display: block;
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
}

#mainBody .mainContent {
	float: right;
	width: 635px;
	margin: 0;
	padding: 20px 5px 20px 5px;
}

.footer {
	width: 790px;
	text-align: right;
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 10px;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
.footer a:hover {
	color: #FF0000;
	background-color: transparent;
	text-decoration: underline;
}

/*** END: Website Layout ***/

/*** START: Custom Website Layout ***/

.contentTable1 {
	width: 635px;
}
.contentTable1 .column1 {
	float: left;
	width: 475px;
}
.contentTable1 .column2 {
	float: right;
	width: 150px;
}

/* START:  */
.homeArticle {
	width: 100%;
	border-bottom: 1px dotted #999999;
	padding: 5px 0;
}

/* START: News Article Preview */
.newsArticlePreviewLine {
	width: 100%;
	border-bottom: 1px dotted #999999;
	padding: 5px 0;
}
.newsArticlePreviewLine .articleImage {
	float: left;
	width: 25%;
	margin: 0 auto;
	text-align: center;
}
.newsArticlePreviewLine .articleTextWithImage {
	float: left;
	width: 65%;
}
.newsArticlePreviewLine .articleTextWithoutImage {
	float: left;
	width: 90%;
}
h3.articlePreviewHeading {
	margin: 0;
	padding: 0;
}
/* END: News Article Preview */

/* START: News Article */
.newsArticle {
	margin: 0;
	padding: 0;
}
.newsArticle .newsArticleImage {
	width: 310px;
	float: right;
	text-align: center;
	margin: 0;
	padding: 10px;
}
.newsArticle .newsArticleImage .newsArticleMainImage {
	float: left;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.newsArticle .newsArticleImage .newsArticleMainImage img {
	display: inline;
}
.newsArticle .newsArticleImage .newsArticleOtherImages {
	float: right;
	width: 100px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.newsArticle .newsArticleImage .newsArticleOtherImages li {
	float: left;
	width: 100px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.newsArticle .newsArticleImage .newsArticleOtherImages li img {
	display: inline;
}
/* END: News Article */

table.tableStyle1 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 85%;
}
table.tableStyle1 caption {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	color: #333333;
	text-align: left;
}
table.tableStyle1 thead th {
	text-align: left;
	background: #000000 url(../images/background/table-header-background.jpg) repeat-x;
	color: #FFFFFF;
}
table.tableStyle1 thead th, table.tableStyle1 tbody td {
	padding: 5px 10px;
}
table.tableStyle1 tbody td {
	text-align: left;
	border-bottom: dotted 1px #CCCCCC;
}
table.tableStyle1 tbody tr:hover {
	background-color: #CCCCCC;
}

/*** END: Custom Website Layout ***/

-->