@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;
	background-image:url(bg_fade.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	padding:0;
	text-align:center;
	}
	
div#main {
	width:980px;
	margin:0 auto;
	text-align:left;
	}

div#flashHeader{
	width:980px;
	height:118px;
	margin:0;
	}
div#topSlides {
	width:978px;
	height:390;
	}

div#contentHolder {
	width:978px;
	background-color:#B9B9B9;
	text-align:center;
	padding:0 1px 0px 1px;
	margin:0;
	}

div#content {
	width:978px;
	background-color:#fff;
	margin:0 auto;
	/*padding-top:35px;*/
	text-align:left;
	}
	
div#contentIndex {
	width:978px;
	background-color:#fff;
	margin:0 auto;
	padding-top:4px;
	text-align:left;
		}

	
div#calendar {
	padding:0;
	}
table.calendar {
	margin: 0 28px 0 28px;
	padding:0px;
	}
table.calendar p {
	margin:7px 48px 7px 10px;
	font-size:80%;
	vertical-align:middle;
}
table.calendar tr.blue {
	background-color:#d1e4e9;
	}
table.calendar td.line {
	border-bottom: 1px solid #1b7791;
	}
table.calendar tr.grey {
	background-color:#eee;
	}
	
div#footer {
	width:980px;
	height:35px;
	background-image:url(footer_blueround.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	margin:0px;
	padding:0;
	}

	
.floatLeft {
	float:left;
	clear:left;
	margin:5px 10px 3px 0px;
	}
.floatRight {
	float:right;
	clear:right;
	margin:5px 0px 3px 10px;
	}
div#pics {
	float:right;
	clear:right;
	margin: 5px 28px 3px 10px;
	}
div#promo {
	float:right;
	margin: 9px 12px 0px 15px;
	}


div#noscript {
	position:absolute;
	display:none;
	left:30%;
	top:30px;
	width:40%;
	text-align:center;
	margin:0 auto;
	background-color:#fff;
	border:1px solid red;
	}
div#noscript p {
	margin:10px;
	}
	
.zero * { margin:0; padding:0;}