﻿body
{
	font-size: small;
	font-family: Verdana ;
}

p
{
	font-size: small;
	font-family: Verdana ;
}


h1
{
	font-size: medium;
	color: maroon;
}

h2
{
	font-size: large;
	font-weight: bold;
	color: #800000;
	border-bottom: #800000 2px solid;
}
h3
{
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	color: maroon;
}
h4
{
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: maroon;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 2px;
}
.faqQuestion
{
	font-size: large;
	font-style: italic;
	font-family: 'Times New Roman';
	border-bottom: silver 1px dashed;
	font-weight: bold;
	background-color: #ffffcc;
	
}

.faqAnswer
{
	font-size: small;
	font-family: verdana;
}

li.faqAnswer
{
	list-style-type: none;
}

div.cert-list
{
	border-bottom: blue thin dotted;
	padding-bottom: 10px;
}

div.contact
{
	background-color : Orange ;
}
div.eventfield
{
    color: #000000;
}
div.contentdiv
{
	background-color: white;
	width: 600px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
}
div.eventdetail
{
	border: medium groove #009900;
	background-color: #fffcfe;
	width: 550px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
}
.eventdetailheading
{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.eventdetailfield
{
	position: static;
	left: 200px;
	display: block;

}
#address_section
{
	width: 450px;
	margin-left: 20px;
	padding-right: 10x;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-right: lightsalmon 1px solid;
	border-top: lightsalmon 1px solid;
	border-left: lightsalmon 1px solid;
	border-bottom: lightsalmon 1px solid;
}

.eventdetailfieldAddress
{
	margin-left: 5px;
	text-transform: uppercase;
	font-style: italic;
	text-justify: newspaper;
	text-align: justify;
}
	

#eventschedule
{
	padding: 5px;
	background-color: #e7e7e6;
	width: 530px;
}
.eventschedule 
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#eventscheduleLF
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#eventscheduleRT
{
	display: inline;
	clear: both;
}

.eventsubdetail { margin-left: 15px; }

.eventsubdetailfield
{
	margin-left: 5px;
	margin-top: 5px;
	list-style-image: none;
	list-style-type: square;
}
ul
{
	margin-top: 2px;
	margin-bottom: 2px;
}
li
{
	margin-left:20px; 
}

.IE8Fix 
{ 
    z-index: 1000;

} 
