/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	background color: #617322;
	background-image: url(../images/bg.jpg);
	background-attachment:fixed;
	margin: 0;
	padding: 0;
}
#masthead {
	margin: 0; padding: 0;
	background:#ffc url(../images/logo.gif) no-repeat top left;
	height:74px;
}
#masthead2 {
	margin: 0; padding: 0;
	background:#ffc url(../images/logo2.gif) no-repeat top left;
	height:91px;
}

#wrapper {
	width: 790px;
	margin: 0 auto;
	background:#ffc;
	border:1px solid white;
}
#center {
	width: 790px;
}
#center .content {
	padding: 20px 15px;
	font-size: 80%;
	line-height: 165%;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content, #footer2 .content {
	padding: 12px 20px;
}
#footer {
	color: white;
	background-color: #296b01;
	border-bottom:3px solid black;
	padding: 0;
	margin: 0;
	font-size: 70%;
}
#footer2 {
	color: white;
	background-color: #296b01;
	border-bottom:3px solid black;
	padding: 0;
	margin: 0;
	font-size: 70%;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #669999;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}

#footer2 a {color:#99CC99; text-decoration:none;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 180%;
	margin: 0;
}
h2 {
	font-size: 140%;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 125%;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 110%;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
