/* 
  ------------------------------------------------
  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;
	background-color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../IMAGES/backGrey1.jpg);
	background-repeat: repeat;
}
#masthead {
	color: #ebebeb;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#wrapper {
	width: 985px;
	margin: 0 auto;
}
#column_wrapper {
	background-repeat: repeat-y;
	margin-top: -10px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 775px;
	float: left;
}
#left {
	width: 210px;
	float: left;
	color: #666666;
	margin-top: 14px;
}
#left .content {
	font-size: 0.7em;
	line-height: 1.5em;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#right .content {
	font-size: 0.9em;
	line-height: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#masthead .content {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	color: #ebebeb;
	font-size: 110%;
}
#footer .content {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #ebebeb;
}
#footer {
	color: #333333;
	padding: 0px;
	font-size: 0.7em;
	clear: both;
	background-repeat: no-repeat;
	margin-top: -6px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menulist {
	margin: 5px 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #333333;
}
#left a:visited {
	color: #666666;
}
#left a:hover {
	color: #0000FF;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #999999;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin: 0px;
}
#wrapper .menulist a:hover {
	border-color: #0066FF;
}
#footer a:link {
	color: #ebebeb;
}
#footer a:visited {
	color: #ebebeb;
}
#footer a:hover {
	color: #0000FF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.6em;
	color: #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h2 {
	font-size: 1.3em;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
h3 {
	font-size: 1.1em;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
h4 {
	font-size: 0.75em;
	color: #ebebeb;
	margin-top: 5px;
	margin-bottom: 5px;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin-top: 5px;
	margin-right: 10;
	margin-bottom: 5px;
	margin-left: 10;
}
