html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}

body {
background: #881a1a;
font-family: arial;

}

#messageTable {
width: 600px;
height: 240px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -300px;
margin-top: -200px;


}
h1 { text-transform: uppercase;
font-size: 26px;
padding: 10px 10px 0px; 0px;
}
h2 { font-size: 22px;
padding-left: 10px;
}


#messageTable a,
#messageTable a img {border: none;}

#insearch_header{float: left;}

#uts_header{float:right;}

#MessageBox {
width: 100%;
height: 100%;
background: #fff;
margin: 15px 0px 10px 0px;
font-size: 14px;

}
#MessageBox p{
padding-left: 10px;
padding-right: 10px;
}
#MessageBox td{
vertical-align: top;
}
#footerText{
color: #fff;
font-family: arial;
font-size: 10px;
text-align: center;

}
#contact{
font-weight: bold;
font-size: 14px;
padding-bottom: 10px;
margin-left: 10px;
width: 90%;
}