body{
	font-family:aerial, sans-serif;
}

#container{
	width:1300px;
	margin: 0 auto;

}

#head{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	height:auto;
	
}

h1{
	font-size: 45px;
	padding-bottom: 0px;
}

h2{
	/*border-top-right-radius: 10px;*/
	border-radius: 10px;
	border-style:solid;
	border-width: 3px;
	border-color: black;
	font-size: 30px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: yellow;
}

#leftCol{
	width:600px;
	float:left;
	margin: 0px 0px 0px 0px;
}


#rightCol{
	width:600px;
	float:right;
	margin: 0px 0px 0px 0px;	
}

.sessionNum{
	font-size: 30px;
	font-weight: 600;
	padding:0px 0px 0px 0px;
}

.indvDates{
	font-size: 20px;
	font-weight: 500;
	padding: 0px 0px 0px 0px; 
	}

#sessionNumDiv{
	background-color: red;
	margin-bottom: -20px;
}


.sessionNum{
	background-color:black;
	color:white;
}

















