@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 Home page for the Grand Chapter on the oescal.org website, GCC/index.htm-->
.mainBody { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	background-color: transparent;
	margin: 1em;
	border: 0;
	padding: 20px 0;
}
.mainBody .calendarBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	background-color: transparent;
	margin: 1em;
	border: 0;
	padding: 20px 0;
}
.mainBody .calendarBody img{
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 2px;
}
.mainBody .calendarBody #calendarFrame {
	width: 100%;
	height: 100%;
}
.mainBody .calendarBody #calendarFrame iframe{
	width: 768px; /*768px;*/
	height: 576px; /*576px;*/
	border: 0;
	min-width: 768px;
	min-height: 576 px;
}