body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.digitalcurriculum #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	font-size: 12px;
}
.digitalcurriculum #header {
	background: #cccc99;
	border-bottom: 1px solid;
	margin: 0;
	padding: 10px;  /* 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. */
}
.digitalcurriculum #wrapper {
	margin: 0;
	padding: 0;
	background: #cccc99;
	overflow: auto;
}
.digitalcurriculum #sidebar {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	width: 185px;
	background-color: #cccc99;
}
.digitalcurriculum #mainContent {
	margin-left: 225px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #ded3b1;
	min-height: 600px;
}
.digitalcurriculum #mainContent h1{
	font-size: 2em;
}
.digitalcurriculum #mainContent h3{
	font-size: 1.3em;
}
.digitalcurriculum #footer {
	padding: 20px;
	font-size: .9em;
	background-position: center;
	text-align: center;
}
.digitalcurriculum #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.digitalcurriculum #mainContent .mainQuestion{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:active {
	color: #0000CC;
}
a:hover {
	color: #FFFFFF;
}
.clear {
	clear: both;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.noul {
	text-decoration: none;
}
.sidemenu {
}
.sidemenu_level1{
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
}
.sidemenu_level2{
	font-size: 1em;
	padding-top: 10px;
	padding-left: 5px;
}
.sidemenu_level2_link{
	font-size: 1em;
	padding-top: 10px;
	padding-left: 5px;
}
.sidemenu_level3{
	font-size: 0.9em;
	padding-top: 7px;
	padding-left: 10px;
}
.sidemenu_level3_link{
	font-size: .9em;
	padding-top: 7px;
	padding-left: 10px;
}