/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
	margin: 20px;
	padding: 0;
}
#masthead {
	display: none;
	background-color: #FFFFFF;	
}
#wrapper {
	width: 770px;
	background-color: #FFFFFF;
	background-image: none ;
}
#column_wrapper {
	background-color: #FFFFFF;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#yellowBox {
	display: none;
}
#center {
	width: 550px;
	float: left;
}
#left {
	display: none;
}
#right {
	display: none;
}
#center .content {
	padding: 24px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 16px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 15px 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#footer .content {
	padding: 12px 16px;
	font-size: 10px;
	text-align: center;
}
#footer {
	display: none;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #FAB040;
	text-decoration: none;
}
#left a:visited {
	color: #333333;
	text-decoration: none;
}
#left a:hover {
	color: #ffffff;
	text-decoration: none;
}
#center a:link {
	color: #9B7C00;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #ffffff;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#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: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	line-height: 1.8em;
}
h2 {
	font-size: 1.6em;
	margin: 0;
	line-height: 1.6em;
}
h3 {
	font-size: 1.25em;
	margin: 0;
	line-height: 1.25em;
}
h4 {
	font-size: 1.0em;
	margin: 0;
	line-height: 1.2em;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.floatRt {
	float: right;
}
.floatLft {
	float: left;
}
.centerImage {
	text-align: center;
}
.photoPadRt {
	padding: 10px;
	float: right;
}
.menuDiv {
	overflow: auto;
}
.redBlock {
	display: none;
}
.noPrint { 
    display: none; 
} 

[if IE 5]>
<style>body {text-align: center;}#wrapper {text-align: left;}.menulist a {float: left; clear: both;}
#column_wrapper {height: 1%;}</style>
<![endif]
[if lte IE 7]>
<style>#wrapper, #footer, #masthead, #column_wrapper {zoom: 1;}</style>
<![endif]

