/* CSS Document */
body {
font-family: sans-serif;
width: 100%;
margin-left: 14px;
margin-top: 0;
margin-right: 14px;
text-align: left;
}

hr {
clear: both;
}

#header img {
border: none;
}

#navigation {
display: none;
}

#contentFull {
display: block;
width: 100%;
border: none;
background-color: #ffffff;
}

.leftcolumn {
width: 90%;
text-align: left;
}

.rightcolumn {
display: none;
}

#footer {
display: none;
}
