body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	background-color: #00e6de;
	background-image: url(images/SiteBG.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	font-size: small;
	margin: 5px 20px 10px 20px;
	text-align: left;
}
table {
	 width: 100%;
	 border-style: none;
	 border-collapse: collapse;
	 padding: 0px;
	 margin: 0px;
}
td {
	margin: 0px;
	padding: 0px;
	border-style: none;

}
tr {
	vertical-align: top;
}
Table.Header-Footer {
	width: 970px;
	border: none;
	padding: 0px;
	margin: 0px;
}
Table.MainContent {
	width: 970px;
	background-image: url(images/White_Binder_Repeat.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
TD#PageHeader {
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 970px;
	background-image: url(images/White_Binder_Top.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFCC00;
	position: relative;
}
TD#LeftSide {
	width: 204px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #009900;
	background-color: transparent;
}
TD#RightSide {
	width: 0px;
	text-align: center;
	font-size: medium;
	color: #006600;
	background-color: transparent;
}
TD#MainContent {
	height: 800px;
	width: 710px;
	padding: 200px 30px 100px 20px;
	text-align: left;
	font-size: large;
}
TD#PageFooter {
	font-size: xx-small;
	height: 50px;
	padding: 30px 30px 10px 30px;
	background-image: url(images/White_Binder_Bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #CC0000;
}
#MainMenu {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 170px;
	text-align: center;
}
#MainMenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;	
	left: 16px;
	/left: 0px;
}
#MainMenu li {
}
#MainMenu a, #MainMenu a:link, #MainMenu a:active, #MainMenu a:visited {
	margin: 0px;
	color: #003399;
	background-color: transparent;
	font-size: 14px;
	line-height:20px;
	font-style: italic;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 170px;
	border-style: none;
}
#MainMenu a:hover {
	color: #0000AA;
	background-color: #DDDDDD;
	border-style: none;
	border-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999999;
}
#MainMenu a span {
	display: none;
}
#MainMenu a:hover span {
	display: block;
	position: absolute;
	top: 230px;
	left: 0px;
	width: 164px;
	background-color: #DDDDDD;
	color: #0000AA;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	border-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 3px;
}
H1{
	font-size:Larger;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #006600;
}
H2{
	font-size:Large;
	font-weight: bold;
	color: #008800;
	text-align: left;
}
H3{
	font-size:14px;
	line-height: 18px;
	font-weight: bold;
	color: #00AA00;
	margin: 10px 20px 10px 20px;
}
a.BrightLink {
	text-decoration: none;
	color: #CC0000;
}
a.BrightLink:visited, a.BrightLink:active, a.BrightLink:link {
	color: #0000FF;
}
a.BrightLink:hover {
	color: #0000CC;
	text-decoration: underline;
}
a.SubtleLink {
	text-decoration: none;
	color: #009900;
}
a.SubtleLink:visited, a.SubtleLink:active, a.SubtleLink:link {
	color: #006600;
}
a.SubtleLink:hover {
	text-decoration: underline;
}
#BottomMenu {
	margin: 0px;
	padding: 20px;
}
#BottomMenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#BottomMenu li {
	display: inline;
}
#BottomMenu a, #BottomMenu a:link, #BottomMenu a:active, #BottomMenu a:visited {
	margin: 0px;
	padding: 10px;
	color: #FF3300;
	background-color: transparent;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	display: inline;

}
#BottomMenu a:hover {
	color: #DD3300;
	text-decoration: underline;
}
#BottomMenu a span {
	display: none;
}
#ContactForm {
	margin: 0px;
	padding: 0px;
	width: 640px;
	overflow: hidden;
}

#ContactForm h2{
	margin: 0px;
}
#ContactForm h3{
	margin: 8px 4px 4px 4px;
	font-size: smaller;
	font-weight: normal;
}
#ContactForm small{
	font-size: x-small;
	font-weight: normal;
	color: #003366;
}
.ContactFormColumn {
	width: 280px; 
	margin: 0px 15px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
	border: 1px solid #003366;
	float: left;
}