body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background1.jpg);
	background-repeat:repeat-x;
	background-color: #B7DEFF;
	margin: 0;
	font-size: 14px;
}
a {
	color: #006699;
}
td {
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
h1 {
	font-size: 150%;
	color: #669900;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	color: #669900;
	font-weight: bold;
	margin-bottom: 4px;
}
h3 {
	font-size: 96%;
	color: #333333;
	margin-bottom: 5px;
}
p, td, th {
	line-height: 140%;
	padding-top: 0px;
	margin-top: 0px;
}
li {
	margin-bottom: 10px;
	margin-right: 10%;
	line-height: 135%;
}
li li {
	font-size:100%;
}

.footnote {
	font-size: 12px;
	font-style: italic;
}

#background {}
#nav {
	width: 150px;
	float: left;
	margin-top: 20px;
}
#mainContent {
	vertical-align: top;
	margin-left: 175px;
	margin-top: 40px;
	width: 700px;
}
#sidebar {
	width: 175px;
	float: right;
	padding: 10px;
	background-color: #CCFF66;
	font-family: Arial, Helvetica, sans-serif;
	border: 4px dotted #ff6600;
	margin-left: 10px;
	margin-bottom: 10px;
}
#sidebar a {
	font-weight: bold;
}
#bottomrow {
	background-repeat:repeat-x;
	background-image: url(images/grass-bkg.jpg);
	clear: both;
	background-position: bottom left;
	vertical-align: bottom;
	height: 183px;
}
#footer {
	color: #FFFFFF;
	font-size: 85%;
	margin: 0;
	vertical-align: bottom;
	background-color: #87BD41;
	clear: both;
	padding: 5px 15px;
}
#footer a:link, .footer a:visited {
	color: #CCFFCC;
}
#footer a:hover {
	color: #33CC00;
}
