/* CSS Document */
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(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(images/contbanner.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: auto;
	display: block;
	border: 1px solid white;
	border-bottom: none;
	border-left: none;
	border-top:  none;
	background-color: gray;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#nav li a:hover {
	color: #000;
	background-color: #fff;
}
/* End Nav */
#content {
	clear: both;
	margin-left: 10px;
	padding-left: 10px;
}
table {
	border-collapse: collapse;
	width: 680px;
	margin: 0;
	margin-top: 30px;
	margin-left: 20px;
	padding: 0;
	padding-left: 20px;
	clear: both;
	text-align: left;
}
table h3 {
	color: #BB3333;
	font: 1.2em arial, helvetica, helve, sans-serif;
	text-indent: 4px;
}
table p {
	margin-top: -4px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
table tr {
	border-top: 1px solid red;
}
table td {
	vertical-align: top;
}
table li.teacher {
	font: 1.2em/1.6em arial, helvetica, helve, sans-serif;
	list-style-type: none;
	margin-left: -20px;
}

table p.comments {
	width: 120px;
}
fieldset {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	background-color: #f0cfbe;
}
legend {
	color: #BB3333;
	font: 1.2em arial, helvetica, helve, sans-serif;
	padding-bottom: 6px;
}
input {
	width:  300px;
	background-color: #fbef99;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}
input.buttons {
	width:  130px;
	padding: 3px;
}
label {
	float: left;
	clear: left;
	width: 60px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}
img.map {
	padding: 4px;
	border: none;
}
#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;
}
