/* Styles */
body {
	margin: 0px auto;
	text-align: center;
	background-color: white;
	color: black;
}
div.menu {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #a11d26;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.menu a {
	color: #ffffff;
	text-decoration: none;
	font-family: sans-serif;
	margin-left: 5px;
	margin-right: 5px;
}
div.menu2 {
	font-weight: bold;
	text-align: center;
	color: #0d1754;
	background-color: #d4d4d4;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.menu2 a {
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;
	margin-left: 5px;
	margin-right: 5px;
}
div.header { 
	background-color: #0d1754;
}
div.divider {
	background-color: #ffffff;
	height: 1px;
}
div.classdesctype {
	color: #a11d26;
	text-decoration: none;	
	font-size: 20;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0px;
}
div.classdescheading {
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}
div.classdesc {
	color: black;
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 0px;
}
tr.heading {
	font-weight: bold;
	white-space: nowrap;
}
tr.odd {
	background-color: #d4d4d4;
}
td {
	vertical-align: top;

}
td.day {
	color: #0d1754;
	font-weight: bold;
}
td.center {
	vertical-align: middle;
	text-align: center;
}
img.header {
	margin-left: auto;
	margin-right: auto;
}
img.margin-left {
	margin: 10px 10px 10px 50px; 
}
img.margin-right {
	margin: 10px 50px 10px 10px;
}
hr.line {
	border: 0px;
	width: 85%;
	height: 1px;
	color: black;
	background-color: black;
	margin-top: 20px;
	margin-bottom: 20px;
}
hr.menuline {
	border: 0px;
	width: 85%;
	height: 1px;
	color: black;
	background-color: black;
}
.blue {
	color: #0d1754;
}
.red {
	color: #a11d26;
}
.red-centered {
	text-align: left;
	color: #a11d26;
}
.boldred {
	color: #a11d26;
	font-weight: bold;
}
.bigred {
	font-size: large;
	font-weight: bold;
	color: #a11d26;
}
.big {
	font-size: large;
	font-weight: bold;
}
.section {
	color: #a11d26;
	margin-bottom: 0px;
}
.nopad {
	margin-top: 0px;
}
.border {
	padding: 5px;
	border: 1px;
	border-color: #0d1754;
	border-style: dashed;
}
.box {
	padding: 5px;
	background-color: #d4d4d4;
	text-align: center;
	width: 12em;
}
.headingbox {
	padding: 5px;
	background-color: #d4d4d4;
	text-align: center;
}
.content {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}
.quote {
	font-style: italic;
	font-weight: bold;
	color: #7d7d7d;
	margin: 10px 10px 10px 20px;
}
.footer {
	text-align: center;
	clear: both;
}
.quote_red {
	font-style: italic;
	font-weight: bold;
	color: #a11d26;
	margin: 10px 10px 10px 10px;	
}
.quote_blue {
	font-style: italic;
	font-weight: bold;
	color: #0d1754;
	margin: 10px 10px 10px 10px;	
}
.blue_bold {
	font-weight: bold;
	color: #0d1754;
	margin: 50px 50px 10px 10px;
	text-align: center;
	vertical-align: middle;
}