﻿@charset "utf-8";
body {
	background-color: #22314E;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/*commenting out to match the uploaded media file
	background-image: url(/PFP/_images/pfp_background.jpg);*/
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
}
a:link {
	color: #106147;
	text-decoration: underline;
}
a:hover, a:active, a:visited {
	color: #22314E;
	text-decoration: underline;
}
h1 {
	text-align: left;
	vertical-align: top;
	display: block;
	font-size: 1.3em;
	color: #00573D;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2CD9C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	text-align: left;
	vertical-align: top;
	display: block;
	font-size: 1.1em;
	color: #22314E;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	text-align: left;
	vertical-align: top;
	display: block;
	font-size: 0.9em;
	color: #00573D;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	text-align: left;
	vertical-align: top;
	display: block;
	font-size: 0.8em;
	color: #A07D21;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	text-align: left;
	vertical-align: top;
	display: block;
	font-size: 0.8em;
	line-height: 140%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
blockquote {
	font-style: italic;
	color: #666666;
}

p.Breadcrumbs {
	text-align: left;
	vertical-align: top;
	display: block;
	font-size: x-small;
	text-transform: uppercase;
	color: #CB9E41;
}
p.Footnote {
	text-align: left;
	vertical-align: top;
	display: block;
	font-size: 0.6em;
	line-height: 140%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul, ol {
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	vertical-align: top;
}
li {
	text-align: left;
	vertical-align: middle;
	display: list-item;
	font-size: 0.8em;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 10px;
}
li ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

li ul li {
	font-size: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
}


label {
	font-size: 0.8em;
	color: #22314E;
	font-weight: bold;
	line-height: 140%;
	display: block;
	margin-bottom: 6px;
}

table.DataConsole {
	border: 1px solid #E2CD9C;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

table.DataConsole td {
	display: table-cell;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #F3EAD5;
}


table.DataTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E2CD9C;
	border-left-color: #E2CD9C;
	display: table;
	clear: both;
	height: auto;
	width: 100%;
	background-color: #FAF4EB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
table.DataTable caption {
	font-size: 0.8em;
	padding: 6px;
	display: table-caption;
	border-right-style: none;
	border-bottom-style: none;
	background-color: #DABF81;
	font-weight: bold;
	border-top-style: none;
	border-left-style: none;
	line-height: 140%;
}
table.DataTable th {
	font-size: 0.8em;
	padding: 6px;
	display: table-cell;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E2CD9C;
	border-bottom-color: #E2CD9C;
	background-color: #EBDCB8;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
}
table.DataTable td {
	font-size: 0.8em;
	padding: 6px;
	display: table-cell;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E2CD9C;
	border-bottom-color: #E2CD9C;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
}
table.DataTable td.SectionHead {
	font-weight: bold;
	background-color: #F0E7CE;
}

#container {
	display: block;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	visibility: visible;
	z-index: 0;
}
#skip-navigation {
	display: none;
}

#utility-navigation {
	display: block;
	vertical-align: middle;
	padding: 0px;
	height: auto;
	width: 221px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	position: relative;
	top: 42px;
	left: 372px;
	margin: 0px auto;
	background-color:#027855;
}

#utility-navigation p {
	display: block;
	vertical-align: middle;
	height: auto;
	width: 100%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 0px 5px;
	font-family: Verdana, Geneva, sans-serif;
}
#header {
	display: block;
	height: 120px;
	width: 998px;
	padding: 0px;
	background-color: #F3EAD5;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	background-image: url(/-/media/pfp/_images/pfp_header.jpg);
	margin: 0px auto;
	border-right: 1px solid #DCC287;
	border-left: 1px solid #DCC287;
}
#header-print {
	display: none;
	visibility: hidden;
}
#header #PFPLogo {
	display: block;
	height: 120px;
	width: 700px;
}
#header  a  {
	text-decoration: none;
}


#search {
	position: relative;
	display: block;
	width: 197px;
	height: 28px;
	bottom: 75px;
	margin: 28px 0px 0px;
	left: 775px;
	text-align: center;
	padding: 0px;
}
#search form {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#search  #text {
	font-size: small;
	display: inline;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#search #searchButton {
	margin-top: 0px;
	margin-left: 10px;
	display: inline;
	margin-bottom: 0px;
	vertical-align: middle;
}

#global-navigation {
	display: block;
	padding: 0px;
	height: 40px;
	width: 998px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DCC287;
	border-left-color: #DCC287;
	background-color: #C19727;
	overflow: hidden;
	clear: both;
	float: left;
	position: relative;
	margin: 0px auto;
}
#global-navigation table {
	display: table;
	width: 100%;
	height: auto;
}
#global-navigation table td {
	width: 12%;
	vertical-align: middle;
	text-align: center;
	height: auto;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCC287;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCC287;
	color: #FFE180;
	font-family: Verdana, Geneva, sans-serif;
}
#global-navigation table td:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #997426;
}
#global-navigation table td a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: auto;
	color: #FFE180;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#global-navigation table td a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#global-navigation ul {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 40px;
}

#global-navigation li {
	width: 130.5px;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCC287;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCC287;
	color: #FFE180;
	list-style: none;
	display: inline;
	float: left;
	padding: 0px 5px;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#global-navigation li:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #997426;
}
#global-navigation li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 40px;
	color: #FFE180;
	padding: 6px 0px;
}
#global-navigation  li  a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}

#center-content {
	display: block;
	width: 958px;
	visibility: visible;
	z-index: 0;
	background-color: #F2EAD5;
	text-align: left;
	height: auto;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right: 1px solid #DCC287;
	border-left: 1px solid #DCC287;
	vertical-align: top;
}
#homepageLeftContent {
	width: 738px;
	display: block;
	vertical-align: top;
	float: left;
}
#homepageRightContent {
	width: 195px;
	display: block;
	vertical-align: top;
	float: left;
	margin-left: 20px;
}
#upcoming-events {
	display: block;
	width: 195px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFEA95;
	border: 1px solid #C19727;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	height: auto;
	position: relative;
	clear: none;
	overflow: visible;
	visibility: visible;
	z-index: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#upcoming-events h4 {
	text-align: center;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-style: normal;
	text-transform: uppercase;
	background-color: #997426;
	color: #FFEA95;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#upcoming-events p {
	text-align: center;
	font-size: 0.7em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#chairmans-message {
	display: block;
	width: 175px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	height: auto;
	position: relative;
	clear: right;
	overflow: visible;
	visibility: visible;
	z-index: 0;
	padding: 10px;
}
#chairmans-message h4 {
	color: #000000;
	text-align: center;
	font-style: normal;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 6px;
}
#chairmans-message p {
	text-align: center;
	font-size: 0.6em;
	padding: 0px;
	margin-bottom: 6px;
}
#home-page-modules {
	display: block;
	position: static;
	width: 716px;
	height: auto;
	border: 1px solid #E2CD9C;
	background-color: #FAF4EB;
	z-index: 0;
	overflow: visible;
	visibility: visible;
	margin: 20px 0px 10px;
	padding: 0px 10px 10px;
}
#home-page-modules table {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home-page-modules h2 {
	background-color: #00573D;
	height: auto;
	width: auto;
	font-size: small;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 8px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #009F70;
}
#home-page-modules h3 {
	background-color: #22314E;
	height: auto;
	width: auto;
	font-size: small;
	text-transform: none;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding: 8px;
	margin: 0px;
	border: 1px solid #8798AB;
}
#home-page-modules h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#home-page-modules h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#home-page-modules p {
	background-color: #CED5DD;
	height: auto;
	width: auto;
	font-size: small;
	text-transform: none;
	color: #000000;
	font-weight: normal;
	display: block;
	padding: 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	border: 1px solid #B4C0CB;
}
#home-page-modules p.Module1Box {
	background-image: url(/PFP/_images/module-1-icon-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#home-page-modules p.Module2Box {
	background-image: url(/PFP/_images/module-2-icon-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#home-page-modules p.Module3Box {
	background-image: url(/PFP/_images/module-3-icon-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#module-graphic {
	display: block;
	position: relative;
	float: right;
	width: 222px;
	height: auto;
	clear: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#callout {
	display: block;
	position: relative;
	float: right;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 200px;
	height: fit-content;
	border: 1px solid #E2CD9C;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: none;
	background-color: #FAF4EB;
}
#callout h3 {
	font-size: 0.7em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#callout p {
	background-color: #00573D;
	height: auto;
	width: 182px;
	font-size: x-small;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 8px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #009F70;
}


#callout ul {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#callout li {
	list-style-type: none;
	padding: 0px;
	height: auto;
	width: 200px;
	font-size: x-small;
	display: block;
	text-align: left;
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#callout  li a {
	color: #000000;
	text-decoration: none;
	height: 100%;
	width: 182px;
	display: block;
	margin: 0px;
	font-weight: bold;
	padding: 8px;
	line-height: 14px;
	background-color: #CED5DD;
	border: 1px solid #B4C0CB;
}
#callout  li a.CalloutIndent {
	width: 174px;
	font-weight: normal;
	padding-left: 16px;
}
#callout  li a:hover, #callout li a.CalloutIndent:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #22314E;
	border: 1px solid #5571B2;
}
#callout ul.OrangeCalloutItems li {
	background-color: #C5942C;
}
#callout ul.OrangeCalloutItems a {
	color: #F6DF90;
	background-color: #C5942C;
	border: 1px solid #AD8227;
}
#callout ul.OrangeCalloutItems a:hover {
	color: #FFFFFF;
	background-color: #997323;
}
#callout img {
	margin-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#callout p.VideoTranscript {
	text-align: center;
	background-color: #FAF4EB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}
#data-map {
	display: block;
	position: relative;
	width: 940px;
	height: auto;
	border: 1px solid #E2CD9C;
	clear: both;
	background-color: #FAF4EB;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
#data-map select, #data-map input {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#data-map label {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: small;
	color: #000000;
	line-height: normal;
	display: block;
}
#Feedback {
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FAF4EB;
	border: 1px solid #E2CD9C;
	height: auto;
	width: 938px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Feedback p {
	display: block;
	padding: 0px;
	clear: both;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	float: left;
}
#Feedback p label {
	display: block;
	vertical-align: top;
	width: 150px;
	height: auto;
	text-align: left;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#Feedback p input, #Feedback p select {
	width: 200px;
	vertical-align: top;
	height: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}
#Feedback p #Comments {
	width: 400px;
	vertical-align: top;
	height: auto;
	float: left;
	padding: 0px;
	clear: none;
	margin: 0px;
}
#Feedback p input.InputButton {
	padding: 0px;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Feedback fieldset {
	display: block;
	margin-bottom: 20px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #E2CD9C;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	height: auto;
	width: 60%;
	clear: both;
}
#Feedback fieldset legend {
	font-size: 0.7em;
	color: #00573D;
	font-weight: bold;
	line-height: 140%;
}
#Feedback fieldset p {
	list-style-type: none;
	font-size: 100%;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	float: none;
}
#Feedback fieldset input {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0px;
	width: auto;
}
#Feedback fieldset label {
	display: inline;
	vertical-align: middle;
	margin-bottom: 0px;
	float: none;
	width: auto;
	font-size: 0.7em;
}
#MSAInfoStyle {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FAF4EB;
	border: 1px solid #E2CD9C;
	height: auto;
	width: 938px;
	float: left;
	padding: 10px;
}
#MSAInfoStyle p {
	display: block;
	padding: 0px;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	float: left;
	clear: left;
	width: 700px;
}
#MSAInfoStyle p label {
	display: block;
	vertical-align: top;
	width: 250px;
	height: auto;
	text-align: left;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#MSAInfoStyle p input, #MSAInfo p select {
	width: 425px;
	vertical-align: top;
	height: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}
#MSAInfoStyle p input.InputButton {
	padding: 0px;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#MSAInfo {
	/*display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FAF4EB;
	border: 1px solid #E2CD9C;
	height: auto;
	width: 938px;
	float: left;
	padding: 10px;*/
}
#MSAInfo p {
	display: block;
	padding: 0px;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	float: left;
	clear: left;
	width: 700px;
}
#MSAInfo p label {
	display: block;
	vertical-align: top;
	width: 250px;
	height: auto;
	text-align: left;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#MSAInfo p input, #MSAInfo p select {
	width: 425px;
	vertical-align: top;
	height: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}
#MSAInfo p input.InputButton {
	padding: 0px;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MSAStateMap {
	float: right;
	display: block;
	position: relative;
	height: 200px;
	width: 200px;
	border: 1px solid #22314E;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#MSAStateMap p {
	width: 200px;
	text-align: center;
	display: block;
	margin-top: 10px;
}
#footer {
	display: block;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position: relative;
	visibility: visible;
	z-index: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background: url(/PFP/_images/pfp_footer.jpg) no-repeat;
}
#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: normal;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 140%;
}
#utility-navigation a:link, #utility-navigation a:visited, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#utility-navigation a:hover, #utility-navigation a:active, #footer a:hover, #footer a:active {
	color: #8DB9E5;
	text-decoration: underline;
}
span.moreInfo
 {
	font-size: 11px;
	color: #C19727;
	font-weight: normal;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	white-space: nowrap;
}span.h1Byline {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #C19727;
	display: block;
	margin-top: -16px;
}
#results {
	display: block;
	height: auto;
	width: 100%;
}

#results h4 , #results p{
	margin-bottom: 2px;
}

#results p.SearchResultsURL {
	color: #C19727;
	font-size: 0.7em;
}
#resultsInfo {
	background: #E9E0C0;
	display: block;
	padding: 6px;
}
#resultsInfo p {
	margin-bottom: 0px;
	font-size: 0.7em;
}

#pagination {
	text-align: center;
	display: block;
	margin-top: 20px;
	border-top: 1px solid #E2CD9C;
	padding-top: 10px;
}

#pagination span.pagenumber {
	font-size: 0.9em;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}
