*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: blue; color: black; }
a {color: red; text-decoration: none;}
a:visited {color: red; text-decoration: none;}
a:hover {color: #333; text-decoration: underline;}
h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 { padding-left: 10px; color: #fff; background: #FE7B09 url('images/bgred.jpg') repeat-x; font-size: 1em; height: 24px; line-height: 24px }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none; text-indent: 30px; }
p { margin: 5px 0 10px 0; }
img { border: none; margin: 10px; }
.imgcenter{ 
border: none;
display:block; /*allows the element to take auto margins*/ 
margin:0 auto; /*centers in compliant browsers*/ 
text-align:center; /*centers in old versions of IE*/ 
} 

.floatright {
		float: right;
		text-align: right;
}

.floatleft {
		float: left;
		text-align: left;
}

#scheduletable{
		width: 300px;
		background-color: #ffffff;
		padding-left: 50px;
}

#scheduletablecol1{
		width: 100px; 
		float: left; 
		text-align: left;
}
#scheduletablecol2{
		width: 200px;
		float: left;
		text-align: left;
}

#schedulenote{
		width: 500px;
		background-color: #ffffff;
		padding-left: 25px;
}

#schedulenotecol1{
		width: 500px; 
		float: left; 
		text-align: left;
}

#wrap { padding: 10px 10px 3px 10px; width: 760px; margin:20px auto; background: white; }
#header { height: 135px; border-bottom: 1px solid #ccc; padding: 5px 5px; }
#left { float: left; width: 180px; background: white; margin-bottom: 10px; margin-top: 20px; border: 1px solid red; }
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#left li { list-style-type: none; text-indent: 0; }
#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px; }
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }