body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0B4F98;
	border-style: none;
	border-color: #FFFFFF;
}
#ContactUs { }

.twoColFixLtHdr #container {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1887px;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #FFFFFF;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	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. */
	color: #003399;
	position: relative;
	height: 300px;
} 
h1 {
	font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	text-align: left;
}
.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 */
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.twoColFixLtHdr #sidebar1 {
	width: 19%; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	font: bold 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	float: left;
	height: 1400px;
}
.twoColFixLtHdr #mainContent {
	background: #FFFFFF center center;
	font: 85%/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #33339D;
	height: 1445px;
	width: 499px;
	position: absolute;
	left: 206px;
	top: 232px;
	padding: 20px 20px 20px 50px;
	margin-right: 0;
	margin-bottom: 0;
	border-style: none;
	border-color: #FFFFFF;
	z-index: 1;
	visibility: inherit;
} 
.twoColFixLtHdr #footer {
	background:#FFFFFF;
	clear: both;
	width: 560px;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	border-color: #FFFFFF;
	font: normal 70%/normal Verdana, Arial, Helvetica, sans-serif;
	color: #054897;
	text-align: center;
	left: 200px;
	position: relative;
	z-index: 1;
} 
.twoColFixLtHdr #container #mainContent #footer {
	position: absolute;
	top: 1321px;
	visibility: visible;
	z-index: 1;
}

.twoColFixLtHdr #container #mainContent li {
	padding: 10px;
	list-style: disc outside;
}

.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-style: none;
	border-color: #FFFFFF;
	font: normal x-small/1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display: compact;
}
.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;
	padding-right: 150px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 20px;
}
.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;
}

.clearright {
	clear: right;
	margin-top: 20px;
}
.twoColFixLtHdr #container #header #headerimageDiv {
	position: absolute;
	width: 575px;
	height: 98px;
	left: 118px;
	top: 10px;
	right: auto;
}

.twoColFixLtHdr #container #header #H1Div h1 {
	font: bold large Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	text-align: center;
	display: inline;
}

.centeredtext {
	font: bold medium Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	display: inline;
	color: #333366;
	text-indent: 50%;
}

.centerimage {
	left: auto;
	right: auto;
	display: block;
	float: right;
	padding: 10px 100px 10px 10px;
	margin: 20px;
}

#H1Div {
	position:absolute;
	left:200px;
	top:44px;
	width:566px;
	z-index:5;
	font: bold normal large Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	display: inline;
	text-align: center;
	height: 205px;
	visibility: visible;
}
h2 {
	font: bold 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #333366;
	display: block;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#disdivDiv1 {
	position:absolute;
	left:350px;
	top:109px;
	width:365px;
	height:30px;
	z-index:3;
	padding-top: 0px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	visibility: visible;
}
.style2 { text-align: center }
#serviceclub {
	position:absolute;
	left:364px;
	top:169px;
	width:336px;
	height:76px;
	z-index:4;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333366;
	visibility: visible;
}
.externallink {
	color: #034790;
	text-decoration: underline;
}



.twoColFixLtHdr #container #sidebar1 h3 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-indent: 30px;
}
#sidebar1 a {
	color: #0B4898;
	padding: 5px;
	background: #DEBE94 url(images/buttonbg.gif);
	text-decoration: none;
	border: 5px double #000033;
	width: 143px;
	height: 25px;
	margin: 10px;
}

#sidebar1 a:hover {
	background: #DEB094 url(images/buttonbg_over.gif);
	color: #002B50;
}

.formfield { background: #FFFF99; }

.imagelink { text-decoration: none; }

.twoColFixLtHdr #container #mainContent #EdKiwanis1 {
	text-decoration: none;
	border-style: none;
}

.twoColFixLtHdr #container #mainContent #Edboyscouts1 {
	text-decoration: none;
	border-style: none;
}
