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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
}
hr {
	height: 0;
	border-bottom: 1px solid #000000;
	border-top: 0px;
}
#masthead {
	padding: 0px;
	margin: 0;
	height: 257px;
	background-color: #FFFFFF;
}
#masthead .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0;
	margin: 0;
}
#masthead img {
	padding: 0;
	margin: 0;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm01_middle.png);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 488px;
	float: left;
}
#left {
	width: 362px;
	float: left;
}
#left .content {
	padding: 0;
	margin: 0 0 8px 0;
}
#left .content img {
	padding: 40px 0 0 63px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 40px 60px 20px 40px;
	font-size: 12px;
	line-height: 18px;
}
#masthead .content {
	padding: 0;
}
#footer {
	color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 11px;
	clear: both;
}
#footer .content {
	padding: 12px 0px 10px 0px;
}
#left a:link, #left a:visited {
	color: #FFFFFF;
	font-size: 11px;
	background-color: #666666;
	padding: 8px 20px 8px 22px;
	text-decoration: none;
}
#left a:hover {
	color: #FFFFFF;
	background-color: #000099;
}
#left a:focus { outline: none;}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #000000;
}
#right a:hover {
	color: #000099;
}
#right a:focus { outline: none;}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #04009D;
	text-decoration: none;
}
#footer a:focus { outline: none;}
#footer .linkactive {
	color: #04009D!important;
}
h1 {
	font-size: 16px;
	margin: 0 0 24px 0;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	margin: 30px 0 24px 0;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	margin: 0 0 24px 0;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

