/* CSS Document */

/* SCREEN STYLES */
/* http://www.bearonline.com */
/* Created by Jason Rollins, spideymizzou@gmail.com */

body { font: 76%/170% Arial, Helvetica, sans-serif; color:#000; background:#EDEBD5; }
* { margin:0; padding:0; }
a img { border:none; }
a:link { color:#990000; }
a:hover { text-decoration:none; }
a:visited { color:#990000; }
a:active { color:#990000; }
.clearfix { clear:both; height:0; }
h1 { font-size: 36px; margin: 20px 0 40px 0;}
h2 { color:#990000; line-height: 28px; margin-bottom: 10px; }
p { line-height: 22px; margin-bottom: 15px; }
ul { margin-bottom: 15px; }

#container { width: 900px; margin:auto; margin-top: 75px;}

#breadcrumbs { margin-top: 10px; }

#navigation { width: 170px; float: left; padding: 15px 15px 15px 15px; background: #FFFFFF; border: 1px solid #990000; margin-top: 15px; }
#navigation ul li { list-style: none; font-weight: bold; }


#content { width: 670px; float: right; }

#course-schedule { width: 100%; border-collapse: collapse; margin-bottom: 25px; }
#course-schedule thead { font-weight: bold; font-size: 14px; background: #ffffff; color: #990000; }
#course-schedule thead .date { width: 20%; padding: 10px;}
#course-schedule tbody .date { width: 20%; padding: 10px; vertical-align: top;  }
#course-schedule .title { width: 80%; padding: 10px; }

#footer { margin: 40px 0 40px 0; }