@charset "utf-8";
body {
	font: 100%/1.3 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #a1d9f0;
	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: #007aae;
	border-width: 0px;
	border-style: none;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a1d9f0 url(images/sidebarback.jpg) repeat-y left top;
	margin: 0 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. */
}
#header {
	background: a1d9f0;
	padding: 0px;  /* 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. */
}
#sidebar1 {
	position: absolute;
	width: 200px;
	left: 76;
	top: auto;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	background: #e6f7ff;
	margin: 0 auto;
}

#mainContent {
	padding: 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e6f7ff;
	margin-left: 225px;
	top: 0px;
	min-height: 300px;
}
#container #mcontent {
	background: #e6f7ff;
	color: #007AAE;
	padding: 5px 20px;
	top: 0px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	border: 1px solid #216583;
}
.fltrt {
	float: right;
	margin-left: 8px;
	border: 1px solid #216583;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
a img {
	border:none;
	}
p {
	font-size: 85%;
	line-height: 1.3;
}
a:link {
	color: #89aa59;
}
a:visited {
	color: #B6d489;
}
a:hover, a:active, a:focus {
	color: 651a3c;
}
h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#89aa59;
	letter-spacing:-0.04em;
}


#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#a1d9f0
.jpg) no-repeat center top
.jpg) no-repeat center top
.jpg)
.jpg);
	margin: 0px;
}
#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: 0px 70px 0px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.pod {
	padding: 10px 15px 0px;
	border: 1px solid #89AA59;
}
.dropcap {
	font: 5em/.85em Verdana, Arial, Helvetica, sans-serif;
	color: #216583;
	display: block;
	float: left;
	padding-top: .03em;
	padding-right: .1em;
}
