body {
	background-color: #DCDCDC;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
}
a:active, a:focus, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.PageBody {
	font-size: small;
	padding: 5px 5px 5px 5px;
}
.BackColor {
	background-color: Moccasin;
	color: Moccasin;
}
h1 {
	color: #8B0000;
	font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	padding: 5px 5px 5px 5px;
	font-variant: small-caps;
}
h2 {
	font-size: x-large;
	font-variant: small-caps;
	color: Maroon;
	text-decoration: underline;
	font-weight: bold;
}
h2:first-letter {
	font-size: xx-large;
	color: Navy;
}
h3 {
	font-size: medium;
	font-variant: small-caps;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 7px;
	padding-left: 7px;
	color: Navy;
}
h3:first-letter {
	font-size: x-large;
	color: Maroon;
}

.PageTitle {
	color: #8B0000;
	font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	padding: 5px 5px 5px 5px;
	font-variant: small-caps;
}
.SectionDivider {
	width: 240px;
	text-align: left;
}
table 
{ 
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
table.MainTable
{
	width: 760px;
	background-color: Black;
}
.Testimonial {
	font-size: medium;
	color: Teal;
	text-align:left;
}
.TestimonialLinks {
	text-align: right;
}
.Event {
	padding: 3px;
	margin: 3px;
}
.EventIndent {
	margin-left: 7px;
	padding-left: 7px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.EventDate{
	color: Black;
	font-weight: bold;
}
.EventName {
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
}
.EventUrl {
	font-size: xx-small;
}
.EventDescription {
	color: Black;
	text-align: justify;
	font-size: small;
	padding-bottom: 5px;
}
.EventTopic {
	Color: Black;
	font-size: small;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.EventMonthDay {
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
	margin-right: 2px;
}
.EventMonthName {
	color: Black;
	font-size: x-small;
}
.TopicCategory {
	font-size: x-large;
	font-variant: small-caps;
	color: Maroon;
	text-decoration: underline;
	font-weight: bold;
}
.TopicCategory:first-letter {
	font-size: xx-large;
	color: Navy;
}
.TopicCategoryDescription {
	margin-left: 7px;
	padding-left: 7px;
	margin-right: 7px;
	padding-right: 7px;
	text-align: justify;
	font-style: italic;
	font-size: small;
}
.TopicTitle {
	font-size: medium;
	font-variant: small-caps;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 7px;
	padding-left: 7px;
	color: Navy;
}

.TopicTitle:first-letter {
	font-size: x-large;
	color: Maroon;
}
.TopicDescription {
	margin-left: 14px;
	padding-left: 14px;
	margin-right: 7px;
	padding-right: 7px;
	text-align: justify;
	font-style: italic;
	font-size: small;	
}
.TestimonialReview 
{
	background-color: Silver;
	margin: 3px;
	padding: 3px;
}
.FormLabel 
{
	text-align: right;
	vertical-align: top;
}
.FormLabelRequired 
{
	text-align: right;
	vertical-align: top;
	color: Red;
	font-weight: bold;
}
.FormSpacer 
{
	width: 14px;
}
.FormHeader 
{
	font-size: small;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom:3px;
	padding-bottom: 3px;
	margin-top: 3px;
	padding-top: 3px;
	margin-left: 1px;
	padding-left: 1px;
}
.FormHeaderRequired
{
	color: Red;
	font-size: small;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom:3px;
	padding-bottom: 3px;
	margin-top: 3px;
	padding-top: 3px;
	margin-left: 1px;
	padding-left: 1px;
}
.FormInput 
{
	text-align: left;
	vertical-align:top;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
}