/* CSS Document */
	body{
		font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
		background-color:#496F70;
		background: #496F71 url(../images/bkrd2.jpg) repeat-x;
		margin:0px;
		padding:0px;
/*		height:100%;
		width:100%;*/
		text-align:center;
	}
	
	#mainContainer{
		width:1050px;
		margin:10px auto 0;
		text-align:left;
	}

	
	.header{	/* Header at the top of the demo */
/*	background: url(../images/lake3.jpg);*/
	background-repeat:no-repeat;
	height:124px;
	width:1050px;
	/*background-color:#9DC7E9;*/
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:auto;
	text-align:center;
	position: relative;		
	}
	
	.nestedHeader{
	position:absolute;
	top:9px;
	left:11px;
	width:318px;}	
	
	
	#header1{	
	background-image:url(../images/dropshadow-top.png);
	background-repeat:repeat-x;
	width:1050px;
	margin:auto;
	padding:0px;	
	}	
	#header2{	
	padding-right:50px;
	text-align:center;	
	}	/* Logo image */
	
	#main_content {
	width:728px;
	background-color:#FFFFFF;
	/*padding:10px;*/
	min-height:750px;
	overflow-x:auto;
	overflow-y: visible;
	height:auto !important;
	height:750px;
	}
	
	#main_Calendar_content {
	width:700px;
	background-color:#FFFFFF;
	/*padding:10px;*/
	min-height:750px;
	overflow-x:auto;
	overflow-y: visible;
	height:auto !important;
	height:750px;
	}
	
	#Upper_Calendar_content{
	margin-left:20px;
	margin-right:20px;	
	}
	
	#nav {
	width: auto;
	padding:0 0 0 10px;
	text-align:left;
	z-index:10;
	margin:0px;
	background-image:url(../images/NavBak3.gif); 
	background-repeat:repeat-x;
	}
	#menu0 {width:400px;}

#rightrail {
	/*position:relative;*/
float:right;
	margin-right:0px;
	padding:0px;
	width:319px;
	/*height:750px;*/
}

#rightrail-home {
	/*position:relative;*/
	float:right;
	margin-right:0px;
	padding:0px;
	width:321px;
	/*height:750px;*/
}

.footer{
font:14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
color:#ffffff;
width:1050px;
margin:auto;
background: #243839 url(../images/dropshadow.png) repeat-x;
padding:10px 0 0 0;
border-right:1px solid black;
}
		.footer a:link, .footer a:visited {
		font:12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
		color:#ffffff;
		text-decoration:none;
		}
		.footer a:hover {
		font:12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
		color:#ffffff;
		text-decoration:underline;
		}
		.footer-contact a:link, .footer-contact a:visited {
		font:11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
		color:#ffffff;
		text-decoration:none;
		}
		.footer-contact a:hover {
		font:11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
		color:#ffffff;
		text-decoration:underline;
		}
		
.shadowbox{margin:0 auto; background-image: url(../images/dropshadow-main.png); background-repeat: repeat-y; width:1098px; clear:both; height:auto; padding:0px; position: relative;}
.shadowbox-border {border: 1px solid black; margin: auto; width: 1050px;}
