/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	display: block;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #993300;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif;
	font-size: 2em;
}

h2{
 font-size: 114%;
 color: #5c743d;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#masthead{
	background-color: #boc393;
	height: 175px;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-image: url(images/PG_banner_greenbg_800_175.jpg);
	background-repeat: no-repeat;
	margin-left: 10%;
	width: 800px;
}

#content{
	width: 600px;
	margin: 1% 0 0 10%;
	padding: 0 5px 0 5px;
	background-color: #D3DAC0;
	border-style: groove;
	border-color: #8E9C9B;
	float: left;
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #4B4422;
}
#globalNav{
	color: #333333;
	padding: 5px 0px 5px 0px;
	white-space: nowrap;
	background-color: #E1CD9C;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	border-bottom: solid #000000 1px;
	text-align: center;
	margin-left: 10%;
	width: 800px;
	border-right: solid #000000 1px;
	border-left: solid #000000 1px;
}
#globalNav a:hover{
	text-decoration: none;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: left;
	float: left;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature a:link{
	color: #993300;
}
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


.story img{
	float:left;
	padding: 0 5px 5px 0;
}

.viewer {
	text-align: center;
	background-color: #F5FFE5;
}
.viewer h3 {
	text-align:center;
	font-size: .80em;
}

.viewer img{
	vertical-align: middle;
	padding: 0px 0px 0px 20px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	text-align: center;
	margin: 0 0 0 10%;
	width: 800px;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link{
	color: #993300;
}
#siteInfo a:visited{
	color:#5c743d;

}

#advert{
	padding: 10px 0px 0 30px;
	float: left;
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif;
	text-align: center;
}

#advert img{
	display: block;
}

.map {
	font-family: "Bookman Old Style", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.map image {
	float: left;
	vertical-align:middle;
	
}
#background {
	background-color: #B0C393;
	width: 100%;
	position: middle;
}

