/* CSS Document */

body {
	margin: 10px 40px 0px 40px;
	text-align: center;
	font: 15px sans-serif, tahoma, verdana, geneva, helvetica, arial;
	color: #666666;
	background-color:#000033;
}
a{
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
}
.header {
	background-image: url(../images/middleschoolpicturebar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;
	height: 110px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.header h1 {
	font-size: 36px;
	font-weight: 600;
	color: #000033;
	line-height: 80px;
}
.content {
	border: thin none #000033;
	background-color: #FFFFFF;
	top: 110px;
	background-position: center;
	left: auto;
	right: auto;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
.content #footer {
	font-size: 9px;
}
.content img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content #navigation {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 5px;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
}
.content li {
	list-style-type: square;
	font-size: 16px;
}
.content .footer {
	width: 42em;
}
