body {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 12px;
    background-color : #DCECFA;
    margin: 0px;
    margin-top: 10px;
}

table {
    font-size : 12px;
    text-align: left;

}

.divBoard {
    width: 1000px;
    background-color: #255883;
    border: solid black 1px;
}

.tdHeadLeft {
    width: 120px;
    background-color: #255883;
}

.tdHeadMiddle {
    width: 880px;
    background-color: #255883;
    padding-top: 4px;
    padding-bottom: 2px;
    text-align: right;
    font-size: 29px;
    font-family: verdana;
    color: #AFA78F;
}

.tdHeadRight {
    width: 10px;
    background-color: #255883;
}

.tdBodyLeft {
    width: 120px;
    height: 550px;
    background: #255883 url(img/left.jpg) no-repeat bottom;
}

.tdBodyMiddle {
    width: 880px;
    background-color: #E6F1FB;
    border: solid black 1px;
    text-align: left;
}

.tdBodyRight {
    width: 10px;
    height: 472px;
    background-color: #255883;
}

.divMenu {
    background-color: #AFA78F;
    border-bottom: solid black 1px;
}

.divPopUp {
    position: absolute;
    top: 111px;
    background-color: #C7C1B1;
    border: 1px solid black;
    border-top: none;
    visibility: hidden;
    width: 250px;
}
.divPopUpItem {
    padding-left: 2px;
    padding-right: 4px;
    cursor : pointer;
}

.tblMenu {
    height: 48px;
    border: none;
}

.menuItem {
    width: 80px;
    text-align: center;
    border-right: solid black 1px;
    padding-left: 4px;
    padding-right: 4px;
    cursor : pointer;
}

a.linkMenu:link {
    color : black;
    text-decoration : none;
}

a.linkMenu  {
    color : black;
    text-decoration : none;
}

a.linkMenu:hover  {
    color : black;
    text-decoration : none;
}

.divFoot {
    background-color: #255883;
    font-size: 10px;
    font-family: verdana;
    text-align: center;
    color: #DBD8CE;
}

a.linkFoot:link {
    color : #DBD8CE;
    text-decoration : none;
}

a.linkFoot  {
    color : #DBD8CE;
    text-decoration : none;
}

a.linkFoot:hover  {
    color : #DBD8CE;
    text-decoration : none;
}

#iFrameMain {
    width: 880px;
    height: 632px;
}
