/* 
  ------------------------------------------------
  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;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #666666;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
.txt-13 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 10px 0px 12px 10px;
	font-size: 0.9em;
	color: #E5E2C6;
}
#footer {
	color: #FFFBDC;
	background-color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 0.85em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #E5E2C6;
	background-image: url(../assets/mnu-off-s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding-left: 25px;
}
#left a:visited {
	color: #E5E2C6;
	text-decoration: none;
	background-image: url(../assets/mnu-off-s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#left a:hover {
	color: #E5E2C6;
	text-decoration: none;
	background-image: url(../assets/mnu-over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#left a:active {
	color: #E5E2C6;
	text-decoration: none;
	background-image: url(../assets/mnu-off-s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #E5E2C6;
	border-left: none #FFFFFF;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-bottom: 1px solid #BFBCA5;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #E5E2C6;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #E5E2C6;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
	color: #E5E2C6;
}
.commentary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #F2F2F2;
	font-style: italic;
	margin-top: 10px;
	padding-top: 10px;
}
