p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 115%;
	font-weight: normal;
	text-align: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F2EB97;
	font-style: oblique;
	font-variant: normal;
	text-align: center;
	vertical-align: top;
}
h2 {
	font-size: 100%;
	margin: 5px;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #2210D2;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2210D2;
	background-position: center;
	text-align: center;
	padding: 5px;
}

ul li {
	line-height: 125%;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
}
ul li li {
	line-height: 110%;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.16em;
	font-weight: normal;
	text-align: left;
}
.quote {
	font-size: 90%;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
	color: #0D0648;
	text-align: center;
	background-position: center;
}
.small {
	font-size: 80%;
	background-position: center;
}
.smaller {
	font-size: 60%;
	background-position: center;
}
.ctr {
	background-position: center;
	text-align: center;
}
.rounded {
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

a:link, a:visited, a:hover {
	color: #2210D2;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover {
	color: #FFFFFF;
	background-color: #2210D2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.menu:link, a.menu:visited, a.menu:hover {
	color: #F2EB97;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.menu:hover {
	color: #2210D2;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* overrides decoration from previous rule for hovered links */
a.footer:link, a.footer:visited, a.footer:hover {
	color: #F2EB97;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.footer:hover {
	color: #2210D2;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* overrides decoration from previous rule for hovered links */
a.main:link, a.main:visited, a.main:hover {
	color: #2210D2;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.main:hover {
	color: #FFFFFF;
	background-color: #2210D2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

