﻿body 
{
	font-size: 14px;
	line-height: 1.4;
	color : black; 
	padding: 0 0 0 0;
	font-family :Myriad Web, Tahoma, Arial; 
	text-align: center;
	background-color: #404040 ;
}

#mainBorder 
{
	width: 980px;
	text-align: center;
	padding: 0 0 0 0;
	background-color: white;
	border: 1px solid white;
}

#mainContent 
{
	text-align: left;
	padding: 0 0 0 0 ;
	background-color: #F8F8F8;
	width: 100%;
}

#bannerHeading
{
	background-color: Red;
	color: White;
	font-weight: bold;
	font-size: 250%;
	text-align: center;
	padding: 10px 10px 0px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid white;
}

#bannerText 
{
	background-color: Red;
	font-size: 120%;
	color: White;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#bannerImage
{
	background-color: white;
}

#mainContentRight 
{
	padding: 10px 10px 10px 10px;
	width: 200px;
	float: right;
	text-align: center;
	border-left: 1px dashed Gray;
	background-color: #F0F0F0;
	height: 1000px;
}

#mainContentCenter
{
	padding: 10px 10px 10px 10px;
	width: 510px;

}

#mainContentLeft
{
	float:left;
	padding: 10px 10px 10px 10px;
	width: 200px;
	text-align: center;
	border-right-style: dashed;
	border-right-color: Gray;
	border-right-width: 1px;
	background-color: #F0F0F0;
	height: 1000px;
}

A, A:active, A:link, A:visited
{
	color: Red;
	text-decoration: none;
}


A:hover
{
	color: Red;
	text-decoration: underline;
}

.tenPixSpacer
{
	height:10px;
}

.filler
{
	height:250px;
}