.MFmain_square {
	width : 80%;
	text-align:center;
	top: 250px;
	z-index: 1;  /* -1 allows for the menu to show on top of the divs */
	/*TO MAKE LINKS WORKposition: absolute; position: absolute has to be defined for z-index to work */
}
.MF_padding {
	width : 15%;
	text-align:center;
	position: absolute; /* position: absolute has to be defined for z-index to work */
	z-index: 1;  /* -1 allows for the menu to show on top of the divs */
}
.MFsquare {
	float: left;
    display:block;
    position: relative;
    width: 250px;
    height: 250px;
    margin-top:  2%;
    xxmargin-left: .3%;
    background-color:#ECF1FD;
    xxbackground-color:#e6ffe6;
    xxborder:1px outset #ccc;
    xxborder:1px outset #ECF1FD;
    xxborder-radius: 5px 20px 5px;
    xxborder-left: 6px solid #006600;
    border-bottom: 1px solid #006600;
    border-radius: 8px;
    margin-left: 10px;
    xxfilter: alpha(opacity=50);
    xxopacity: 0.5;
    overflow:hidden;
}

.MFimage {
    height:30%; /* = 100% - 2*5% padding */
    width:90%; /* = 100% - 2*5% padding */
    padding: 8px 5px 5px 5px;
    text-align:center;
	font-weight: normal;
    font-size:9pt;
    font-family: 'Lato',verdana, sans-serif, tahoma;
    color: #000000;
}
.MFcontent {
    xxheight:70%; /* = 100% - 2*5% padding */
    xxwidth:90%; /* = 100% - 2*5% padding */
    position:absolute; top:120px; left:5px;
    xxpadding: 10px 1px 2px 2px;
    text-align:left;
    font-weight: normal;
    font-size:8pt;
    font-family: Lato,verdana, sans-serif, tahoma;
    color: #000000;
}