@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	 background-color:#6996ca;
	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: #66CCFF;
	height: 250px; 
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #6198b5;
	font-family: Georgia, "Times New Roman", Times, serif; position:relative;
} 
.twoColFixLtHdr #header {
	background: #336699;

	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 187px; /*was 228 for earlier version*/
	background-image:url(top-pic5.jpg);
	background-position:center;
	background-repeat:no-repeat;

} 
.twoColFixLtHdr #wave{
	position: relative; top:0;
}
.twoColFixLtHdr #header h1 {
	/*margin: 0; *//* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-size:1.2em; font-weight:bold; /*margin-top:25px;*/
}
.twoColFixLtHdr #sidebar1 {
	/*float: left;*/ /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	left:3px;
	margin:0;
	padding-left:0;
	padding-right:20px;
	padding-top:0;
	position:absolute;
	top: 259px;
	border-right:1px solid #333;
	
}
.twoColFixLtHdr #sidebar1 ul{
	list-style:none;
	/*margin:35px 30px;*/ margin-bottom:0; margin-left:30px; margin-top:5px;
	padding:0;/*border:1px solid #f00;*/
	/*border: 2px solid #000;*/
	
}
.twoColFixLtHdr #sidebar1 li{
	font-size:90%; margin:0; padding:0;
	border-bottom:1px dotted #333;
	margin-bottom:1.7em; vertical-align:bottom;
}

.twoColFixLtHdr #sidebar1 a:link,.twoColFixLtHdr #sidebar1 a:visited{
	color:#006699; font-weight:bold; padding-bottom:.5em;
	display:block; text-decoration:none; 
}
.twoColFixLtHdr #sidebar1 a:hover{
	color:#000; font-weight:bold; 
	display:block; text-decoration:none; 
}
.twoColFixLtHdr #logo{
	width:150px; margin-left:30px; margin-top:0;
}
.twoColFixLtHdr #mainContent {
	margin: 25px 0 60px 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h2{
	color:#6198b5; font-size:1.7em; font-family:palatino-linotype, geneva, serif; font-style:italic; text-decoration:underline;
	margin-top:20px;/*this keeps the spacing above the heading the sam in IE and FF*/margin-bottom:3px;
}
.twoColFixLtHdr #mainContent p{
	color:#666; margin:0;
	padding: 15px 20px 0px 0px;
	font-size:80%;
	line-height: 1.8em;
	text-align: justify;

} 
.twoColFixLtHdr #gallery{
	margin:0; padding:0;  width:464px; text-align:center;
}
.twoColFixLtHdr #mainContent ul li{
		padding: 0 40px 0px 0px;
	font-size:80%;
	line-height: 1.8em; color:#333;
}
.twoColFixLtHdr #mainContent ul li.sublist{
	font-size:100%;
}
.imgrt{
	float:right; margin-left:15px; margin-bottom:10px; margin-top:3px; border:1px solid #000;
}
.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:visited{
	color:#1a3549;
}
.twoColFixLtHdr #mainContent a:hover{
	color:#000000; text-decoration:none;
}
#gallery {
	list-style:none; text-align:left; margin-left:0; padding-left:0; margin-bottom:30px;
}
#gallery li{
	float:left; margin-right:10px; margin-bottom:10px; font:bold .75em Arial, Helvetica, sans-serif; color:#666;
}	
#gallery img{
	/*display:block;*/ border:1px solid #333;
}

.twoColFixLtHdr #footer {
	background-color: #2f526f; /*4a5e6f*/
}
.twoColFixLtHdr #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 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ccc; font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%; line-height:1.5em;
}
.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited{
	color:#CCCCCC; 
}
.twoColFixLtHdr #footer a:hover{
	color:#ffffff;
}
.bold{
	font-weight:bold;
}
.boldunder{
	font-weight:bold; text-decoration:underline;
}
.italic{
	font-style:italic;
}
.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;
}
