@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
<!-- 
/* Modify what links are diplayed in the Nav Sidebar */

<!--This is the CSS for the body of the Fiesta page for the Grand Chapter on the oescal.org website, GCC/SLC/fiesta.htm-->
.mainBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	background-color: transparent;
	margin: 1em;
	border: 0;
	padding: 20px 0;
}
.mainBody .activitiesBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: justify;
}
.mainBody .activitiesBody #calendars {
	font-size: 75%;
	float: right;
	background-color: #FFFFFF;
	padding: 1em;
	border: 2px solid #000000;
	margin: 1em;
	text-align: center;
}
.mainBody .activitiesBody #calendars h3{
	font-size: 125%;
}
.mainBody .calendarBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	background-color: transparent;
	margin: 0 2em;
	border: 0;
	padding: 0;
	text-align: justify;
}
.mainBody .calendarBody #calendarFrame {
	border: none;
	width: 700px;
	height: 600px; /* width="700" height="600" */
	margin: 1em 0;
}

