﻿html { 
min-height: 100%; margin-bottom: 1px; 
}

body {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	background-color: #E7E6DD;
	margin: 0px;
}


/* This is the HEADER Information */

#header {
	padding: 0px;
	position: relative;
	width: 950px;
	height: 97px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url('phs_header.gif');
}
#headerLinks {
	position: absolute;
	width: 400px;
	top: 0px;
	right: 0px;
	padding-top: 6px;
	text-align: right;	
}
#headerLinks a {
	text-decoration: none;
	font-family: verdana;
	font-size: 9pt;
	color: #9F9979;
}
#headerLinks a:active {
	text-decoration: underline;
	font-family: verdana;
	font-size: 9pt;
	color: #9F9979;
}
#headerLinks a:hover {
	text-decoration: underline;
	font-family: verdana;
	font-size: 9pt;
	color: #9F9979;
}


/* This is the MAIN MENU BAR Information */

#navBar {
	position: relative;
	width: 930px;
	height: 24px;
	z-index: 2;
	padding-left: 20px;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/phs_menubg.jpg');	
}
#navBar a {
	text-decoration: none;
	font-family: verdana;
	font-size: small;
	color: #000080;
}
#navBar a:active {
	text-decoration: underline;
	font-family: verdana;
	font-size: small;
	color: #881E35;
}
#navBar a:hover {
	text-decoration: underline;
	font-family: verdana;
	font-size: small;
	color: #881E35;
}


/* This is the MAIN CONTENT AREA Information */

#mainContent {
	position: relative;
	width: 950px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
a.quickLinks {
	text-decoration: none;
	font-family: verdana;
	font-size: small;
	color: #000080;
}
a:active.quickLinks {
	text-decoration: underline;
	font-family: verdana;
	font-size: small;
	color: #000080;
}
a:hover.quickLinks {
	text-decoration: underline;
	font-family: verdana;
	font-size: small;
	color: #000080;
}
.largeBlackHeadline {
	font-family: Verdana;
	font-size: x-large;
	color: #000000;
}
.blackHeadline {
	font-family: Verdana;
	font-size: large;
	color: #000000;
}
.largeBlueHeadline {
	font-family: Verdana;
	font-size: x-large;
	color: #000080;
}
.blueHeadline {
	font-family: Verdana;
	font-size: large;
	color: #000080;
}
.largeRedHeadline {
	font-family: Verdana;
	font-size: x-large;
	color: #A80200;
}
.redHeadline {
	font-family: Verdana;
	font-size: large;
	color: #A80200;
}
.whiteHeadline {
	font-family: Verdana;
	font-size: large;
	color: #FFFFFF;
}


/* This is the FOOTER Information */
#footer {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.footerText {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	text-align: center;
}
a.burgLinkSMALL {
	font-family: Verdana;
	font-size: x-small;
	color: #A20B35;
}
