html{
width: 100%;
}
body{
background: white;
text-align: left;
color: black;
font-size: 11pt;
line-height: 125%;
border: 0;
border-top: 0;
margin: 0;
padding: 0;
font-family: Georgia, Palatino, serif;
width: 90%;
}
#logoContactWrapper,
#titleBarWrapper,
#mainImageWrapper,
#menuWrapper,
footerWrapper{
display: none;
}
#page{
width: 90%;
border: 0;
border-top: 0;
padding: 0;
margin: auto;
background: white;
background-image: none;
color: black;
}
#content{
width: auto;
margin: 0;
padding: 0;
border: 0;
border-top: 0;
float: none;
color: black;
background: transparent none;
}
a{
color: black;
text-decoration:none;
}