@charset "UTF-8";
@import url("default.css");
/* Curriculum */

h2{
	font-family: 					Georgia, "Times New Roman", Times, serif;
	font-size: 						18px;
	line-height: 					24px;
	color: 							#6db18f;
	font-weight:					normal;
	display: 						block;
	border-bottom: 					1px solid #342211;
	margin-bottom: 					10px;
	padding-bottom: 				5px;
	clear: 							both;
}
h3{
	font-family: 					Georgia, "Times New Roman", Times, serif;
	font-size: 						14px;
	line-height: 					24px;
	font-weight: 					normal;
	color: 							#fff;
	display: 						block;
	float: 							left;
	width: 							350px;
}
h4{
	display: 						block;
	float: 							right;
	width: 							600px;
	font-family: 					Georgia, "Times New Roman", Times, serif;
	font-size: 						14px;
	line-height: 					24px;
	font-weight: 					normal;
	color: 							#e2db9c;
	margin-bottom: 					10px;
}
h4 a{
	text-decoration: 				none;
	border-bottom: 					dotted 1px #e2db9c;
	color: 							#e2db9c;
}
h4 a:hover{
	text-decoration: 				none;
	border-bottom: 					dotted 1px #fff;
	color: 							#fff;
}
h4 strong{
	font-weight: 					normal;
	color: 							#fff;
}
h5{
	color: 							#6db18f;
	font-family: 					Georgia, "Times New Roman", Times, serif;
	font-size: 						14px;
	line-height: 					24px;
	font-weight: 					normal;
	display: 						block;
	float: 							right;
	width: 							600px;
	margin-bottom: 					10px;
	text-transform: 				uppercase;
}
p{
	display: 						block;
	float: 							right;
	width: 							600px;
	font-weight: 					normal;
	clear: 							both;
	font-family: 					Georgia, "Times New Roman", Times, serif;
	font-size: 						14px;
	line-height: 					24px;
	color: 							#e2db9c;
}
p a{
	text-decoration: 				none;
	border-bottom: 					dotted 1px #998c5b;
	color: 							#998c5b;

}
p a:hover{
	text-decoration: 				none;
	border-bottom: 					dotted 1px #fff;
	color: 							#fff;
}
