/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 05:  2Col_Flexible_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000066;
/*	background-color: #66CCFF; */
	background-image: url(../images/bg.gif);
	margin: 0;
	padding: 0;
	min-width: 760px;
}
#masthead {
	color: #000066;
	padding: 0;
	margin: 10px 0;
	background-image: url(../images/BnrMid.gif);
	height: 80px;
}
#masthead h1 {
	padding:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#masthead a {
	border: none;
}
#wrapper {
	position: relative;
}
#column_wrapper {
	background-image: url(../images/NavBg.gif);
	background-repeat: repeat-y;
/*	border-right: 1px solid #000000; */
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#right {
	margin: 0px 0px 0px 200px;
}
#left {
	width: 200px;
	float: left;
	position: relative;
	z-index:999999;
}
#right .content {
	padding: 10px;
	font-size: 0.85em;
	line-height: 1.65em;
}
#left .content {
	padding: 0 15px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#masthead img {
	border: none !Important;
}
.bordered {
	width: 75%;
	margin: 10px auto;
	padding: 10px;
	border: thin solid #000066;
}
#footer .content {
	padding: 12px 20px;
	margin-left: 210px;
}
#footer {
	color: Maroon;
	background-color: transparent;
	margin: 10px 0 0 0;
	border-top: thick solid #000066;
	font-size: 0.7em;
}
#footer img {
	display: block;
	border: none;
	padding: 10px;
}
/*	 
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

#left a:link {
color: #9B7C00; 
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
*/
/* 
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #9B7C00;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
*/
h1, h2, h3, h4, h5, h6 {
		font-family: Garamond, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
.content h2 {
	padding-top: 0.5em;
	border-top: 1px solid #000066;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
img {
	display: block;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.content a:hover {
	background-color: #000066;
	color: #ADD8E6 !important;
}
.content a {
	color: blue;
	background-color: transparent;
}
