@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #999281;
	margin: 0px;
}

#mainContainer {
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#header {
	width: 880px;
	height: 75px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0px auto;
}

#header .logo {
	display: inline;
	width: 275px;
	float: left;
	height: 75px;
	white-space: nowrap;
}

#header .call {
	display: inline;
	width: 192px;
	float: right;
	height: 75px;
}

#topMenu {
	background-color: #658baa;
	text-align: center;
	width: 900px;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 0.85em;
	font-weight: bold;
}

#topMenu a:link, #topMenu a:visited, #topMenu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#topMenu a:hover {
	text-decoration: underline;
}

#bottomMenu {
	width: 900px;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	font-size: 0.85em;
}

#content {
	width: 900px;
	margin: 0px auto;
}

#content .theStuff {
  padding-left: 7px;
}

#footer {
	width: 880px;
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0px auto;
	background-color: #e6e6d9;
	font-size: 0.85em;
}

#footer a:link, #footer a:visited {
	color: #336699;
}

#contentAreaBreadcrumb {
	color: #003300;
	margin-top: 10px;
	margin-left: 7px;
}

#edgyGraphic {
	width: 450px;
	height: 400px;
	float: left;
	display: inline;
}

#fpList {
	width: 443px;
	height: 400px;
	float: right;
	display: inline;
}

#fpList td {
	vertical-align: top;
}

#fpList .smallerText {
	font-size: 0.7em;
}
