/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  03: 2Col_Fixed_Full_Width_Header_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #EEEEEE;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 0 30px 0;
	background-image: url(../images/backgrnds/black_bar_05.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/backgrnds/middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm03b3_top.gif);
	background-repeat: no-repeat;
	height: 2px;
	background-position: top;
}
#column_bottom {
	background-image: url(img/clm03b3_bottom.gif);
	background-repeat: no-repeat;
	height: 2px;
	background-position: bottom;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 566px;
	float: left;
}
#left {
	width: 200px;
	float: left;
	background-image: url(../images/backgrnds/hills_sm4a4.gif);
	background-repeat: no-repeat;
	background-position: center 2px;
}
#herm {
	margin: 70px 0 2px 0px;
	font-size: 16px;
	padding: 0px 8px 10px 8px;
}
#herm a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#herm a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#herm a:hover {
	color: #0033FF;
}
#right .content {
	padding: 0px 20px;
	font-size: 0.85em;
	line-height: 1.65em;
}
#left .content {
	padding: 0px 10px 12px 2px;
	font-size: 14px;
	line-height: 1.5em;
}
#left .sidebartext {
	font-size: 10px;
	line-height: 1.4em;
}
#masthead .content {
	padding: 8px 16px;
}
#footer .content {
	padding: 2px 4px;
}
#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
	color: #CCCCCC;
}
.menulist {
	margin: 4px 0px 16px 0px;
	padding: 0;
	list-style-type: none;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
}
#left a:link {
	color: #003399;
}
#left a:visited {
	color: #003399;
}
#left a:hover {
	color: #0033FF;
}
#right a:link {
	color: #3300CC;
}
#right a:visited {
	color: #330099;
}
#right a:hover {color: #CC0000;}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 8px solid #BBD3EE;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#wrapper .menulist a:hover {
	border-color: #3333FF;
	text-decoration: underline;
}
#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {color: #0000FF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.65em;
	margin: 30px 0 0 0;
	color: #003399;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.imageright {
	float: right;
	margin: 12px 16px 12px 28px;
	text-align: center;
	color: #CC3300;
}

