body {
    background-color: #FDFDFD;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align:center;
    background: url('image/bg11.jpg') ;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.button {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1;
    color: #800080;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 1;
    padding-left: 4;
    padding-right: 4;
    padding-top: 1;
}

.inputbox {
    border-color: #800080;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-style: normal;
    text-decoration: none;
}

.tb1 {
    width: 90%;
}

.tb2 {
    border-width: 1px;
    line-height: 50%;
    width: 100%;
}

.middlelefttd {
    vertical-align: top;
    width: 20%;
}

.link1 {
    font-family: Microsoft Sans Serif;
    font-size: 12pt;
}

.leftlink {
    color: #008000;
    cursor: hand;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

:hover.leftlink {
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}

hr {
    border-style: outset;
    border-width: 10%;
    color: #008000;
}

.headertext1 {
    display:block;
    background: url('image/menu_bg.gif') repeat-x;
    border: 1px solid #98B1C4;
    font-family: verdana, sans-serif, arial, serif;
    font-size:12pt;
    font-weight: bold;
    color: black;
    padding: 3px;
    text-align:left;
}

.headertext2 {
    background-color: #00FFFF;
    border-style: inset;
    border-width: 1;
    color: #FF00FF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}

.normaltext {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    text-decoration: none;
}

.smallheading {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    text-align: justify;
    text-decoration: none;
}

.pressheading {
    color: #0000ff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}

.presstext {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 18;
    text-align: justify;
    text-decoration: none;
}

#cssmenu {
    float:left;
    width:170px;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    border-style: none none none none;
    border-color: #D0D0D0;
    border-width: 0px;
}

#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu li a {
    voice-family: inherit;
    width:170px;
    height: 24px;
    text-decoration: none;
    margin-top:0px;
    padding-top: 4px;
    padding-left:20px;
    margin-left:0px;
    margin-bottom: 0px;
    display: block;
}

#cssmenu li a:link, #cssmenu li a:visited {
    color: #000000;
    background: url('image/menu_back.gif') no-repeat;
    text-align: left;
}

#cssmenu li a:hover {
    color: #FF0000;
    background: url('image/menu_hover.gif') no-repeat;
    text-align: left;
}

#cssmenu li a:active {
    color: #fff;
    background: url('image/menu_active.gif') no-repeat;
    text-align: left;
}
#topunitdiv
{
    float:none;
    border-style:outset;
    border-color: #008000;
    border-width: 1px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    margin-top:1px;
    margin-bottom:1px;
}
#bottomunitdiv
{
    float:none;
    border-style:outset;
    border-color: #000000;
    border-width: 1px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    margin-top:2px;
    margin-bottom:2px;
    background: url('image/bottom_bg.gif') repeat;

}
#contentunitdiv {
    float:none;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    margin-top:2px;
    margin-bottom:2px;
    overflow: hidden;
}
#contentleft   {
    float:left;
    height:auto;
    width:180px;
    margin-top:2px;
    margin-bottom:2px;
}
#contentright   {
    float:none;
    height:auto;
    margin-left:200px;
    margin-top:2px;
    margin-bottom:2px;
}

/* defines boundaries for all boxes */
.toolbox {
    width: 100%;
}
/* sets up rounded corner dimensions */
.tooltitle_topleft, .tooltitle_bottomleft  {
    width: 100%;
    height: 6px;
    font-size: 6px;
}
.tooltitle_topright, .tooltitle_bottomright {
    float: right;
    width: 6px;
    height: 6px;
    font-size: 6px;
}
/* rounded corner images */
.tooltitle_topleft {
    background: #777777 url('image/title_tl.gif') no-repeat top left;
}
.tooltitle_topright {
    background: #777777 url('image/title_tr.gif') no-repeat top right;
}
.tooltitle_bottomleft {
    background: url('image/title_bl.gif') no-repeat bottom left;
}
.tooltitle_bottomright {
    background: url('image/title_br.gif') no-repeat bottom right ;
}
.tooldescription {
    border-style: solid;
    border-color: #777777;
    border-width: 0px 1px 0px 1px;
    padding: 10px 10px 10px 10px;
}
.tooltitle {
    padding: 0px 0px 5px 10px;
    background: #777777;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}