@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 810px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/dreamweaver%20basic%20images/gnrl_bg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin-left: 15px;
}
#left_nav_bar_container {
	width: 180px;
	float: left;
}
#main_content_container {
	float: left;
}
.twoColFixLtHdr #footer {
	background:#DDDDDD;
} 
#nav_bar {
	float: left;
	height: 30px;
	width: 780px;
	margin-left: 15px;
}
#main_image {
	float: left;
	height: 160px;
	width: 780px;
	margin-left: 15px;
}
#calendar {
	height: 220px;
	width: 220px;
}
#logo_container {
	margin-top: 10px;
}
.heading_1 {
	font-family: Kaela;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #30432B;
	height: 30px;
	width: 570px;
	padding-top: 6px;
	padding-left: 30px;
	padding-bottom: 6px;
}
.text_heading_1 {
	font-family: "Gill Sans";
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.main_text {
	font-family: "Gill Sans";
	font-size: 10pt;
	color: #000000;
	padding-top: 35px;
	padding-bottom: 200px;
	padding-left: 30px;
	width: 540px;
	float: left;
}
.main_text_heading {
	font-family: "Gill Sans";
	font-size: 12pt;
	color: #336600;
}
.snippet_container_80 {
	padding: 2px;
	float: left;
	height: 84px;
	width: 500px;
	margin-top: 10px;
	border: 1px solid #DCDEDE;
}
.snippet_container_100 {
	padding: 2px;
	float: left;
	height: 100px;
	width: 500px;
	margin-top: 10px;
	border: 1px solid #DCDEDE;
}
.snippet_photo_credit {
	font-family: "Gill Sans";
	font-size: 7pt;
	bottom: 0px;
	float: left;
}
.snippet_container_25 {
	background-color: #DCDEDE;
	float: left;
	height: 30px;
	width: 525px;
	margin-top: 10px;
	border: 2px solid #CCCCCC;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
}
.image_container {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.photo_credit {
	font-family: "Gill Sans";
	font-size: 8pt;
	margin: 5px;
	text-align: left;
}
.left_nav_heading {
	font-family: "Gill Sans";
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 170px;
	background-color: #4F5150;
	height: 28px;
	padding-left: 10px;
	vertical-align: middle;
	padding-top: 14px;
}
.left_nav_text {
	font-family: "Gill Sans";
	font-size: 10pt;
	color: #000000;
}
.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;
}
.quote {
	font-family: "Gill Sans";
	font-size: 9pt;
	margin-right: 20px;
	margin-left: 20px;
}
.snippet_container_50 {
	padding: 2px;
	float: left;
	height: 50px;
	width: 500px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.snippet_50_header {
	font-family: "Gill Sans";
	font-size: 10pt;
	font-weight: bold;
	color: #336600;
	line-height: 20px;
}
.date {
	font-family: "Gill Sans";
	font-size: 9pt;
	font-weight: bold;
}
