﻿body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #616161;
}

a 
{
	text-decoration: none;
	
}

#banner
{
	width: 800px;
	border-bottom: #000000 1px solid;
}
#wrap
{
	border: silver 1px solid;
	width: 800px;
}
#redBar
{
	background-image: url(images/RedBar.jpg);
	width: 802px;
	height: 17px;
	left: -1px;
	top: -1px;
	position: relative;
	float: none;
	clear: both;
}
#topMenu
{
	width: 800px;
	background-color: #fffbd6;
	text-align: center;
}


#bottomMenu
{
	background-image: url(images/RedBarRev.jpg);
	width: 802px;
	height: 17px;
	left: -1px;
	top: -1px;
	position: relative;
	margin-top: 5px;
	text-align: center;
}

.greytable
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.greytable .header
{
	margin: 0px;
	background-color: #adadad;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Sans-Serif;
	background-position: 5px center;
	padding-left: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
}
.greytable .center
{
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
.greytable td
{
	padding: 5px;
	vertical-align: top;
}

.greytable p
{
	margin-top: 0px;
	margin-bottom: 12px;
	border: 0px;
}

h2
{
	color: #000000;
}

.textblock
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
p.textblock
{
	margin-top: 0px;
	margin-bottom: 12px;
	border: 0px;
}

.address
{
	margin: 0px;
	margin-left: 50px;
	font-weight: bold;
	
}

