/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #f1eddb;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #231f20;
	padding: 0px;
	margin: 0 0 0px 0;
	text-align: center;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm08_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm08_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(img/clm08_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 594px;
	float: left;
}
#left {
	width: 180px;
	float: left;
}
#right {
	width: 176px;
	float: left;
}
#center .content {
	padding: 2px 12px;
	font-size: 11px;
	line-height: 1.25em;
}
#center .imagemain {
	padding-bottom: 10px;
	font-size: 11px;
}
#left .content {
	padding: 2px 2px;
	font-size: 11px;
	line-height: 1.35em;
}
#right .content {
	padding-top: -2px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1.25em;
}
#masthead .content {
	padding: 0px;
}
#footerpage .content {
	padding: 12px 0px;
}
#footerpage {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 11px;
	clear: both;
	text-align: center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #FFFFFF;
}
#center a:link {
	color: #d47304;
}
#center a:visited {
	color: #d47304;
}
#center a:hover {
	color: #d47304;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #666666;
}
#wrapper .menulist1 a, #wrapper .menulist1 a:visited {
	color: #000000;
	padding-top: 3px;
	text-decoration: none;
	font-weight: bold;
}
#wrapper .menulist1 a:hover {
	text-decoration: underline;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	padding: 0 0 0 10px;
	text-decoration: none;
}
#wrapper .menulist a:hover {
	text-decoration: underline;
}
#wrapper .menulist2 a, #wrapper .menulist2 a:visited {
	color: #000000;
	padding: 0px;
	text-decoration: none;
}
#wrapper .menulist2 a:hover {
	text-decoration: underline;
}
#footerpage a:link {color: #999999;}
#footerpage a:visited {color: #666666;}
#footerpage a:hover {color: #d47304;}
.p7uberlink {
	font-weight: bold !important;
	color: #d47304 !important;
}
h1 {
	font-size: 14px;
	margin: 0;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}
h2 {
	font-size: 12px;
	margin: 10;
}
h3 {
	font-size: 12px;
	margin: 0;
}
h4 {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

