body { background: #c0c0c0; }
* { font-family: Arial, Verdana, sans-serif; }
.main .ts { background: url("../../img/rt/shad_ts.gif") repeat-x; height: 18px; }
.main .rs { background: url("../../img/rt/shad_rs.gif") repeat-y; width: 18px; }
.main .bs { background: url("../../img/rt/shad_bs.gif") repeat-x; height: 18px; }
.main .ls { background: url("../../img/rt/shad_ls.gif") repeat-y; width: 18px; }
.main .content { background: #FFF; }
.header { background: url("../../img/rt/top_repeat.gif"); }
.header .line { height: 3px; background: #FFF url("../../img/rt/line.png"); }
.header .menu { background: #65100f; color: #FFF; padding: 4px 0 4px 0; font-size: 11px; font-weight: bold; }
.header a:link, .header a:visited, .header a:active { color: #FFF; text-decoration: none; }
.header a:hover { text-decoration: underline; }
.header .vbar { padding: 0 10px 0 10px; }
.footer { background: url("../../img/rt/bot_repeat.gif") repeat-x 0 100%; }
.lineshad { background: url("../../img/rt/lineshad.gif") repeat-x; height: 9px; }
.box .ts { background: url("../../img/rt/box_ts.gif") repeat-x; height: 18px; }
.box .rs { background: url("../../img/rt/box_rs.gif") repeat-y; width: 18px; }
.box .bs { background: url("../../img/rt/box_bs.gif") repeat-x; height: 18px; }
.box .ls { background: url("../../img/rt/box_ls.gif") repeat-y; width: 18px; }
td { overflow: visible; }
.box .content { background: #a4b1ec; color: #29387f; font-weight: bold; font-size: 13px; text-align: center; padding: 0 8px 10px 0; }
.box h1 { font-size: 18px; margin: 0 0 5px 0; padding: 0; }
.maintext h1 { color: #29387f; font-size: 30px; }
.maintext p { font-size: 14px; }
.maintext { padding: 10px 20px 10px 10px; }

/* BEGIN dropDown Menu*/

#dropmenudiv {
position:absolute;
z-index:100;
color: #FFF;
text-align: left;
margin: 5px 0 0 -5px;
background: #65100f;
}

#dropmenudiv a {
background: #65100f;
width: 100%;
border-bottom:1px solid #DDD;
display: block;
text-indent: 10px;
text-decoration: none;
font-weight: normal;
color: #FFF;
font: normal 10px Arial, Helvetica, sans-serif;
padding: 5px 0 5px 0 !important;
}

#dropmenudiv a:hover { /*hover background color*/
background-color: #3d0a09;
}

/* END dropDown Menu*/