body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	min-width:800px;
}

a:link, a:visited {
	color:#0033ff;
}

p {

}

#menu_wrapper {
	width: 200px;
	background-color:#003366;
	min-height:600px;
	float:left;
        position:fixed;
}

#menu {
	width:195px;
	background-color:#FF6600;
	min-height:595px;
font-size:.9em;
}

#menu ul {
	margin:0;
	margin-left:-60px;
}

#menu ul li {
	list-style-type:none;
	padding:10px 0px 10px 40px;
}

#menu ul li:hover {
	background-color:#003366;
	color:#fff;
}

#menu a:link, #menu a:visited {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.selected_menu_item {
	background-color:#003366;
	color:#fff;
}

.menuhr {
	height:1px;
	background-color:#ff7e00;
	color:#ff7e00;
	border:solid #ff7e00 1px;
}

#content {
	float:left;
	width:600px;
	border-right:#CCC solid 0px;
	min-height:650px;
	margin-left:auto;
	margin-right:auto;
	margin-left:210px;
	font-size:.9em;
}

#header {
	margin:10px 0px;
	text-align:center;
	font-size:2.4em;
}

#uofi {
	float:right;
}

.course_color {
	color:#003366;
	font-weight:bold;
}

.semester_color {
	color:#FF6600;
	font-weight:bold;
}

h1 {
	display:none;
}

h2 {
	font-size:1.8em;
	text-align:center;
	border-bottom:1px solid #CCC;
	color:#003366;
}

h3 {
        border-bottom:1px dashed #CCC;
}

hr {
	height:1px;
	border:solid #EEE 1px;
}

table {
	border:#CCC 1px solid;
	width:100%;
	font-size:.8em;
}

table th {
	vertical-align:top;
	border:#CCC 1px solid;
	background-color:#E9E9E9;
}

table td {
	border:#CCC 1px solid;
        height:50px;
        vertical-align:center;
        text-align:center;
}

table .even-row {
	background-color:#e6e6e6;
}

table .exams {
	font-weight:bold;
}

table .special {
	font-weight:bold;
	padding:10px 0px;
	text-align:center;
	background-color:#bffda4;
}

#footer {
	float:left;
	font-size:.7em;
	color:#666666;
	text-align:left;
	width:800px;
	padding:10px 0px;
        margin-left:210px;
}

#footer a:link, #footer a:visited {
	color:#666;
}

.center {
	text-align:center;
}

.attention {
	color:#FF0000;
}

