html, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F3F3F;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 113px;
}
#nav {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 30px;
}
#mainWrapper {
	margin: auto;
	padding: 0px;
	position: relative;
	width: 971px;
}
#nav ul {
}
#nav li {
	float: left;
	list-style-type: none;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav a {
	display: block;
}
#nav a:link {
	color: #3E3E3E;
	text-decoration: none;
}
#nav a:visited {

	color: #3E3E3E;
	text-decoration: none;
}
#nav a:hover {
	color: #E1F3B6;
	text-decoration: none;
}
#nav a:active {

	color: #E1F3B6;
	text-decoration: none;
}
#mainContent {
	display: block;
	clear: both;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 46px;
}
#footerNav {
	float: right;
	margin-right: 40px;
	font-size: 0.8em;
	color: #FFFFFF;
}

#leftColumn {
	float: left;
	width: 200px;
}
#middleColumn {
	float: left;
	margin-left: 12px;
	width: 545px;
}
#rightColumn {
	float: left;
	margin-left: 12px;
	width: 199px;
	background-image: url(images/announcements_h1.jpg);
	background-repeat: no-repeat;
	margin-top: 12px;
}
.leftColumnBox {
	display: block;
	margin-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
}
#weeklyCalendar {
	background-image: url(images/h1_bg_red_1line.jpg);
	background-repeat: no-repeat;
}
#literature {
	background-image: url(images/h1_bg_red_1line.jpg);
	background-repeat: no-repeat;
}
#spellingAndVocabulary {
	background-image: url(images/h1_bg_red_1line.jpg);
	background-repeat: no-repeat;
}
#writersWorkshop {
	background-image: url(images/h1_bg_red_1line.jpg);
	background-repeat: no-repeat;
}
#math {
	background-image: url(images/h1_bg_red_1line.jpg);
	background-repeat: no-repeat;
}
#socialStudies {
	background-image: url(images/h1_bg_red_1line.jpg);
	background-repeat: no-repeat;
}
#science {
	background-image: url(images/h1_bg_red_1line.jpg);
	background-repeat: no-repeat;
}
#theArts {
	background-image: url(images/h1_bg_red_1line.jpg);
	background-repeat: no-repeat;
}
#physicalEducation {
	background-image: url(images/h1_bg_red_1line.jpg);
	background-repeat: no-repeat;
}
.middleColumnBox {
	clear: both;
	padding-top: 20px;
}
#topMiddleColumn {
	height: 135px;
	overflow: hidden;
}
#mainMiddleColumn {
}
#wrapperClassProject {
	margin-top: 12px;
}

#billsBlog {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8AC010;
	padding-top: 20px;
}
.rightColumnBox {
	margin-top: 12px;
}
.announcement {
	display: block;
	margin-bottom: 12px;
	padding-right: 15px;
	padding-left: 15px;
}
#leftColumn h1 {
	font-size: 1em;
	color: #FFFFFF;
	margin-left: 8px;
	padding-top: 8px;
	font-weight: bold;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 72px;
	position: absolute;
	top: 36px;
	width: 352px;
	left: 20px;
}
#imgBooks {
	background-image: url(images/books.jpg);
	background-repeat: no-repeat;
	height: 76px;
	width: 121px;
	position: absolute;
	margin-top: 30px;
}
#welcomeMessage {
	margin-left: 133px;
	position: absolute;
	width: 400px;
	margin-top: 30px;
}
#welcomeMessage p {
	margin-top: 2px;
	font-size: 0.9em;
	padding-left: 10px;
}
#leftColumn p {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainQuadrant {
}
.quadContent {
	float: left;
	width: 272px;
	height: 240px;
}
#mainQuadrant .wrapper {
	margin-top: 8px;
	margin-left: 8px;
	position: absolute;
	width: 262px;
	height: 220px;
}
#billsBlog p {
	font-size: 0.8em;
	line-height: 1.5em;
}
#mainQuadrant img {
	float: left;
	margin-right: 8px;
}
#mainQuadrant p {
	font-size: 0.8em;
	float: none;
	margin: 0px;
	padding-right: 10px;
}
#rightColumn h1 {
	font-size: 1em;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 8px;
}
.announcement h2 {
	margin: 0px;
	font-size: 0.8em;
}
.announcement p {
	margin: 0px;
	font-size: 0.7em;
}
#footerWrapper {
	clear: both;
	padding-top: 12px;
}
#footerContent {
	padding-top: 12px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	float: left;
	margin-left: 40px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}
#footerNav a {
}
#footerNav a:link {
	color: #FFFFFF;
}
#footerNav a:visited {
	color: #FFFFFF;
}
#footerNav a:hover {
	color: #BD1D01;
}
#footerNav a:active {
	color: #BD1D01;
}
#wrapperPOW {
	margin-top: 12px;
}
#wrapperHomeworkCalendar {
	margin-top: 12px;
}
#headerCalendar {
	margin-top: 12px;
}
#headerCalendar p {
	margin: 0px;
}

#middleColumnCalendar {

	float: left;
	margin-left: 12px;
	width: 744px;
}
#wrapperHomeworkCalendar table {
	border-collapse: collapse;
	border: 1px solid #666666;
}
#wrapperHomeworkCalendar table th {
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#wrapperHomeworkCalendar table td {
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 12px;
}
#headerHomeworkHelp {
	margin-top: 12px;
}
#headerHomeworkHelp p {
	margin: 0px;
}
#formHomeworkHelp {
}
#formHomeworkHelp label {
	display: block;
	font-size: .8em;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#formHomeworkHelp .textField {
	width: 250px;
}
#formHomeworkHelp .textArea {
	width: 400px;
	height: 200px;
}
#formHomeworkHelp #submit {
	color: #FFFFFF;
	background-image: url(images/submit_button.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	width: 60px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: block;
}
#confirmHomeworkHelp {
	font-size: 1.1em;
	color: #BE2003;
	text-align: center;
	margin-top: 50px;
}
#headerLinks {
	margin-top: 12px;
}
a.links:link {
	color: #094D7A;
}
a.links:visited {

	color: #094D7A;
}
a.links:hover {


	color: #1088D8;
}
a.links:active {



	color: #1088D8;
}
.links {
	margin-bottom: 0px;
	font-size: 1.2em;
}
.linkWrapper {
	margin-top: 12px;
	margin-bottom: 12px;
}

.linkDescription {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 8px;
}
#headerClassProject {
}
#headerClassProject p {
	margin: 0px;
}
#mainQuadrantClassProject {
	margin-top: 12px;
}
#mainQuadrantClassProject .wrapper {

	margin-top: 8px;
	margin-left: 8px;
	position: absolute;
	width: 262px;
	height: 171px;
}
.quadContent p {
	margin-top: 2px;
	font-size: .8em;
}
#wrapperPOW li {
	list-style-position: inside;
}
#billsBlog ul {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 0.8em;
	line-height: 1.5em;
}
.superScript {
	vertical-align: super;
	font-size: .5em;
}
.summer {
	color: #BD1E01;
}
#wrapperPOW img {
	padding: 10px;
}
#billsBlog dl dd {
	margin-left: 20px;
}
#billsBlog dl {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
}
