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

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



#content{
	min-height:500px;

}


html>body #content{
	height:auto;
	}




* html #subMenu{
	margin-top:-20px;
	background-image:url(../webImages/menuRepeatBKG.gif);
	background-repeat:repeat-y;
	min-height:220px;
	float:none;
	width:100%;
	text-align:right;
	clear:both;
	margin-bottom:50px;
	
	}

	
* html #subMenu img{
	position:relative;
	
	top:0px;
	left:10px;;
	
	float:left;

	
	}

#sidebarLeft{
	width:600px;
	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 p{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-indent:20px;
	line-height:20px;
	width:600px;
	color:#444444;
	}
	
	
	

#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;
	}
#sidebarLeft ul li p{
	margin-left:20px;
	}
	
#sidebarLeft a{
	color:#b4362a;
	text-decoration:none;
	}
#sidebarLeft a:hover{
	text-decoration:underline;

}
	
	

	
#sidebarRight{
	float:right;
	width:250px;
	text-align:center;
	}
#sidebarRight img{
	width:200px;
	margin-top:25px;
	border:1px solid black;
	padding:3px;
	background-color:white;
	}
	

	
