/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 05:  2Col_Flexible_Sidebar_Left
Print Style sheet
 as modified by Karl Strieby k-c-p.com 11 Oct 2008
 fixed left div inspired by Simon Jessey, 
 http://jessey.net/simon/articles/007.html
  ------------------------------------------------
*/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: white;
	margin: 0.5in;
	padding: 0;
}
img {
	border: none;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.imgfloatleft  {
	display: block;
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin: 0 0 0 10px;
	display: block;
}
#right {
	margin: 0;
}
#left {
	display: none;
}
#right .content {
	padding: 0;
	font-size: 10pt;
	line-height: 1.35em;
}
#left .content {
	display: none;
}
#footer .content {padding: 12px 20px;}
#footer {
	display: none;
}
#right a:link {
	color: #663300;
}
#right a:visited {
	color: #7900b5;
}
#right a:hover {
	color: #D4B497;
	background-color: #663300;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin: 0 !important;
}
h2 {
	font-size: 1.8em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.5em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.bordertop {
	border-top:solid 2px #663300;
	padding-top: 20px;
}
.centered {
	text-align: center;
}
