body {
    margin: 0;
    text-align: center;
}
body, td, p {
    color: #555;
    font-family: arial;
    font-size: 14px;
    line-height: 140%;
}
.png {
    //background-image: none ! important;
    behavior: url('/css/pngfix.htc');
}
td {
    vertical-align: top;
}
h1 {
    color: #fc7215;
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
    color: #777;
}
p {
    margin: 4px 0 8px 0;
}
#head-table {
    width: 100%;
}
#head-td {
    background-image: url(/images/inside-head-bg-dep.png);
}

#main-table {
    width: 100%;
    min-height: 100%;
    height: 100%;
}
#left-column-td {
    background-image: url(/images/menu-main-bg.gif);
    width: 273px;
}
#left-column-table {
    width: 273px;
    background: url(/images/inside-menu-bg1.jpg) no-repeat;
    min-height: 591px;
    height: 591px;
}
#main-menu-table {
    width: 185px;
    margin: 17px 0 0 18px;
}
#main-menu-table a:link, #main-menu-table a:visited {
    color: #e4e4e4;
    text-decoration: underline;
}
#main-menu-table a:hover, #main-menu-table a:active {
    color: #fff;
    text-decoration: none;
}
#main-menu-table #selected {
    text-decoration: none;
    font-weight: bold;
}
#main-menu-table td {
    vertical-align: middle;
}
tr.menu-table-link-tr td {
    height: 31px;
    padding-left: 12px;
}
tr.menu-table-link-tr-selected td {
    height: 31px;
    padding-left: 12px;
}
tr.menu-table-delim-tr {
    background-color: #dc8246;
    height: 1px;
}
tr.menu-table-link2-tr td {
    height: 25px;
    padding-left: 24px;
}

#middle-column-td {
    /*width: 60%;*/
}
#content-table {
    width: 100%;
}
#content-td {
    padding-top: 25px;
}
#content-td a:link {
    color: #03c;
    text-decoration: underline;
}
#content-td a:hover, #content-td a:active {
    color: #029;
    /*text-decoration: none;*/
}
#content-td a:visited {
    color: #666;
}
#content-td a:visited:hover {
    color: #444;
}

#right-column-td {
    background: url(/images/right-col-main-bg.gif);
    width: 219px;
}
#right-column-table {
    width: 219px;
    min-height: 259px;
    height: 259px;
    background: url(/images/inside-right-col-top-bg.jpg) no-repeat;
}
#right-column-content-td {
    padding: 115px 10px 10px 20px;
    color: #e4e4e4;
}
#right-column-content-td a:link, #right-column-content-td a:visited {
    color: #eee;
    text-decoration: underline;
}
#right-column-content-td a:hover, #right-column-content-td a:active {
    color: #eee;
    text-decoration: none;
}
#right-column-content-td img {
  border-color: #EEE;
}
input.input-txt {
    width: 135px;
    height: 22px;
    color: #999;
    font-size: 12px;
    padding: 3px 2px 5px 5px;
    vertical-align: middle;
    border: solid 1px #5c2a09;
}

#copyrights-td  {
    color: #666;
    vertical-align: bottom;
    background: url(/images/footer-dep.gif) bottom repeat-x;
}

#copyrights-td table {
    width: 100%;
}
#copyrights {
    padding-top: 40px;
}
#copyrights-table  {
    background: url(/images/footer-left.jpg) left bottom no-repeat;
}
#footer-td  {
    background: url(/images/footer-right.jpg) right no-repeat;
    height: 32px; 
}