

td.header {
    padding: 0 20px 0 20px;
    background-image: url(images/header9a.gif);
    background-repeat: no-repeat;
    background-position: top center;
    height: 150px;
    width: 800px;
    vertical-align: middle;
}
td.header p {
    font-family: Tahoma;
    font-size: 40px;
    font-weight: normal;
    color: #FF6600;
    line-height: 150px;
    margin: 0;
    padding: 0;
}
td.body {
    padding: 5px 5px 5px 5px;
    background-color: #f0e68c;
height:100%;
}

td.body p {
font-family: Tahoma;
font-size: 14px;
font-weight: normal;
line-height: 16px;
margin: 0;
padding-top:5px;
padding-left:2px;
}

td.body h2 {
font-family: Tahoma;
font-size: 16px;
font-weight: bold;
    color: #000000;
line-height: 16px;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left:2px;

}
td.footer {
    padding: 0 20px 0 20px;
    background-image: url(images/footer-bg9a.gif);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #333333;
    height: 61px;
    width: 800px;
    vertical-align: middle;
}

td.footer p {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
td.mainbar  {
    background-color: #A2A2A2;
    padding-bottom: 1px;
} 
td.mainbar li {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
/* navigation bar css code */
ul {
    list-style-type:none;
    padding:0px 0 2px 0;
    /*border-bottom:20px solid #FF8C00;*/
    margin:1px 0;
    background: #A2A2A2;

}

ul li {
    float:left;
    margin:0 1px;
}
ul li ik {
    display:block;
    padding:2px 10px;
    vertical-align: middle;
    /*background-color:#7CFC00;*/
    color:#2E3C1F;
    /*text-decoration:none;*/
}
ul li a {
    display:block;
    padding:2px 10px;
    background-color:#7CFC00;
    color:#2E3C1F;
    text-decoration:none;
}
/* place the "current" pseudo class here */
ul li a.current {
    background-color:#7CFC00;
    color:#FFFFFF;
}
ul li a:hover {
    background-color:#FFFF00;
    color:#800080;
}
body { background-color: orange; }
bg { background-image: url(images/BG_Image1.png);
     background-repeat: no-repeat;
     }