/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 05:  2Col_Flexible_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 12px;
	padding: 0;
	min-width: 760px;
}
#masthead {
	color: Black;
	background-color: White;
	padding: 0;
	margin: 0;
	background-image: url(../img/navigate/header-bkg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	position: relative;
	background-image: url(../img/navigate/content-bkg.jpg);
}
#column_wrapper {
	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	margin: 0px 0px 0px 200px;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 24px;
	font-size: 1em;
	line-height: 1.4em;
}
#left .content {
	padding: 4px;
	
}
#masthead .content {padding: 12px 20px;}
#footer .content {padding: 0px 0px;}
#footer {
	color: Yellow;
	background-color: White;
	margin: 0;
	font-size: 0.8em;
	background-image: url(../img/navigate/footer-bkg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
.menulist {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
#right a:link {
	color: Blue;
}
#right a:visited {
	color: Blue;
}
#right a:hover {
	color: Red;
}
#footer a:link {color: Yellow;  font-weight: bold; }
#footer a:visited {color: Yellow;  font-weight: bold; }
#footer a:hover {color: Yellow;  font-weight: bold; }
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.7em;
	margin: 0;
	color: Red;
	font-weight: bold;
	letter-spacing: 2px;
}
h2 {
	font-size: 1.4em;
	margin: 30px 0 0 0;
	letter-spacing: 1px;
}
h3 {
	font-size: 1em;
	margin: 0 0 0 0;
	color: #0b0278;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
img { border:none; }
.article { font-size: larger; letter-spacing: 1px; }
.content p {
	margin: 12px 0;
}
