@charset "utf-8";
body { /* set everything to normal to define the base format */
        font: normal 13px/normal  Geneva, Arial, Helvetica,
sans-serif;
        color: #000000; }
p, td, th, div, blockquote, ul, li, dl, ol { font-size: 1em; }
p, td, th,  blockquote  { margin: 0.65em 0;}
h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman", Times, serif;
font-weight:bold;}

h1 { font-size: 1.5em; margin:  0 .25em 0.65em 0; }
h2 { font-size: 1.2em; margin:  0 .25em 0.65em 0; }
h3 { font-size: 1.1em; margin:  0       .25em 0.4em 0;  }
h4, h5, h6 { font-size:1em; margin: 0.2em 0;                    } 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #999999;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #004D5F;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #004D5F;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
} 
.twoColFixLtHdr #header {
	background-color: #004D5F;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
} 
.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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #004D5F;
	height: auto;
}
.twoColFixLtHdr #mainContent {
	height: auto;
	background-image: url(../site_images/Whitedot.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004D5F;
	font-size: small;
	width: 692px;
	padding: 10px;
	margin-left: 182px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #footer {
	background-color: #004D5F;
	color: #FFFFFF;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: both;
}
.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;
}
.ggheader {
	float: right;
	margin-bottom: 5px;
	margin-top: 10px;
}
.textbox {
	border: medium none #004D5F;
	background-color: #CCCCCC;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
}
.newsphotos {
	float: right;
	margin: 10px;
}
.newsphotosleft {
	float: left;
	margin: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.headerlogo {
	float: left;
	margin-top: 5px;
}
