@charset "UTF-8";
/* CSS Document */

@import url("index.css");
@import url("sifr.css");




#content{
	min-height:600px;

}

html>body #content{
	height:auto;
	}


.swfFont{
margin-bottom:20px;
}

#calMenu{
	background-image:url(../webImages/menuRepeatBKG.gif);
	background-repeat:repeat-y;
	height:225px;
	float:none;
	width:100%;
	text-align:right;
	clear:both;
	
	}
	

#calMenu img{
	position:relative;
	top:-10px;
	left:30px;
	float:left;
	border:5px solid black;
	margin-bottom:10px;	
	}

/*hack for ie7 to clear the text from under the picture*/
*:first-child+html #content{
	padding-top:50px;
}

#sidebarLeft{
	width:900px;
	margin-left:30px;
	clear:left;
	float:none;
	
	}
	
#sidebarLeft p{
	margin:4px 0px 15px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
	
#sidebarLeft h2{
	font-size:28px;
	
	color:#535149;
	margin-bottom:0px;
	
	}
#sidebarLeft h3{
	color:#b4362a;
	margin-bottom:0px;
	margin-top:0px;
	border-bottom:2px solid #dadada;


}

#sidebarLeft h3 .eventDate{
	margin-left:100px;
	font-size:14px;
	color:#999;
	float:right;
	margin-right:10px;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	
	}
	

#sidebarLeft ul li{
	list-style:none;
	}
	
	
#sidebarRight{
	
	
	}
#sidebarRight img{
	
	margin-top:25px;
	border:1px solid black;
	padding:3px;
	background-color:white;
	}
	

#calendarDiv{
	float:right;
	margin-right: 120px;
	text-decoration:none;
	border:1 px solid black;
	
	}


#calendarDiv a{
	text-decoration:none;
	
	}

table{
	text-decoration:none;
	width:320px;
	height:198px;
	
	
	
}
table a{
	color:#DDDDDD;
	}

	
tr, td,  th{
	text-align:center;
	padding:0px;
	
}



#calendarDiv #control{
	text-align:center;
		color:#aaaaaa;

	}
	
	#calendarDiv .day{
		background-color:#b4362a;
		color:#DDDDDD;
	
	}
#calendarDiv .eventDay{
	background-color:#AAAA99;
	
	font-weight:bold;
	color:ffffff;
	}
#calendarDiv .eventDay a{
	background-color:#AAAA99;
	
	font-weight:bold;
	color:black;
	}
#currentMonth{
	margin-left:20px;
	margin-right:20px;
	
}
#currentMonth a:hover{
	color:#dadada;
	}
	
#control  a{
	color:#dadada;
	text-decoration:none;
	}
#control a:hover{
	color:#b4362a;
	}
	
	
	
