﻿HTML, FORM
{ 	min-height: 100%;
 	height: auto;
 	margin: 0px;
}

body 
{
	background-image: url(Images/bg.jpg);
	background-position: left bottom;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 130%;
	height: 100%;
 	margin: 0px 0px;
 	background-attachment: fixed;
 	background-color: #898989;
 	
}

H1
{
	color: #17a2e0;
	font-size: 17px;
	padding: 10px 0px;
	margin: 0px;
}

H2
{
	color: #17a2e0;
	font-size: 15px;
	padding: 10px 0px;
	margin: 0px;
}

H3
{
	color: white;
	font-size: 12px;
	padding: 2px 0px;
	margin: 0px;
}

UL
{
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

P
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

/* Links */
A
{
	color: black;
}

A:Hover
{
	color: #17a2e0;
}

A.LargerText 
{
	font-size: 14px;
	color: #9e9e9e;
}

A.SmallerText
{
	font-size: 12px;
	color: #9e9e9e;
}

/* Header */
.HeaderHolder
{
	background-image: url(Images/header.jpg);
	height: 215px;
}

.Header
{
	padding: 10px 0px 0px 40px;
}

/* News Holder */
.NewsHolder
{
	background-image: url(images/latest-news-bg.jpg); 
	background-repeat: repeat-y;
	width: 305px;
	position: relative;
	top: -20px;
	z-index: 9999
}

.NewsTop
{
	background-image: url(images/latest-news-t.jpg); 
	background-repeat: no-repeat;
	background-position: left top;
	width: 305px;
}

.NewsBottom
{
	background-image: url(images/latest-news-b.jpg); 
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 305px;
}

.News
{
	padding: 30px 10px 10px 10px;
}

/* body */
.Body
{
	width: 1024px;
	font-size: 12px;
	margin: 0px auto;
}

.BodyHolder
{
	padding: 20px 40px 0px 40px;
	background-color: White;
}

/* Footer */
.Footer
{
	background-image: url(Images/footer.jpg);
	background-repeat: no-repeat;
	height: 128px;
	margin-top: -20px;
}

.FooterShout
{
	padding: 100px 0px 0px 850px;
	color: White;
}

/*Misc */

.DarkBlue
{
	color: #2d2f5f;
	padding: 0px;
	margin: 0px;
}

.Small
{
	line-height: 140%
}

.Countdown
{
	height: 425px;
	width: 425px;
	background-image: url(Images/countdown.jpg);
	background-repeat: no-repeat;
}

.CountdownSub
{
	padding-top: 215px;
	color: White;
	font-size: 28px;
	line-height: 30px;
}