/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  03: 2Col_Fixed_Full_Width_Header_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003300;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
img {
	display: block;
	border: none;
}
#masthead {
	color: #003300;
	background-color: transparent;
	background-image: url(../images/HeaderBG.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 100px;
	padding: 0;
	margin: 10px;
	min-width: 770px;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/FluteNoBG.jpg);
	background-repeat: no-repeat;
}
#column_top {
/*	background-image: url(img/clm03_top.gif); */
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
/*	background-image: url(img/clm03_bottom.gif); */
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.recimgandcap {
	width: 250px;
	float: left;
	border: none;
}
.recimgandcap img {
	margin: 0;
	padding: 0;
	display: block;
}
.recinfo {
	width: 250px;
	float: right;
}
.recinfo h3 {
	margin: 0;
}
.redemph {
	color: red;
	font-style: italic;
	font-weight: bold;
}
.seminarpara {
	margin-left: 3em;
}
.seminarpara p:first-line {
	margin-left: 0;
}
#right {
	width: 568px;
	float: left;
	margin: 0;
	padding: 0;
}
#left {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content img {
	padding: 10px;
}
.rightaligntext {
	text-align: right;
}
#left .content {
	padding: 50px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	margin-left: 390px;
	padding-top: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
#footer .content {
	padding: 20px 0px;
}
#footer {
	height: 100px;
	margin: 0 10px;
	padding: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/FooterBG.jpg);
	background-repeat: repeat-x;
	color: #FFFACD;
}
.hidden {
	display: none;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
/*
#left a:link {
	color: #566F0B;
}
#left a:visited {color: #333333;}
#left a:hover {
	color: #000000;
}
*/
#right a:link {
	color: blue;
	text-decoration: underline;
}
#right h1 a:link, #right h2 a:link, #right h3 a:link {
	color: #ffffcc;
	text-decoration: underline;
}
#right a:visited {
	color: Purple;
}
#right a:hover {
	color: #ffffcc;
	background-color: #003300;
}
#right h1 a:hover, #right h2 a:hover, #right h3 a:hover {
	color: blue;
	background-color: #ffffcc;	
}
/* #wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C7EE51;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
} */
#footer a:link {
	color: #ffffcc;
	text-decoration: underline;
	}
#footer a:visited {
	color: #666666;
		text-decoration: underline;}
#footer a:hover {
	color: #003300;
	background-color: #ffffcc;
	text-decoration: underline;
}
/* 
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}*/
h1 {
	font-size: 1.5em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
#right h1, #right h2, #right h3, #right h4 {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #ffffcc;
	background-color: #003300;
	padding: 10px;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
