/* CSS Document */
body { 
 
}
#pageWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
#pageWrapper2 {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#blue{
  background-image: 
  url('images/mpuFrame.png');
  background-repeat: no-repeat;
  background-position: center;
}

#desc{
  background-image: 
  url('images/desc.gif');
  background-repeat: no-repeat;
  background-position: center;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: 14px;
}

#content {
  width: 100% ;
  text-align: center; 
}

.footer {

text-align:center;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;

font-size: 11px;

}


.footer a:link {

font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: 11px;

}
.footer a:visited {

font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: 11px;

}
.footer a:active {

font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: 11px;

}
.footer a:hover {

font-family: Arial, Helvetica, sans-serif;
color: #FF3300;
text-decoration: none;
font-weight: bold;
font-size: 11px;

}
table.center {margin-left:auto; margin-right:auto;}
