﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #333333;
}
TD, TABLE, DIV
{
	font-size: 15px;
	vertical-align: top;
	color: #959595;
	font-family: Century Gothic;
	background-color: transparent;
}
a
{
	color: #738a4c;
	font-family:  Century Gothic;
}

.ScheduleLocation
{
	color:White;
	font-family:Sylfaen;
	font-weight:bold	
}

.FooterLinks
{
	color: #738a4c;
	font-family:Sylfaen;
	font-size: 15px;
}	
img
{
	border:none 0 transparent
}
.ContactUsTable
{
	font-size: 15px;
	vertical-align: top;
	color: #959595;
	font-family: Sylfaen;
	background-color: transparent;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #738a4c;
	font-family: Century Gothic;
	font-size: 15px;
	font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #738a4c;
	font-family: Century Gothic;
	font-size: 15px;
	font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: #959595;
	font-family: Century Gothic;
	text-align:justify;
	background-color: transparent;
}