/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
	background-image: url(backgroundJBA.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment:fixed;
	text-align: center
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 1px;
	text-align: left
}
#header {
	background-color: #530053;
	padding: 0;
	margin: 0;
}
#header .content {
}
#navigator {
	background-color: #530053;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 40px
}
#navigator .content {
	padding: 4px 24px 4px 24px;
}
#center {
	width: 770px;
	background-color: #FFFFFF;
}
#center .content {
	padding: 1px 24px 20px;
	font-size: 0.8em;
	line-height: 1.65em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#search {
	width: 770px;
	background-color: #FFFFFF;
}
#search .content {
	padding: 10px 10px 0px;
	font-size: 0.8em;
	line-height: 1.65em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#footer {
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	text-align: center;
	color: #C5C792;
	font-weight: bold;
}
#footer .content {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #530053;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
a:link {
	text-decoration:none;
	color: #330033;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:none;
	color: #660066;
	font-weight: bold;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
