* { padding: 0; margin: 0; }

html, body { height: 100%; }
body {
	color: black;
	background-color: #b7dcb1;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
img { border: none; }
h1 {
	color: #1fb25a;
	margin: -139px 0 100px 0;
}
h2 {
	color: #1fb25a;
	font-size: medium;
	margin-bottom: 12px;
}
ul { list-style-type: none; }
ol {
	color: #1fb25a;
	font-weight: bold;
}
ol p {
	color: black;
	font-weight: normal;
	margin-bottom: 12px;
}
p, dl, ol, ul, table { margin-bottom: 24px; }
dd {
	color: gray;
	text-indent: 1em;
}
th, td { padding-right: 1em; }

.announcement {
	font-weight: bold;
	text-align: center;
	background-color: #ffffbe;
	margin-right: 1.5em;
	padding: 0.5em;
	position: absolute;
	top: 84px;
	left: 350px;
}
.aside {
	color: #1fb25a;
	font-style: italic;
}
.second-level {	text-indent: 1em; }

#container {
	background: white no-repeat;
	margin: 50px 50px 0 50px;
	padding-bottom: 50px;
	position: relative;
	min-height: 100%;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	/* from: http://border-radius.com/	*/
}
#header {
	padding: 84px 0;
	margin-left: 84px;
}
#sidebar {
	margin-left: 84px;
	float: left;
}
#sidebar li { margin-bottom: 12px; }
#sidebar a {
	color: black;
	text-decoration: none;
}
#sidebar a:hover { text-decoration: underline; }
#sidebar ul ul {
	text-indent: 1em;
	margin-bottom: 0;
}
#sidebar ul ul li { color: gray; }
#sidebar ul ul a { color: gray; }
#sidebar p {
	color: #1fb25a;
	font-size: 85%;
}
#content {
	height: 100%;
	padding-bottom: 100px;
	margin: 0 84px 0 335px;
}
#programs-img { margin: 0 0 48px 128px; }
#press dd { margin-bottom: 24px; }
#footer {
	font-size: 75%;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom:  0;
}
/* Thomas F. Duesing, Jr. */