﻿#MenuBar
{
	display: none;
}
.page
{
	width: 960px;
}
#main
{
	border: 1px solid #AAAAAA;
}
html
{
	min-height: 100%;
}

body
{
	background-color: White;
	/*background-color: #AAC7EE; /* Matches bottom of FLD footer gradient in case page is short */
}
div#CopyrightFooter p
{
	color: #111111;
}
h1
{
	font-family: Helvetica, Sans-Serif;
}
#HighlightsBody h1, h2, h3, h4
{
	color: #043982;
}
.orderPolicyButton
{
	background-color: #5EA05E;
	font-size: 1.8em;
	color: White;
}
#header
{
}
.logo
{
	border: none;
}
#HeaderLogoLink
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#FLDTopLineImage
{
	float: left;
	width: 100%;
	height: 105px;
	position: absolute;
	background: url(/Images/FLD_Header_Repeat.png) repeat-x top;
	z-index: -1 /* Position behind the main fieldset */
}

