* {
    color: #555;
}

.PrintShow {
  display: block;
}

.PrintHide {
    display: none;
    height: 0px;
    width: 0px;
}

#LayoutHeader {
    background: none;
}

#LayoutFooter {
    border-top: none;
}

.header {
    font-size: 1.5em;
}

.LeftMenu .RightColumnWrap
{
    width: 65%;
    position: relative;
    left: 100px;
    padding-bottom: 1em;
}
