/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0;
	background: #212d5b url(../images/top-banner-01t.png) no-repeat;
}
#masthead {
	color: #fef7d0;
	padding: 0px;
	margin: 0 0 30px 0;
	background: transparent none no-repeat;
	height: 72px;
	text-align: right;
	font-size: 9px;
	border-bottom: 1px none white;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	border: 1px solid #000;
	background-color: transparent;
	background-image: url(img/clm08_middle-920twoC.png);
}
#column_wrapper {
	background-image: none;
	background-repeat: repeat-y;
}
#column_top {
	background-image: none;
	background-repeat: no-repeat;
	height: 0px;
}
#column_bottom {
	background-image: none;
	background-repeat: no-repeat;
	height: 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 720px;
	float: left;
	background: #fff none no-repeat;
	height: 100%;}
#left {
	width: 200px;
	float: left;
}
#right {
	width: 0;
	float: left;
}
#center .content {
	padding: 0;
	font-size: 0.8em;
	line-height: 1.65em;
	overflow: auto;
	height: 500px;
}
#left .content {
	padding: 0;
	font-size: 9px;
	letter-spacing: .01px;
}
#right .content {
	padding: 0px 0px;
	font-size: 11px;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 0px;
	background-color: black;
}
#footer {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 12px;
	clear: both;
	text-align: center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

#masthead a:link {
	color: #fef7d0;
}
#masthead a:visited {
	color: #fef7d0;
}
#masthead a:hover {
	color: #fef7d0;
	font-weight: bold;
}

#left a:link {
	color: #fff;
}
#left a:visited {
	color: #e4e4e4;
}
#left a:hover {
	color: #FFFFFF;
}
#center a:link {
	color: #375214;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #fff;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #FFFFFF;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #B0B0B0;
	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: #465a0a;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .01px;
	border-color: #000000 !important;
}
h1 {
	margin: 0;
	color: #465a0a;
	line-height: 1.1em;
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color: #465a0a;
}
h3 {
	font-size: 13px;
	margin: 30px 0 0 0;
	color: #465a0a;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

