@charset "utf-8";
HTML { 
	overflow-x: hidden; 
	overflow-y: auto;
}

body {
	background-image:url(../images/bg.jpg);
	font-family: Arial,Verdana,Helvetica;
	font-size: 12px;
	color:#002844;
	margin:0px;
}

img{
	border:0px;
}

A {text-decoration : none;color : #0054a6;}
A:visited {text-decoration : none;color : #0054a6;}
A:hover {
	text-decoration : none;
	color : #1b9743;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.footer, .footer:link, .footer:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#8094a2;
	text-decoration:none;
}

.footer a{
	color: #0054bc;
}

object { 
	display:block; 
}

.staticNavDiv{
	float:left;
	margin-right:1px;
	text-align:center;
}

.staticNavSpan{
	display:block;
	background: #d7d7d7;
	height:50px;
	padding-top:15px;
	padding-left:10px;
}

#mainFrame {
	text-align:center;
	background:white;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#topLogo{
	width:1000px;
	height:125px;
	background-image:url(../images/bgHeader.jpg);
}

#logoImage{
	position:relative;
	/*left:50px;*/
	top:0px;
}

#topMenuNav{
	width:990px;
	background:#eeeeee;
	margin-left:auto;
	margin-right:auto;
}

#staticContainer{
	width:1000px;
	background:white;
	margin:0px;
	outline: none;
	text-align:middle;
}

#contentBodyContainer {
	width:1000px;
	background:#FFFFFF;
}

#contentContainer {
	float:left;
	width:880px;
	background:white;
	text-align: left;
}

#imageHeadline{
	float:left;
	padding-top:10px;
}

#breadCrumbs{
	background-image: url(../images/breadcrumbBackground.png);
	background-repeat: repeat-y;
	text-align: left;
	font-size: 9px;
}

#breadCrumbs a{
	color:#f26522;
}


#bottomNav1 {
	width:990px;
	background:#eeeeee;
	text-align:center;
	height:20px;
	padding-top:10px;
	clear:left;
	margin-left:auto;
	margin-right:auto;
}

#bottomNav1 a{
	color: #002844;
}

#bottomNav2 {
	width:1000px;
	background:white;
	color: #1b9743;
	text-align:center;
	height:20px;
	padding-top:10px;
	clear:left;
}



#copyrightBar {
	width:1000px;
	clear:left;
	background:#bbe49e;
}

table.calendar {border-color: #AAAAAA}
td.calmenu {color: #000000; font-size: 12px; height: 40px; vertical-align: middle; 
	background-color: #FFFFFF}
td.calhead {width: 100%; border-style: solid; border-width: 1px; text-align: center; vertical-align: middle; 
	column-span: 7; color: #000000; background-color: #ECECEC}
td.caltitle {width: 100%; height: 60px; border-style: none; border-width: 0px; text-align: center; 
	font-size: 36px; vertical-align: middle; column-span: 3; color: #000000; background-color: #ECECEC}
td.calmonths {height: 24px; width: 200px; border-style: none; border-width: 0px; text-align: center; vertical-align: middle; 
	font-size: 12px; color: #000000; background-color: #ECECEC}
td.calweekday {width: 100px; height: 24px; border-style: solid; border-width: 1px; font-size: 11px; text-align: center;
	vertical-align: middle; background-color: #ECECEC; color: #000000}	
td.calday {width: 100px; height: 85px; max-height: 85px; min-height: 85px; max-width: 100px; min-width: 100px; 
	border-style: solid; border-width: 1px; font-size: 9px; cursor: hand; background-color: #ECECEC; 
	color: #000000; overflow: clip}
td.event {text-indent: 0px; font-size: 12px; padding: 4px; width: 100%; height: 240px; color: #000000;
	background-color: #FFFFFF; border-color: #000000; border-width: 1px; border-style: solid}