﻿h1 {color: #336600; font-family: Verdana; font-size: 18pt; font-weight: bold; text-align:center;}
h2 {color: #336600; font-family: Verdana; font-size: 14pt; font-weight: bold; text-align:center;}
h3 {
	padding-left: 10px;
	color: #336600;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
h5 {
	padding-left: 10px;
	color: #336600; 
    font-family: Verdana; 
    font-size: 8pt;  
    font-weight: bold
}

/* At the top level of your code */

body {
	background-color: #d3bb73;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
} 


/* top, masthead, main */

#masthead {
	position: absolute;
	width:1000px;
	top: 10px;
    left: 15%;
	height: 200px;
	background-color: #1E4B12;
	color: white;
}

#mastimage {
	position: relative;
	top: 10px;
	left: 220px;
	width: 665px;
	height: 175px;
	text-align: center;
	background-image: url('image/philippa_masthead.jpg');
}


                
#main {
	position: absolute;
	top: 205px;
    left: 15%;
	z-index: 0;
	background-color: #1E4B12;
	width: 1000px;
	height: 690px;
}

#menu {
	position: relative;
	width: 150px;
	height: 90px;
	z-index: 1;
	left: 15.5%;

	top: 211px;
}

#menu p {
	color: #fcdb8a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

#menu a:link       { color: white }
#menu a:visited    { color: white }
#menu a:active     { color: white }
#menu a:hover      {
	color: #AFE9FA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #1E4B12;
}


#click {
	position: relative;
	top: 10px;
	left: 170px;
	background-color: #1E4B12;
	width: 740px;
	color: white;
	font-size: 9px;
	text-align:center;
}


#content {
	position: relative;
	top: 10px;
	left: 170px;
	background-color: #1e4b12;
	width: 740px;
	color: #336600;
	margin-bottom: 50px;
	padding: 10px;
	height: 650px;
}

img    {
	border:2px solid white;
}
     
a:link      {
	border-color: #FFFFFF;
	color: #CA8902;
}
a:visited   {color: #A2B18B;}
a:active    {color: #A2B18B;}
a:hover     {
	color: #C18402;
	font-family: Verdana;
	font-weight: bold;
}

.header {
	font-family: "Copperplate Gothic Light";
	font-size: 12px;
	color: #fcdb8a;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

.caption {
	font-family: "Copperplate Gothic Light";
	font-size: 10px;
	color: #fcdb8a;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

.nounderline {
	  TEXT-DECORATION: none;
	 }
