@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.bolder {
	font-weight: bold;
}
.green {
	color: #778840;
	font-size: 15px;
}

.address {
	font-size: 15px;
	color: #666;
}

.blue {
	font-size: 13px;
	color: #3262A9;
}
.blueLrger {
	font-size: 14px;
	color: #3262A9;
}
img { border:none;}

.three #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.three #header {
	background-color: #fff;
} 
.three #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.three #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}
#mainContent h1 {
	font-size: 22px;
	color: #3262A9;
	font-weight: lighter;
	margin: 0px;
}
#mainContent img {
	padding-top: 0px;
}
#mainContent img.but {
}
#mainContent h2 {
	font-size: 18px;
	color: #5A7326;
	font-weight: lighter;
	margin: 0px;
}
#mainContent h3 {
	font-size: 15px;
	color: #1763AD;
	font-weight: lighter;
	margin: 0px;
}
#mainContent h4 {
	font-size: 15px;
	color: #7AA323;
	font-weight: lighter;
	margin: 0px;
}
#mainContent h5 {
	font-size: 14px;
	color: #7AA323;
	font-weight: lighter;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
}
.three #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.three #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;
	width: 440px;
} 
#flashMovie {
	text-align: center;
}
.three #footer {
	padding: 0;
	text-align: center;
	color: #666;
} 
.three #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-size: 11px;
	color: #666;
}
#footer {
	font-size: 11px;
	color: #CCC;
}

#divBotLinks {
	clear: both;
	width: 900px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	background-color: #FFF;
	margin-bottom: 10px;
}
#botLink1 {
	width: 290px;
	float: left;
}
#botLink2 {
	float: left;
	width: 290px;
	padding-left: 15px;
}
#botLink3 {
	float: right;
	width: 290px;
}
#divBotLinks  img {
	border: 1px solid #ADBB47;
}
/* BEGIN style6 */
 #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #999;
	text-decoration: none;
	font-size: 10px;
}

#navlist a:hover
{
	color: #999;
	text-decoration: none;
}
#MainAreaWrapper {
	padding-top: 40px;
	padding-bottom: 20px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
}

#sidebar2 img {
	float: right;
}

#content {
	clear: left;
	color: #ccc;
}
.lecture_image {
	padding-right: 25px;
	padding-top: 3px;
	
}
/* constant contact form */
.cc_form_basic_MainTable
{border:0px;
}
.cc_form_basic_DisplayTitle{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3262A9;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cc_form_basic_DisplayMain{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	background-color: #fff;
	padding-right: 0px;
	padding-left: 0x;}
	
.cc_form_basic_Button{
    font-family: Helvetica, Arial, sans-serif;}
	/* end cc form */

.quote {
	font-style: italic;
	color: #666;
	font-size: 13px;
	.testimonialText {
	font-size: 13px;
	color: #3261A8;
}

.quotesm {
	font-style: italic;
	color: #666;
	font-size: 11px;
}

.lecturedates {
	color: #315E07;
	font-size: 14px;
}

.lectureHome {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

