@charset "ISO-8859-1";
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	padding: 10px;
	line-height: 15pt;
}
.imageFloatLeft {
	float: left;
	padding: 10px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
.bodyTextBoldGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF9933;
}
.faqsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFCC;
}
.schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #003399;
}
.galleryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CCCCCC;
}
.galleryHeaders {
	font-family: Futura, "GillSans", "Gill Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.125em;
	color: #FF9933;
}
.bodyGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
}
.scheduleBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 18pt;
}
.instructorBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}
.scheduleBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
}
.bodyunderlineBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.imageFloatRight {
	padding: 5px;
	float: right;
}
.peformanceAdBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF9933;
}
.boldBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
.scheduleBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
.photoThumb{
	float: left;
	width: 150px;
	height: 125px;
	margin: 5px;
	padding: 0;
}

/*------------------- Content Styles -------------------*/
div#content{
	width: 680px;
	height: auto;	
}
#content #galleryNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	margin: 10px 40px 10px 10px;
	float: right;
}
/*------------------- Miscellaneous -------------------*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

