li {
 list-style: none;
}
.module_menu {
 
  border-bottom: 1px solid #D8C419;
  margin-bottom: 10px;
}
.module_menu h3 {
    
    font-family: Georgia;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #2273A4;
	text-decoration: none;
	border-top: 1px solid #D8C419;
	border-bottom: 1px solid #D8C419;
	margin-bottom: 5px;

}
.module_menu a {
    
   font-family: Georgia;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: gray;
	text-decoration: none;
}
.module_menu a:hover {
    
   font-family: Georgia;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #b31f17;
	text-decoration: none;
}
.contentheading {
    font-family: Georgia;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B31F17;
	text-decoration: none;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8C419;
	margin-left: 15px;
	padding-left: 4px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 500px;
	display: block;
}
