h1 { 
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	text-indent: 6px;
	margin: 0px;
	background-color: #CFE26F;
	}
	
h2 { 
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	text-indent: 6px;
	margin: 0px;
	background-color: #E0ECA4;
	}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.message {
	background-color: #f2d5b8;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.message_pdf {
	background-color: #D2DF8F;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	padding: 5px;
	border: 2px solid #999999;
	width: 319px;
	height: 50px;
}
.table_schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
	background-color: #F2D5B7;
	background-position: center center;
	border: 2px solid #CCCCCC;
	width: 530px;
	text-align: center;
	vertical-align: middle;
}
.title15_bold_purple {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight: bold;
}	

.title14_bold_purple {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	font-weight: bold;
}	
.title16_bold_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #99CC00;
	font-weight: bold;
}
.title16_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #99CC00;
}
.title18_green {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99CC00;	
}
.title18_green_underline {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99CC00;
	text-decoration: underline;
}
.title18_green_bold_underline {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99CC00;
	font-weight:bold;
	text-decoration: underline;
}
.title24_bold_green {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color:#99CC00;
	font-weight:bold;
}

#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#footer {
	margin-left: 190px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
} 
#holder_image {
	width:530px;
	height:430px;
	background-color: #FFFFFF;
}
#holder_quote {
	width:530px;
	height:250px;
	background-color: #FFFFFF;
}
#mainContent {
	background-color: #FFFFFF;
	margin-left: 206px;
	padding-top: 15px;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 0px;
	padding-bottom: 10px;
	text-align: left;
} 
#message_synopsis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000066;
	background-color: #FFFFCC;
	text-align: left;
	padding: 5px;
	width: 450px;
	border: thin solid #0000FF;
	visibility: hidden;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px;
	text-align:center;	
	padding-top: 15px;
	padding-bottom: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.std_box_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
