/* FRAMEWORK STYLES */

body {
	background-color: #f3f1eb;
	font-family: Verdana, arial, sans-serif;
	font-size: 12pt;
}

div.mainOuter {
	text-align:center;
	width:100%;
}
div.main {
	margin-left: auto;
	margin-right: auto;
	width: 738px;
}

/* HEADER STYLES */

div.header {
	height:277px;
}

table.header {
	width:100%;
	height:100%;
}

	table.header td {
		vertical-align: top;
	}

	table.header img {
		border: 0px;
	}

	table.header h1 {
		text-align:center;
		/* RED: color: #d30e00; */
		color: #881c11;
		font-family: "Arial Black",Arial,sans-serif;
		font-size: 20pt;
	}

/* CONTENT STYLES */

div.content {
	text-align: left;
}	

div.content h1 {
	color: #881c11;
}
div.content h2 {
	color: #a31714;
}

div.content p {
	color: #0b0b0b;
}

div.content a {
	color: #881c11;
}

div.content a:hover {
	color: #881c11;
}

table.schedule {
	width:100%;
}
table.schedule td {
	vertical-align:top;
}
