body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	color: #000;
	background: #ececec repeat-y center url(../images/shadow.gif);
	font: 12px arial, helvetica, helve, sans-serif;
	}
#container {
	position: relative;
	margin: 0 auto -1px auto;
	width: 760px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 5px solid red;
	background-color: #fff;
	}


#header	{
	width: 760px;
	height: 80px;
	padding: 0;
	border: 0;
	margin: 0;

	}
	
div#headwrap	{
	float: left;
	height: 80px;
	width: 760px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	}

div#headwrap h1	{
	background: url(../fall_schedule/images/mpaod_logo_sm.gif) top left no-repeat;
	border: 0;
	margin: 0;
	padding: 0px;
	padding-top: 80px;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:80px; /* for pre 6.0 IE Win */
	}
	
img {
	border: 0;
}
#subnav {
	/*clear: both;*/
	display: inline;
	margin-left: 10px;
	position: absolute;
	top: 20px;
	left: 600px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#subnav li {
	padding-top: 4px;
}
#subnav li a {
	color: #666666;
	text-decoration: none;
	font: 1.4em arial, helvetica, helve, sans-serif, "Trebuchet MS";
} 
#subnav li a:hover {
	color: blue;
	text-decoration: underline;
	font: 1.4em arial, helvetica, helve, sans-serif, "Trebuchet MS";
}
#headerpic {
	clear: both;
}
div#headerpic h1 {
	background-image: url(../fall_schedule/images/schedbanner.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 80px;
	font: small-caps bold 2em arial, helvetica, helve, sans-serif;
	color: #fff;
	text-indent: 20px;
	padding-top: 2%;
}

/* Begin Nav */
#nav {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	clear: both;
	width: 100%;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: gray;
	border-bottom: 4px solid gray;
	border-top: 4px solid gray;
	float: left;
	width: 100%;
}
#nav li	{
	float: left;
	font-weight: bold;
	}
#nav a {
	width: 11em;
	display: block;
	border: 1px solid white;
	border-bottom: none;
	border-left: none;
	border-top:  none;
	padding: 5px;
	background-color: gray;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
#nav a#here {
	color: #000;
	background-color: #fff;
	width: 11em;
	display: block;
	border: 1px solid white;
	border-bottom: none;
	border-left: none;
	border-top:  none;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}
#nav li a:hover {
	color: #000;
	background-color: #fff;
}
/* End Nav */
#leftcol h3 {
	color: #BB3333;
	font: 1.2em arial, helvetica, helve, sans-serif;
	margin-left: 12px;
}
#content {
	clear: both;
	margin: 0px;
	padding: 10px;
}
table {
	margin: 0;
	padding: 0;
	font: 8pt Arial, Helvetica, san-serif;
	border: solid 1px red;
	border-collapse: collapse;
	background-position: top;
	vertical-align: top;
}
table caption {
	padding: 3px;
}
table td {
	border-top: solid 1px red;
	background-position: top;
	vertical-align: top;
}
table tr.tablehead {
	background-color: #9c9c9c;
}
table tr.odd {
	background-color: #F0CfBE;
	vertical-align: top;
	background-position: top;
}
table td, th {
	text-align: top;
	border-left: solid 1px red;
	padding: 2px;
	background-position: top;
}
table th {
	text-align: center;
	background-position: top;
}
table td.day {
	background-color: #fff;
	background-position: top;
	vertical-align: top;
}
#footer {
	clear:both;
	width:100%;
	background: red;
	color: #FFF;
	
}
#footer p {
	border-top: 5px solid red;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
