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

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





#content{
	min-height:600px;

}


html>body #content{
	height:auto;
	}

<!-- hack for ie7!-->
*:first-child+html #subMenu{
	
	height:150px;
	}
	
	
	

<!-- hack for ie6!-->

* 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;
	
	}

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

	
	}
	

#subMenu ul{
	padding-top:10px;

}

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

}

	
.instructions{
float:right;
margin-right:30px;
font-family:Arial, Helvetica, sans-serif;
	color:#b4362a;
	text-decoration:none;

}

#sidebarLeft{
	width:600px;
	margin-left:30px;
	clear:left;
	float:none;
	}
	
#sidebarLeft p{
	margin:4px 0px 4px 10px;
	color:#333333;
	}
#sidebarLeft h2{
	font-size:28px;
	
	color:#535149;
	margin-bottom:0px;
	}
#sidebarLeft h3{
	color:#b4362a;
	margin-bottom:0px;
	margin-top:0px;
	font-size:16px;
	

}





#intro h3{
	font-size:20px;
	color:#777777;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-indent:20px;
	line-height:30px;
	margin-top:15px;
	margin-left:20px;

	
}

#intro h3:first-letter{
	font-size:24px;
	color:#b4362a;
	

	
}

#sidebarLeft ul li{
	
	list-style:none;
	}
#sidebarLeft ul li p{
	border-bottom: 1px dashed #dadada;
	}
	
	
	

#sidebarRight{
	float:right;
	width:250px;
	text-align:center;
	height:600px;
	}
	
	
#sidebarRight img{
	height:150px;
	margin-top:25px;
	border:1px solid black;
	padding:3px;
	background-color:white;
	}
	
<!-- hack for ie6!-->


		
	
<!-- hack for Firefox and modern Browsers!-->

html>body #sidebarLeft{
	margin-top:100px;
	}
	
	
