/* 
  ------------------------------------------------
  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: #EBEBEB;
	background-color: #000;
	padding: 0px;
	margin: 0 0 30px 0;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
}
#column_wrapper {

}
#column_top {
	height: 0px;
}
#column_bottom {
	height: 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 620px;
	float: left;
}
#left {
	width: 220px;
	float: left;
	background-color: #99BBFF;
	background-image: -webkit-linear-gradient(#99BBFF, #FFF);
	background-image: linear-gradient(#99BBFF, #FFF);
	border: solid #FFF 1px;
	border-radius: 5px;
}
#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: 1em;
	line-height: 1.65em;
}
#left .content {
	padding: 0px 10px 12px 2px;
	font-size: 1em;
	line-height: 1.8em;
}
#left .sidebartext {
	font-size: 1em;
	line-height: 1.4em;
}
#masthead .content {
	padding: 8px 16px;
}
#footer .content {
	padding: 2px 4px;
	text-align: right;
	margin-right: 40px;
}
#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
	color: #999;
}
.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: 0px solid #BBD3EE;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#wrapper .menulist a:hover {
	border-color: #3333FF;
	text-decoration: underline;
	color: #00F;
}
#footer a:link {
	color: #999;
	text-decoration: none;
}
#footer a:visited {
	color: #999;
	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.5em;
	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 10px 20px 30px;
	text-align: center;
	color: #CC3300;
}
