@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #333;
	background: #e7f0c9;
}

h1 {
	font-size: 150%;
	color: #52795B;
	}

/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	background-color: #E3EDC2;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #aa0000;
}

a:visited {
	color: #336600;
}

h1 {
	color: #517859;
	font-size: 125%;
	font-weight: 500;
}
h2 {
	color: #517859;
	font-size: 120%;
	margin: 12px 0 12px 0;
}
h3 {
	color: #517859;
	font-size: 115%;
	margin: 10px 0 10px 0;
}
h4 {
	color: #517859;
	font-size: 110%;
	margin: 8px 0 8px 0;
}
h5 {
	color: #aa0000;
	font-size: 105%;
	margin: 8px 0 4px;
	font-weight: normal;
}
h6 {
	color: #aa0000;
	font-size: 100%;
	margin: 5px 0 5px 0;
}
h7 {
	color: #aa0000;
	font-size: 95%;
	margin: 3px 0 3px 0;
	font-weight: normal;
}
#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e7f0c9;
	min-width: 795px;
} 
#header {
	height: 116px;
	width: 100%;
	background: url(../images/bkgds/hdrbkgd.jpg) repeat-x left top;
} 

#logo {
	float: left;
	display: inline;
	height: 116px;
	width: 550px;
}
#logo img {
	margin-top: 12px;
	margin-left: 36px;
}
#address {
	color: #FFFFFF;
	float: left;
	font-size: 90%;
	height: 112px;
}
#navbar {
	background-image: url(../images/bkgds/menubkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 34px;
}
#sidebarcontainer {
	float: right; /* since this element is floated, a width must be given */
	width: 232px; /* 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: #E7F0C9; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 20px 20px 8px 0;
	display: inline;
}
#sidebarcontainer p {
	margin: 8px 0px;
	padding: 0px;
	line-height: 15px;
}

#sidebartable {
}

.sidebartop {
	background-image: url(../images/bkgds/sidebarbkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #b4bd96;
	border-right: 1px solid #b4bd96;
	border-bottom: 1px solid #b4bd96;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.sidebartop a:visited {
	color:#c7e9ce;
}
.sidebarcontent {
	font-size: 85%;
	line-height: 1.2em;
	padding: 10px;
	border-right: 1px solid #b4bd96;
	border-bottom: 1px solid #b4bd96;
	border-left: 1px solid #b4bd96;
	background-color: #F2FAD7;
	margin: 0px;
	width: 210px;
}
#pagetitle {
	margin: 14px 0 0 20px;
	font-size: 130%;
	color: #537A5C;
	font-weight: bold;
	width: 100%;
}

#mainContent {
	margin: 20px 272px 8px 20px; /* the right margin on this div element creates the column down the right 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: 8px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f2fad7;
	border: 1px solid #b4bd96;
	max-width: 780px;
} 

#mainContent a {
	color: #596E5D;
}
.mylist {
	font-size: 90%;
	line-height: 1.5em;
	list-style-type: none;
}


#mainContent p {
	margin: 0 0 4px 0;
	text-indent: 22px;
	font-size: 90%;
	line-height: 1.5em;
}

#footer {
	background:#f2fad7;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b4bd96;
	border-bottom-color: #b4bd96;
	font-size: 85%;
	color: #333333;
	padding-left: 100px;
} 

#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 */
}

.bordertop {
border-top; 1px solid #517859;
}

.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;
}
#footer a {
	color: #576C5B;
}
