/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 800px;
	margin: 0;
	border: 1px solid #16325C;
}
#column_wrapper {
	width: 800px;
	background-color: #16325C;
	background-image: none;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 450px;
	left: 200px;
	background-color: #FFF;
}
#left {
	width: 200px;
	left: 0px;
}
#right {
	width: 150px;
	left: 650px;
	position: absolute;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 16px;
	padding-left: 16px;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #CCCCCC;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #4D6277;
	border-top: 1px solid #FFF;
	line-height: 1.25em;
}
.menulist {
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 0.75em;
	line-height: 1.75em;
	margin: 18px 0px 0px;
}
#left a:link {
	color: #FFF;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link, #center a:visited {
	color: #16325C;
	font-weight: bold;
}
#center a:hover {
	color: #AD7856;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #FFF;
	padding: 1px 10px 0 0;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 189px;
	margin-right: 1px;
	border-top: 1px solid #16325C;
	border-bottom: 1px solid #16325C;
	margin-top: 2px;
	margin-bottom: 2px;
}
#wrapper .menulist a:hover {
	background-color: #4D6277;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
}
.menulist .p7uberlink {
	color: #000 !important;
	background-color: #AD7856!important;
	border-top: 1px solid #FFF !important;
	border-bottom: 1px solid #FFF !important;
}

#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}

h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 5px 0px 0px;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 6px 0 12px;
}
.blue {
	color: #16325C;
}
.brown {
	color: #AD7856;
}
p.line {
	border-bottom: 2px solid #EEE;
	margin: 5px 0px 15px;
	padding: 0px;
	line-height: 0em;
	font-size: .8em;
}
.smlBold {
	font-size: .8em;
	font-weight: bold;
}
.thumbsPdf p{
	font-weight: bold;
	color: #90654A;
	font-size: 0.9em;
	line-height: 1.3em;
}
.thumbsPdf a {
}
