﻿body {
	background-image:url('../images/background.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0px 0px 0px 0px;
	font-size: larger;
	}
#menucontainer {
	width: 800px;
	background-color: #575757;
	height: 25px;
	}
.menu {
	font-family: arial, sans-serif;
	width:800px;
	position:relative;
	font-size:11px;
	z-index:100;
	background-color: #575757;
	}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:145px; 
	height:20px; 
	text-align:center; 
	color:#ffffff;  
	background:#575757;  
	font-size:11px; 
	overflow:hidden;
	}
.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
	background-color: #575757;
	}
.menu ul li {
	padding:0; 
	margin:0; 
	list-style: none;
	background-color: #575757;
	height:20px;
	padding-top: 5px;
	}
.menu ul li {
	float:left; 
	position:relative;
	}
.menu ul li ul {
	display: none;
	}
.menu ul li:hover a {
	color:#000000; 
	background:#DDDDDD;
	height: 16px;
	}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:21px; 
	left:0; 
	width:125px;
	}
.menu ul li:hover ul li a.hide {
	background:#DDDDDD; 
	color:#000000;}
.menu ul li:hover ul li:hover a.hide {
	background:#DDDDDD; 
	color:#000000;}
.menu ul li:hover ul li ul {
	display: none;
	}
.menu ul li:hover ul li a {
	display:block; 
	background:#575757; 
	color:#FFFFFF;
	}
.menu ul li:hover ul li a:hover {
	background:#DDDDDD;
	color:#000000;
	}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:125px; 
	top:0;
	}
.menu ul li:hover ul li:hover ul.left {
	left:-125px;
	}
#wrapper {
	margin: 0px auto 5px auto;
	width: 800px;
	height: 100%;
	background-color:#FFFFFF;
	}
#content {
	background-color: #FFFFFF;
	margin-top: 0px;
	}
#banner {
	height: 125px;
	width: 800px;
	background-image: url('../images/backgroundlogofinalmaybe.png');
	}
#left-column {
	width: 210px;
	float: left;
	background-color: #F2F2F2;
	padding:5px;
	text-align: center;
	}
#calendar {
	clear: both;
	}
#poll {
	clear: both;
	}
#content {
	width: 800px;
	background-color: #FFFFFF;
	}
#pagestuff {
	width: 800px;
	background-color: #FFFFFF;
	}
#footer {
	width: 800px;
	height: 50px;
	clear: both;
	text-align: center;
	font-size: 75%;
	background-image: url('../images/backgroundlogofinalmaybe.png')
	}
a:link.footerlink {
	color: #000000;
	text-decoration: none;
	}
a:active.footerlink {
	color: #000000;
	text-decoration: none;
	}
a:visited.footerlink {
	color: #575757;
	text-decoration: none;
	}
a:hover.footerlink {
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	}
div.lol {
	width: 500px;
	font-size:110%;
	padding-left: 20px;
	float:left;
	}
img.teacher {
	float: right;
	margin:0px 5px 5px 10px; 
	}
a.piclinks:link {
	border: none;
	}
a.piclinks:active {
	border: none;
	}
a.piclinks:visited {
	border: none;
	}
a.piclinks:hover {
	border: none;
	}
a.teacherlink:link {
	color: #006699;
	text-decoration: none;
	}
a.teacherlink:active {
	color: #006699;
	text-decoration: none;
	}
a.teacherlink:visited {
	color: #006699;
	text-decoration: none;
	}
a.teacherlink:hover {
	color: #FFFFFF;
	background-color:#006699;
	text-decoration: none;
	}
img {
	border: none;
}
