html, body {
text-align: center;
background: #000045;
margin-left: auto;
margin-right: auto;
font-family: Helvetica;
font-size: 11pt;
color: #ffffff;
margin-top: 0px;
padding-top: 0px;
min-width: 510px;
}

a:link {text-decoration: underlined;  color: white; }
a:active {text-decoration: underlined;  color: white; }
a:hover {text-decoration: none;  color: white; }
a:visited {text-decoration: underlined;  color: white; }


#page {
padding-top: 51px;
padding-left: 15px;
padding-right: 15px;
z-index: 0;
position: relative;
top: -51px;
text-align: center;
margin: 0 auto;
width: 90%;
min-width: 510px;
border: 1px solid;
border-color: white;

}



#logobg {
position: relative;
top: 0px;
text-align: center;
height: 115px;
min-width: 510px;
width: 100%;
/*background-image: url('images/logoline.jpg');
background-repeat: repeat-x;
*/
}
#logo {
position: relative;
top: 0px;
z-index: 1;
min-width: 510px;
}

#onlinehelp {
margin: 0 auto;
border: 1px solid;
border-color: white;
width: 300px;
}