@charset "utf-8";
body	{
	background-color: #ffffff
	margin:	0;
	padding: 0;
	font-family: 'Times New Roman', georgia, serif;
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	color: black;
	line-height: normal;		
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	font-size-adjust: none;
	}

a.nav {
	font-family : verdana, helvetica, arial, sans-serif; 
	font-size: small;
	line-height: 125%;
 	color: #0000FF;
	font-weight: bold;
        text-decoration: none;
	text-align: left
	}

a.nav:visited {
        color: #800080;
	font-weight: bold;
        text-decoration: none;
	text-align: left
	}

a.nav:active {
        color: #FF0000;
	font-weight: bold;
        text-decoration: none;
	text-align: left
	}

a.nav:hover  {  
        color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	text-align: left
	}

.event-dates {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	font-family: ms sans serif,verdana,arial,helvetica,sans-serif;
	text-decoration: none;
	}

.event-name{
	color: #99ffff;
	font-weight: bold;
	font-size: 100%
	}

.event-text {
	color: #000000;
	font-family:  ms sans serif,arial,helvetica,sans-serif;
	font-size: 85%
	}
  
.back-foward {
	color: #993333;
	font-weight: bold;
	font-size: 85%;
	font-family: ms sans serif,verdana,arial,helvetica,sans-serif;
	text-decoration: none;
	}

div.justify {
	text-align : justify;
	}

.justify {
	text-align : justify;
	}

.page-text {
  
	}

.redtext {
	color: #ff0000;
	}

.burgundy-text {
	color: #990066;
	}


.size-medium {
	font-size: medium;
	}


.boldtext {
	font-weight: bold;
	}

.heading2a {
	color: #000000;
	font-weight: bold; 
	font-size: large;
	}

.heading1 {
	color: #000000;
	font-weight: bold; 
	font-size: xx-large;
	}

.heading2 {
	color: #000066;
	font-weight: bold; 
	font-size: x-large;
	}

.tab {
	margin-left: 25px;
	}


.list {
	margin-left: 10px;
	}

/*
a:link {color: #000099; text-decoration: none;  font-weight: bold; }
a:visited {color: #000099; text-decoration: none; font-weight: bold; }
a:hover {text-decoration: underline; color: #000099;  font-weight: bold; }
*/

font-family: 'Bubblegum Sans', 'Comic Sans', cursive;

ul.NoBullet {
	list-style-type: none
	}


/*
These settings make 3 columns
*/

#left {
	margin-right: 253px;
	}
#right {
	margin-left: 150px;
	}

#left_wrapper {
	width: 50%;
	margin-right: -75px;
	float: left;
	position: relative;
	z-index: 2;
	}

#middle_wrapper {
	width: 200px;
	margin-right: -150px;
	float: left;
	position: relative;
	z-index: 0;
	}

#right_wrapper {
	width: 49.9%;
	float: left;
	position: relative;
	z-index: 1;
	}

#calendar { 
	width: 800px;
	height: 875px;
	overflow: hidden;
 }

#calendar iframe {
	width: 800px;
	height: 800px;
	float: center;
	margin-top: -75px;
}
