﻿html {
    height: 100%;
}
body
{
	font-family: 'Century Gothic';
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	background-color: #3366FF;
	color: #0003FF;
	font-size: small;
	height: 100%;
}

h1
{
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: x-large;
	color: #000000;
}
h2
{
	text-transform: uppercase;
	font-variant: small-caps;
	font-size:medium;
}
h3
{
	font-variant: small-caps;
	font-size:medium;
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0003FF;
	font-size: small;
	font-weight: bold;
}
.headingNotLink
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0003FF;
	font-weight: bold;
	text-decoration: underline;
}
.MainDiv
{
	width: 735px;
	margin: 0px auto;
	text-align: justify;
	height: 100%;
}
.BackgroundImage
{
	padding: 0px;
	margin: 0px;
	position: relative;
	border: 0px;
	z-index: 0;
}
.mainSection
{
	padding: 20px;
	background: url(Images/midsection.png) bottom left repeat-y;
	height: 100%;
}

.MainTitle
{
	background: url(Images/Title.png);
	background-repeat:no-repeat;
	height:188px;
}
.MainContent
{
	float: left;
	padding: 15px;
	width: 465px;
	height: 100%;
}
.Pics 
{
	padding: 15px;
	text-align:center;
}
.AboutPic
{
	padding-right: 15px;
	padding-bottom: 15px;
}
.italicText
{
	font-style: italic;
	font-family: 'Times New Roman' , Times, serif;
}
.ParagraphCentered
{
	text-align: center;
}
.PicsCentered
{
	text-align: center;
	vertical-align: middle;
}
.RotatorClass
{
    text-align: top;
    vertical-align: top;
	float: left;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 15px;
}
.RotatorClassRight
{
    Width: 300px;
	float: left;
	text-align: left;
	vertical-align: text-top;
	padding-right: 5px;
	padding-bottom: 15px;
}
.MainFooter
{
	background-image: url(Images/footer.png);
	background-repeat: no-repeat;
	height: 50px;
	font-size: x-small;
	text-align: right;
	vertical-align: bottom;
	line-height: 60px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.DesignedBy
{
	font-size: x-small;
	text-align: right;
	vertical-align: bottom;
	padding-right: 75px;
	color: #FFFFFF;
}
.DesignedBy a
{
	font-size: x-small;
	text-align: right;
	vertical-align: bottom;
	padding-right: 75px;
	text-decoration: underline;
	border:0;
}
.HeaderLink
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0003FF;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
.leftSection
{
	width:200px;
	float:left;
}
#StatusRotator
{
	width: 180px;
}
#StatusRotator a
{
	font-size: x-small;
}
.news
{
	border-width: 1px;
	width: 190px;
	border-style: solid;
	float: left;
	height:150px;
}
.RotatorHeader
{
	background-color: #3366FF;
	color: #FFFFFF;
	width: 180px;
}
.slideshowFloat
{
	padding: 5px;
	border-width: 1px;
	width: 200px;
	float: left;
	height: 150px;
}
