#organized {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.grey {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 30px;
    padding-top: 50px;
    text-align: center;
}

.white {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 30px;
    padding-top: 50px;
    text-align: center;
}

.img-circle{
	border-radius:50%
}
  
.headerdiv {
	float: left;
	text-align: center; 
} 

div.row div.aligner a img{
	height: 75px;
	margin: 25px;
}

div.row div.aligner{
	text-align:center;
}

div.row p{
	text-align:center;
}

.boxhighlight {
    border:5px;
    border-style:solid;
    border-color:#ffffff;
    padding: 1em;
}