/* CSS Document */

div#col a:link {
	color: #E66100;
}

div#col a:link:hover,
div#col a:visited:hover {
	color: #ffa868;
}

div#col ul li,
div#col ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

div#col ul.bolder li {
	font-weight: bold;
	margin-bottom: 15px;
}

div#col h2 {
	font-size: 16px;
	color: #e66100;
}

div#col h3 {
	font-size: 14px;
}

#page_container p {
	font-size: 12px;
}

table.cal,
table.schedule,
table.grade {
	margin-left: 20px;
	border-collapse: collapse;
	width: 525px;
	margin-bottom: 20px;
}

table.cal td,
table.schedule td,
table.grade td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

table.cal td.col1 {
	font-weight: bold;
	width: 130px;
	vertical-align: top;
}

table.schedule td.col2 {
	vertical-align: top;
}

table.schedule td.col1 {
	width: 250px;
}


table.grade td.col1 {
	width: 70px;
	font-weight: bold;
}

table.grade td.col2 {
	width: 270px;
}

table tr.shade {
	background-color: #ddd;
}

table tr.head {
	background-color: #666;
}

.small {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
}

.smaller {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
}

#page_container blockquote.request p {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 16px;
	font-weight: bold;
}





