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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	font-size: 1.5em;
	font-weight: 100;
	margin: 0px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #d9d7d5;
	background-image:url(../p7pmm/img/banner.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-color: #fff;
	background-repeat:no-repeat;
	margin: 0;
}
#column_top {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	background-color: #fff;
	background-repeat: no-repeat;
	height: auto;
}
#column_bottom {
	background-color: #fff;
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 35px;
	font-size: 14px;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 20px;
	font-size: 14px;
	line-height: 1.5em;
}
#masthead .content {
	font-size:1em;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}
#footer .content {
	padding:0;
	text-align:center;
}
#footer {
	margin: 0 0 0 20px;
	font-size: 12px;
	color:#903;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #3c3c3c;
	
}
#left a:visited {color: #333333;}
#left a:hover {
	color:#3c3c3c;

}
#right a:link {
	color: #3c3c3c;
	text-decoration:none;
}
#right a:visited {
	color: #666666;
	text-decoration:none;
}
#right a:hover {
	color: #000000;
	text-decoration:underline;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C7EE51;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
	
}
#footer a:link {
	color: #333;
}
#footer a:visited {color: #666666;}
#footer a:hover {color: #903;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.2em;
	margin: 5px 0 0 0;
	color: #990033;
}
h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 0 20px;        
	                                         
											 
											 
}
h3 {

	font-weight: bold;
	margin: 0 0 0 0px;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
#wrapper #column_wrapper #right .content .emphasis {
	font-weight: bold;
}
hr.f{
	border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 80%;
	height: 3px;
	margin: 10px auto 0 75px;
	text-align: center;
	
	}
