﻿body {
	font-family: Garamond;
	color: navy;
	background-color: rgb(240,162,48);
}
li {
	text-align:justify;
	margin-bottom:10px;
}
a {
	color: navy;
}
.image {
        text-align:center
}
p.title {
    font-family: "Bradley Hand ITC", serif;
	font-size: 300%;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px
}
p.subtitle {
	font-family: "Bradley Hand ITC", serif;
	font-size:100%;
	text-align:center;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:2px;
}
.justifiedText {
	text-align:justify
}

.smallerFont {
	font-size: smaller;
}
.underlined {
	text-decoration:underline;
}
.classTitle {
	text-decoration:underline;
}
table.schedule {
	width:650px;
}
tr.schedule {
}
td.scheduleLeft {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:230px;
}
td.scheduleCentered {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:650px;
}

td.scheduleRight {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:420px;
}

p.schedule {
	font-size:100%;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
}
p.quarter {
	font-size:120%;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	text-decoration:underline
}
p.motto {
	font-size:100%;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
p.registrationInstructions {
	text-align:center;
	font-weight:bold;
}
p.day {
	font-size:120%;
	text-align:left;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	text-decoration:underline
}
p.location {
	font-size:100%;
	text-align:left;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}
h1 {
	margin-top:20px;
	font-family:Garamond;
	font-size:120%;
	text-align:center;
	font-weight:bold;
	text-decoration:underline
}
h2 {
	margin-top:20px;
	font-size:100%;
	text-align:left;
	font-weight:bold;
	text-decoration:underline
}
h3 {
	margin-top:20px;
	font-size:120%;
	text-align:center;
}
h4 {
	margin-top:20px;
	font-size:100%;
	text-align:left;
	margin-bottom:6px;

}
ul {
	margin-top:8px;
}