/*   ------------------------------------------------  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: #FFF;	background-color: #330066;	margin: 0 auto;	padding: 0;}#masthead {	color: #999999;	background-color: #000000;	padding: 0px;	margin: 0;}#wrapper {	width: 800px;	margin: 0 auto;}#column_wrapper {	background-image: url(../images/homepage.jpg);	background-repeat: no-repeat;	border-top: 1px solid #000000;	height: 780px;}.clearfloat {	clear: both;	height: 0;	line-height: 0;	font-size: 0;}#center {	width: 450px;	float: left;}#left {	width: 170px;	float: left;	height: 780px;	vertical-align: middle;}#right {	width: 170px;	float: left;	height: 780px;	vertical-align: middle;}#center .content {	padding: 24px 32px;	font-size: 0.8em;	line-height: 1.65em;}#left .content {	padding: 24px 10px;	font-size: 0.75em;	line-height: 1.5em;}#right .content {	padding: 24px 10px 24px 18px;	font-size: 0.75em;	line-height: 1.5em;}#masthead .content {	padding: 12px;}#footer .content {	padding: 12px 16px;}#footer {	color: #999999;	padding: 0px;	margin: 0;	font-size: 0.7em;	clear: both;	background-color: #300062;	background-image: url(../images/homepage/footer.jpg);	background-repeat: no-repeat;	height: 15px;	bottom: 0px;	clip: rect(auto,auto,0px,auto);}.menulist {	margin: 6px 0 12px 0;	padding: 0;	list-style-type: none;}#left a:link {	color: #fff;	text-decoration: none;}#left a:visited {	color: #FFFFFF;	text-decoration: none;}#left a:hover {	color: #966200;	text-decoration: none;}#center a:link {	color: #fff;}#center a:visited {	color: #ccc;}#center a:hover {	color: #ccc;}#right a:link {	color: #fff;	text-decoration: none;}#right a:visited {	color: #fff;	text-decoration: none;}#right a:hover {	color: #966200;	text-decoration: none;}#wrapper .menulist a, #wrapper .menulist a:visited {	color: #FFFFFF;	border-left: 6px solid #CC9900;	padding: 0 0 0 6px;}#wrapper .menulist a:hover {	border-color: #9B4A1B;}#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;}h2 {	font-size: 1.6em;	margin: 30px 0 0 0;}h3 {	font-size: 1.25em;	margin: 30px 0 0 0;	font-family: Georgia, "Times New Roman", Times, serif;}h4 {	font-size: 1.1em;	margin: 20px 0 0 0;}.nomargintop {margin-top: 0;}.content p {	margin: 12px 0;}
