body {
 background-color : silver;
 font-family : Calligraphic;
}
.NoJsHeight {
 bottom : 0px;
}

#BoxAllO {
 position : absolute;
 top : 30px;
 left : 25px;
 right : 25px;
}
#BoxAllI {
 position : absolute;
 top : 0px;
 left : 0px;
 width : 90%;
}
#BoxAllC {
 position : absolute;
 top : 0px;
 right : 0px;
 width : 90%;
 padding-top : 100px;
 padding-left : 10px;
 padding-right : 10px;
 padding-bottom : 30px;
}

#BoxTop {
 position : absolute;
 top : 0px;
 left : 10px;
 right : 10px;
 z-index : 2;
 height : 100px;
 display : block;
 margin-top : 0px;
 border : 1px solid #330000;
 background-color : #330000;
 border-top : 3px solid #330000;
 border-left : 3px solid #330000;
 border-right : 3px solid #330000;
 border-top-left-radius : 6px;
 border-top-right-radius : 6px;
}

#BoxLinks {
 position : absolute;
 bottom : -1px;
 left : 28px;
 right : 28px;
 white-space : nowrap;
 border-bottom : 2px solid #A35;
 padding-left : 20px;
}

#BoxCenter {
 display : block;
 width : 100%;
 border-left : 30px solid #330000;
 border-right : 30px solid #330000;
 background-color : white;
 overflow : hidden;
 box-sizing : border-box;
}
#BoxCenter.NoJsHeight { height : 100%; position : relative; }
#FrameBox {
 width : 100%;
}
#FrameBox.NoJsHeight {
 position : absolute;
 top : 0px;
 left : 0px;
 right : 0px;
 bottom : 0px;
}
#FrameBox iframe {
 width : 100%;
 height : 100%;
 margin-right : -100%;
 float : left;
 border : 0px none white;
}

#BoxBottom {
 display : block;
 width : 100%;
 height : 30px;
 background-color : #330000;
 padding : 0px;
 padding-left : 30px;
 border : 1px solid #330000;
 border-bottom : 3px solid #330000;
 border-left : 3px solid #330000;
 border-right : 3px solid #330000;
 border-bottom-left-radius : 6px;
 border-bottom-right-radius : 6px;
 box-sizing : border-box;
}
#BoxBottom a {
 margin-right : 20px;
}






h1 {
 color : white;
 margin-top : 20px;
 margin-left : 25px;
 font-size : 35px;
}
a {
 color : #CCC;
 border : 1px solid transparent;
 white-space : nowrap;
}
a:link    { }
a:visited { text-decoration : none; }
a:focus   { }
a:hover   { color : #FFF; }
a:active  { color : #C77; }

.PageMinSize { min-width : 780px; }
a.MenuLink {
 display : inline-block;
 border : 2px solid transparent;
 margin-bottom : -2px;
 padding-left : 2px;
 padding-right : 2px;
 border-top-left-radius : 3px;
 border-top-right-radius : 3px;
}
a.MenuLink.active {
 text-decoration : none;
 color : black;
 background-color : #FFF;
 border-left : 2px solid #A35;
 border-top : 2px solid #A35;
 border-bottom : 2px solid white;
 border-right : 2px solid #A35;
 cursor : default;
}
