html, body {
    font-size:14px;
    /*height: 100%;*/
    width:95%;
    background:#ffffff;
    margin:0;
    font-family: MS Reference Sans Serif, "Ebrima" !important;

    /*overflow-y: hidden;*/
    scrollbar-face-color:#ffffff;
    scrollbar-shadow-color:#F7F7F7;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color:#F7F7F7;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-track-color:#ffffff;
    scrollbar-arrow-color:#ffffff;
}

/*#siteNameSub {*/
/*    font-size:25px;*/
/*    font-weight:bold; width: 100%;*/
/*    text-shadow: 4px 4px 3px #dcdcdc;*/
/*    color: #000000; margin-bottom: 10px;*/
/*}*/

/*#line {width:100%; height:0.7px; background:#e3e3e3; margin-top:7px; margin-bottom:7px }*/

/*#contentWrapSub {*/
/*	width:auto; height:100%;*/
/*    padding: 10px 10px 10px 10px ;*/
/*	background-color:#fff000;*/
/*}*/

#contentWrap {
    width:100%; height:100%;
    padding: 50px 5% 50px 5%; /* top right bottom left */
}

#contentBody { width:70%; margin:auto; }

#siteName {
    font-size:25px;
    font-weight:bold; width: 100%;
    text-shadow: 4px 4px 3px #dcdcdc;
    color: #000000; margin-bottom: 10px;
}
.siteNavi { font-size: 17px; }

#menuTitle { font-size:16px; font-weight:bold; }
#menuItem  { font-size:14px;padding-top:8px;padding-left:10px }

#mainMenuItem {
    width:auto;
    padding: 12px 12px 14px 12px; /* top right bottom left */
    margin-right:10px;
    background:#f0f0f0;
    font-size:13px;
    vertical-align: top;
	box-shadow:2px 3px 5px 0px #e0e0e0;
}

#menuVSpace { height : 12px }

#line {width:100%; height:0.7px; background:#e3e3e3; margin-top:7px; margin-bottom:7px }

.shadowText  { text-shadow: 3px 3px 5px rgba(145, 145, 145, 0.65); }
.mainTable   { margin-top: 5px; width: 100% }
.mainTableTd { width: 25%; vertical-align: top; }
.disable     { color: #7f7f7f;}

