div {}

.footer {
text-align: right;
font-size: .7em;}

.footer1 {
text-align: left;
font-size: .7em;}

body {
background-color: #ffd700;
background-image: url(backgrounds/page-background.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
color: #552909;
font-family: Verdana, Helvetica, Arial, sans-serif;
letter-spacing: -1px;
margin-top: 0em;
font-size: .8em;}

#header {
background-color: #eedd82;
background-image: url(backgrounds/phhs_main_logo-2.gif);
width: 760px;
height: 200px;
margin: auto;
border-top: 1px #552909 solid;
border-left: 1px #552909 solid;
border-right: 1px #552909 solid;
}

#content {
background-color: #eedd82;
margin: auto;
border-left: 1px #552909 solid;
border-bottom: 1px #552909 solid;
border-right: 1px #552909 solid;
padding-left: 10px;
padding-right: 10px;
width: 740px;}

#navbar {
font-size: .8em;
text-align: center;
height: 18px;
padding-top: 5px;}

ul {}

li {}

#main-text {}

h1 {
font-size: 1.2em;}

h2 {
font-size: 1.1em;}

p {
font-size: 1em;}

a {}

a:link {
color: #552909;
text-decoration: none;}

a:visited {
color: #000000;
text-decoration: none;}

a:hover {
color: #552909;
text-decoration: underline;}

a:active {
color: #552909;
text-decoration: none;}

.textbox {
	background-color: #FFD700;
	border: 1px solid #552909;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #552909;}
	
.submit {	
	font-family: Arial, Helvetica, sans-serif;
	color: #552909;
	background-color: #FFD700;
	border: none;
	height: 18px;
	font-weight: bold;
	border: 1px solid #552909;
}