﻿BODY
{
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
}

A 
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	text-decoration: underline;
}

#SiteHolder
{
	margin: 0 auto 0 auto;
	width: 709px;
	height: 704px;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
}

#SiteContentHolder
{
	float: left;
	border: 1px solid #CCCCCC;
	width: 700px;
}

#SiteRightShading
{
	float: right;
	width: 7px;
	height: 700px;
	background-image: url(/images/rightShading.gif);
}

#SiteBottomShading
{
	height: 7px;
	width: 710px;
	background-image: url(/images/bottomShading.gif);
}

#SiteHeader
{
	height: 112px;
}

#SiteMenu
{
	height: 35px;
}

#SiteContent
{
	height: 531px;
	text-align: left;
	width: 600px;
	margin: 0 auto 0 auto;
	font-size: 14px;
}

#SiteContent_Flash
{
	height: 531px;
	text-align: left;
	width: 600px;
	margin: 0 auto 0 auto;
	font-size: 14px;	
}

#SiteFooter
{
	height: 20px;
}

.clear { clear: both; visibility: hidden; }

.HistoryImages
{
	float: left;
	margin: 10px;
}

.SiteImages
{
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #ffffff;
}

.SiteImages_NoBorder
{	
	border: 1px solid #cccccc;
}

#ContactText
{
		float: left;
		width: 280px;
		text-align: center;
		margin-top: 10px;
}

.FormTitle
{
	float: left;
	width: 150px;
}

.FormField
{
		float: left;
}

.FormText
{
	width: 325px;
}

.FormTextbox
{
	width: 325px;
	height: 150px;
}

.FormSelect
{
		width: 331px;
}

.FormButton
{
	border: 1px solid black;
	width: 75px;
	height: 25px;
}

ul.errorlist {
	margin-left: 0px;
	color: #000000;
	list-style-position: inside;
}

.ErrorText
{
	color: #ff0000;
	font-weight: bold;
}
