body 
{
	background-color: Black;
	color: #C11B17;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.container
{
   width: 714px;
   margin: auto;
   text-align: center;
}

.header
{
	clear: both;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
}

.header .top
{
   background: url("images/SiteHeader.png") 0 0 no-repeat;
   width: 714px;
   height: 240px;
   overflow: visible;
}

.header .menu
{
   margin: 0px;
   width: 614px;
	padding: 0px 50px 30px 50px;
   background: url("images/HeaderBG.png") 0 0 no-repeat;
}

.header .menu A
{
   display: inline-block;
   width: 126px;
   height: 40px;
   padding-top: 12px;
	color: Black;
	background: url("images/GWButtons.png") 0 0 no-repeat;
	text-decoration: none;
	vertical-align: middle;
}
.header .menu A:hover
{
	color: Black;
	text-decoration: none;
	background-position: 0 -52px;
}
.header .menu A:active
{
	color: Red;
	text-decoration: none;
	background-position: 0 -104px;
}

.content 
{
	width: 614px;
	min-height: 350px;
	background: url("images/ContentBG.png") 0 0 repeat-y;
	display: inline-block;
	padding: 0px 50px 0px 50px;
	vertical-align: middle;
	text-align: center;
	font-family: Avant-Garde, Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.content ul
{
   display: inline;
   padding: 0px;
   margin: 0px;
}
.content ul li
{
	list-style: none;
	display: inline;
}

.content ol
{
   text-align:left;
}

.content .contactList
{
   text-align: center; 
}
.content .contactList dt, dd
{
   width: 10.5em; float:left;
}
.content .contactList dt
{
   margin-bottom: 5.5em;
}
.content .contactList dd
{
   margin: 25px 0px 0px -10.5em;
}
.content .contactList img
{
   vertical-align: bottom; 
}

.content form
{
   text-align: left;
}

.content label
{
   display: block;
   float: left;
   margin: 0px 0px 10px 25px;
   text-align: right;
	width: 75px;
	padding-right: 20px;
}

.content input, textarea, select
{
   display: block;
   width: 300px;
   float: left;
   margin-bottom: 10px;
}

.content br
{
   clear: both;
}

.content .submit
{
   text-align: center;
   width: 100px;
   clear: both;
   margin-left: 200px;
}

.footer
{
	background: url("images/FooterBG.png") 0 0 no-repeat;
	width: 614px;
	height: 140px;
	padding: 89px 50px 0px 50px;
	clear: both;
	margin: auto;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	overflow: visible;
}