﻿h2 {
	font-size: 1.4em;
	text-align:center;
	margin:auto;
}
.subtitle {
	font-size: 1.2em;
}
.infoBox {
	border-top: dotted 1px #8e8e8e; 
	border-bottom: dotted 1px #8e8e8e; 
	background-color:#efefef; 
	margin-bottom:10px; 
	padding: 3px; 
}

.resourceBox {
	display: inline; 
	float: right; 
	margin: 0 10px;
	border: 1px solid silver; 
	background-color:#efefef;
	padding-bottom: 10px;
	width: 180px;
}
.resourceBox span {
	font: 1.2em normal Arial, Helvetica, sans-serif; 
	border-bottom: 1px dotted silver; 
	margin: 0;
	padding: 5px; 
	display: block;
	color: orange;
	background-color: white;
}
.resourceBox h3 {
	font: normal 1.2em Arial, Helvetica, sans-serif; 
	border-bottom: 1px dotted silver; 
	padding: 5px 0;
	color: orange;
	background-color: white;
}
.resourceBox ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.2em;
}
.resourceBox li, .resourceBox p {
	font-size: small;
	padding: 5px;
}
