﻿/* The # is for single occurances = element id */
/* The . is for multiple occurances = class id */



body
{
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    font-family: Arial;
    font-size: 1em;
    background-color: white;
    overflow:  auto;
    clear:both;
}
p, span
{
    text-align: center;
    vertical-align: middle;
}
#MP-Logo, #MP-Content, #MP-Navigation, #MP-Footer
{
    clear:both;
    text-align: center;
    margin: 0em 0em 1em 0em;
    padding: 0em 0em 0em 0em;
    overflow:  hidden;
    width: 90%;
}
 #MP-Footer
{    font-size:smaller;
    }

.logo-bullets /* To put the REU logo as the bullet points on list items*/
{
    list-style-image: url('Images/Rack-em-up%20logo%20Final%2024%20x%2032.jpg');
    vertical-align:middle;
    text-align:left;
    line-height:1.8em;
}
    
img.resize:hover {width: auto; height: auto;  
                   /* for IE */
                  filter:alpha(opacity=100);
                  /* CSS3 standard */
                  opacity:1.0;}
img.resize {width: 320px; height: 213px;
                  /* for IE */
                  filter:alpha(opacity=60);
                  /* CSS3 standard */
                  opacity:0.6;}
   