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

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


#content{
	min-height:500px;
	

}

html>body #content{
	height:auto;
	}

#subMenu{
	height:150px;
	}



	

<!-- hack for ie6!-->

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

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

	
	}
	


#sidebarLeft{
	width:700px;
	margin-left:30px;
	clear:left;
	float:none;
	}
	
* html #sidebarLeft{
	height:600px;
	overflow:auto;
	}
	
#sidebarLeft p{
	margin:4px 0px 4px 10px;
	}
#sidebarLeft h2{
	font-size:28px;
	
	color:#b4362a;
	margin-bottom:0px;
	}
#sidebarLeft h3{
	color:#b4362a;
	margin-bottom:0px;
	margin-top:0px;

}

#sidebarLeftFlash{
	
	
}
#sidebarLeft ul li{
	list-style:none;
	}
	
html>body #sidebarLeft{
	margin-top:100px;
	}
	
#sidebarRight{
	float:right;
	width:250px;
	text-align:center;
	}
#sidebarRight img{
	width:200px;
	margin-top:25px;
	border:1px solid black;
	padding:3px;
	background-color:white;
	}
	

#subMenu ul{
	padding-top:10px;

}

#subMenu ul li{
	margin-right:1px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;

}
