/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  09: 3Col_Flexible_Width
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	min-width: 980px;
	margin: 0px;
	font-size: 100%;
	background-color:#D0CCB3;
}
#masthead {
	color: #999999;
	background-color: #002A76;
	background-image:url(img/masthead_background.jpg);
	background-repeat:repeat-x;
	height:200px;
}
#mastheadleft {
	float:left;
}
#navbar {
	color: #999999;
	background-color: #E8E4C8;
	background-image:url(img/left_sidebar_top.jpg);
	background-repeat:no-repeat;
	height:39px;
	padding-left:274px;
}
#mastheadright {
	float:right;
}
#outer_wrapper {
}
#wrapper {
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	background-color:#E8E4C8;
}
#left_wrapper {
	float: left;
	margin-left: -250px;
	width: 100%;
}
#left {
	float: left;
	width: 250px;
	margin-left: 250px;
	background-color:#E8E4C8;
}
#center {
	margin-left: 500px;
	background-color:#E8E4C8;
}
#right {
	float: left;
	width: 250px;
	background-color:#E8E4C8;
}
#left .content {
	padding: 24px 10px 24px 14px;
	font-size: .85em;
	line-height: 1.35em;
}
#center .content {
	padding: 24px;
	font-size: .85em;
	line-height: 1.7em;
}
#right .content {
	padding: 24px 20px;
	font-size: .85em;
	line-height: 1.35em;
}
h1, h2, h3, h4 {
	margin-top: 0;
	}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	color: #000000;
	background-color:#D0CCB3;
	border-top:5px solid #9F9C89;
	min-height:100px;
}
#footer .content {
	padding: 12px;
	font-size: .7em;
}
#footerright {
	float:right;
	padding:12px;
}
.menulist {
	margin: 6px 0 24px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #65624F;
}
#left a:visited {
	color: #65624F;
}
#left a:hover {
	color: #002A76;
}
#center a:link {
	color: #65624F;
}
#center a:visited {
	color: #65624F;
}
#center a:hover {
	color: #002A76;
}
#right a {
	display:block;
	border:none;
	margin-bottom:4px;
}
#right a img {
	border:5px solid #FFFFFF;
}
#right a:link {
	color: #65624F;
}
#right a:visited {
	color: #65624F;
}
#right a:hover {
	color: #002A76;
}
#right .caption {
	display:block;
	color:#002A76 ;
	font-weight:bold;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	display:block;
	color: #65624F;
	border:2px solid #E8E4C8;
	border-left:#FFFFFF;
	padding: 2px 6px;
	margin-bottom:6px;
	text-decoration:none;
}
#wrapper .menulist a:hover {
	border:2px solid #FFFFFF;
	background-color:#002A76;
	color:#FFFFFF;
}
#footer a:link {color: #65624F;}
#footer a:visited {color: #65624F;}
#footer a:hover {color: #002A76;}
.p7uberlink {
	/* font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important; */
}
h1, h2, h3, h4 {
	color: #002A76;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	border-bottom:2px solid #9F9C89;
	color: #002A76;
	padding-bottom:4px;
}
h2 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
	color: #002A76;
}
h3 {
	font-size: 1.1em;
	margin: 10px 0 0 0;
	color: #002A76;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #002A76;
}
.bumped {
	padding-left:10px;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
#right .content p {
	margin: 12px 0 18px 0;
}
.content p.timestamp {
	font-size:0.8em;
	margin-top:0px;
}
.readmore {
	font-size:0.8em;
	padding-bottom:12px;
	margin-top:6px;
}
.pager {
	height:30px;
	width:85px;
	background-color:#002A76;
	color:#FFFFFF;
	text-align:center;
	padding-top:6px;
	margin-bottom:6px;
	cursor:pointer;
	text-decoration:none;
}
.prev {
	float:left;
}
.next {
	float:right;
}
