﻿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
}

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

/* top, masthead, main */

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

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


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

div#menu {
	position: relative;
	width: 150px;
	height: 90px;
	z-index: 1;
	left: 15px;
	top: 211px;
}

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

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


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


div#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;
	 }
