.anchor {
	
}

.buttonGeneral {
	display: inline-block;
	background: url(../images/but-general.png) no-repeat;
	text-align: center;
	width: 202px;
	height: 32px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 10px;
	line-height: 32px;
}


.buttonGeneral:hover {
	color: #ffffff;
	background-position: bottom center;
}	
	
.insetPanel {
    border-top: 4px solid #531E2F;
    border-bottom: 4px solid #531E2F;
    margin: 0 0 15px 15px;
    padding: 25px 15px;
    background: #F6F6F6;
    width: 210px;
    float: right;
}

.insetPanel p {
    padding: 0;
}

img.imgBorder{
	float: none;
	border-bottom: 3px solid #ED5815;
    border-top: 3px solid #ED5815;
	margin: 5px;
}

.panelContent .insetPanel h3 {
	color: #001F39;
}

.panelContent .insetPanel h3 + p{
	margin-top: -20px;
}

.butMeetFellows {
    background: url("../images/but-meet-the-fellows.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 32px;
    overflow: hidden;
    text-indent: -999px;
    width: 202px;
}


p a {
    color: #531E2F;
    font-weight: bold;
    text-decoration: none;
}