body {
    padding: 0px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
    background-color: white;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
    margin:0px;
}
td.logoarea {
    background-image: url(../images/topleftedge.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #CCCCCC;
}
td.headmenue {
    background-image: url(../images/toprightedge.gif);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #CCCCCC;
}
td.mainmenue {
    background-color: #CCCCCC;
}
td.leftmenue {
    position: static;
    background-image: url(../images/bottomleftedge.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #CCCCCC;
}
td.content {
    width:700px;
    background-image: url(../images/bottomrightedge.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #FFFFFF;
    margin:0px;
}
#maintable {
    position: relative;
    width: 100%;
    height: 100%;
}
#layouttable {
    position: relative;
    width: 900px;
    height: 520px;
}
#headmenutable {
    border: none;
    width: 720px;
}
#headmenulink:link {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border: 1px;
    border-top-width:1px;
    border-top-style:solid;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 3px;
}
.sidemapmenu:link {
    color: #505050;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}
.sidemaphead:link {
    color: #303030;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}
.sidemapmenu:visited {
    color: #505050;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}
.sidemaphead:visited {
    color: #303030;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}
#headmenulink:visited {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 3px;
}#headmenulink:active {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 3px;
}
#headmenulink:hover {
    color: #000099;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border: 1px;
    border-style: solid;
    border-color: #ababde;
    padding: 3px;
}
#mainmenutable {
    border: none;
    width: 738px;
    padding: 0px;
    margin: 0px;
}
#mainmenutab {
    width: 246px;
    height: 30px;
    background-image: url(../images/tab.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #CCCCCC;
}
#mainmenutab:hover {
    width: 246px;
    height: 30px;
    background-image: url(../images/tab.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #FFFFFF;
}

#mainmenuSELECTED {
    width: 246px;
    height: 30px;
    background-image: url(../images/tab.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #FFFFFF;
}
#mainmenutabEV {
    width: 500px;
    height: 34px;
    background-image: url(../images/tablarge.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #CCCCCC;
}
#mainmenutabEV:hover {
    width: 500px;
    height: 34px;
    background-image: url(../images/tablarge.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}

#mainmenuSELECTEDEV {
    width: 500px;
    height: 34px;
    background-image: url(../images/tablarge.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}
#mainmenulinkEV {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#mainmenulink {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#searchbox {
    position: absolute;
    bottom: 10px;
}