﻿/* Styles */

body
{
	font-family: "Palatino Linotype", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	background-color: #8e9770;
}
a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #415307;
}
a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #373e45;
}

a:hover
{
	text-decoration: underline;
	color: #9ca381;
}

a:active
{
	text-decoration: none;
	color: #9ca381;
}

h1
{
	font-size: 18px;
	text-decoration: underline;
}

/* Page Layout */

.pagemaster
{
	width: 564px;
	margin-top: 15px;
	background-color: transparent;
	position: absolute;
	left: 50%;
	margin-left: -282px;
}

.header
{
	width: 564px;
	height: 142px;
}

.menu
{
	width: 564px;
	height: 20px;
	background-color: #435607;
	clear: both;
	padding-top: 6px;
	padding-bottom: 3px;
}
.menu a:link, .menu a:visited
{
	color: #000000;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
}

.menu a:hover, .menu a:active
{
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #9ca381;
	text-align: left;
}

.content
{
	width: 564px;
	background-color: #6e7a3a;
	clear: both;
}

.linkarea
{
	padding: 5px 50px 20px 50px;
	background-color: #6e7a3a;
	text-align: justify;
}

.linkarea h1
{
	text-align: center;
}

.linkarea h2
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 14px;
}
.linkarea h3
{
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: lighter;
}
 .pictureblock
{
	width: 564px;
	height: 250px;
	background-color: transparent;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}


.footerinfo
{
	border-width: 10px 0px 5px 0px;
	width: 564px;
	background-color: #FFFFFF;
	height: 45px;
	clear: both;
	border-color: #b3b4b8;
	border-style: solid;
	font-size: 13px;
	font-weight: bold;
}

.footerinfo a:link
{
	color: #000000;
}

.footerbreak
{
	padding: 0px;
	margin: 0px;
	width: 564px;
	background-color: #FFFFFF;
	height: 30px;
	clear: both;
}

.footeraccent
{
	margin: 0px 0px 0px 220px;
	width: 344px;
	height: 5px;
	background-color: #42535b;
	line-height: 0px;
	font-size: 0px;
}

.footercopyright
{
	padding: 6px 0px 4px 0px;
	width: 564px;
	height: 20px;
	background-color: #696849;
	clear: both;
	text-align: right;
	font-size: 12px;
}