h1 {
    background-color: #5555ff; 
    color: #ffff00;
    width: 100%;
    text-align: center;
}
h3 {
    color: #0000ff;
    text-align: center;
}
p {
    text-indent: 10px;
}

.menuLayoutItem {
    padding-left: 25px;
    color: #0000ff;
}
.menuLayoutHeader {
    color: #0000ff;
    font-style: italic
}
.copyright {
    background: #eeeeff;
    color: #000099;
    font-size: 80%;
    text-align: center;
    width: 100%;
    border: 0px;
}
#basliq {
    background-color: #0000ff; 
    color: #ffffff;
}
.path {
    font-size: small;
    border: 1px ridge #bebebe;
    padding-left: 2px;
    padding-right: 2px;
}
.menuContainer {
    background-color: #dedeff; 
    border: 3px solid #C9D1DD;
    border-style: ridge;
    height: 100%;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}
.contentContainer {
   border: 2px solid #C9D1DD;
   border-style: outset;
   height: 40px;
   vertical-align: top;
}
.centered {
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
}
.minHeight {
    height: 450px;
}
