/* 
  ------------------------------------------------
  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: 100%;
	color: #000000;
	background-color: #747300;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #000;
	background-color: #fff;
	background-image: url(../i/w/markerbckgrnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#center {
	width: 770px;
	background-color: #fff;
}
#center .content {
	padding: 10px 36px 20px 36px;
	font-size: 14px;
	line-height: 1.65em;
	border: 0px solid #000;
	color: #333;
}
#masthead .content {
	padding: 20px 20px 10px 20px;
}
#footer .content {
	padding: 12px 36px;
}
#footer {
	color: #000;
	background-color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	font-style: italic;
}
.subtlelink, .subtlelink a:link, .subtlelink a:visited {
	font-size: 14px;
	color: #333 !important;
	font-weight: normal !important;
	text-decoration: underline;
}
.subtlelink a:hover {
	font-size: 14px;
	color: #000 !important;
}
#center a:link {
	color: #000;
	font-weight: bold;
}
#center a:visited {
	color: #000;
	font-weight: bold;
}
#center a:hover {
	color: #000;
	font-weight: bold;
}
#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;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 22px;
	margin: 4px 0 6px 0;
	line-height: 28px;
}
h2 {
	font-size: 20px;
	margin: 0px 0 0 0;
	color: #fff;
}
h3 {
	font-size: 16px;
	margin: 0px 0 8px 0;
	color: #747300;
}
h4 {
	font-size: 14px;
	margin: 0px 0 8px 0;
	color: #747300;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
