html,body { height: 100%; }

* {
margin: 0px;
padding: 0px;
}

body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0;padding: 0;}

p{margin-bottom: 10px;line-height: 16px;}
ul{margin-left: 30px;}
ol{margin-left: 30px;}
a img {border: 0px;}
img {border: 0px;}
tr.graybg td{background-color: #EBE6EA;}
table.reports{font-size: 12px;text-align: center;border-collapse: collapse;width: 500px}
table.reports td{border: 1px solid #cccccc;}
.indent{margin-left: 15px;}

#main { color: #000000; height: 100%; background: url('../images/leftmenu_strip.gif') left top repeat-y;}
#floatContainer { width: 995px;}
#menuColumn { position: relative; float: left; width: 200px; height: 100%; background: url('../images/leftmenu_strip.gif') left top repeat-y;}
#bodyColumn { position: relative; float: left; width: 780px; margin: 0;padding: 0; }
#bodyText { margin: 20px 0 0 20px; position: relative; float: left; width: 500px;}
#menuArea { position: relative; width: 200px; height: 300px; background: url('../images/leftmenu_strip.gif') center repeat-y; }
.menuTopic { position: relative; margin: 0px; font-weight: bold;  color: #ffffff; background-color: #333366; }
.menuTopicBody { position: relative; margin-left: 0px; font-weight: bold; color: #ffffff; }
.menuDivider { margin-top: 6px; margin-bottom: 6px; }
a:hover { color: #ffcc33; }
.noUndi { text-decoration: none; color: #ffffff; }
a:link { text-decoration: none; }
a:hover { text-decoration: underline; color: #5555ff; background-color: inherit; }
.px10 { font-size: 10px; }
.px11 { font-size: 11px; }
.px12 { font-size: 12px; }
.px13 { font-size: 13px; }
.px14 { font-size: 14px; }.px15 { font-size: 15px; }
.px16 { font-size: 16px; }
.px17 { font-size: 17px; }
.px18 { font-size: 18px; }
.boldIt { font-weight: bold; }
.whiteIt { color: #ffffff; background-color: inherit; }
.redIt { color: #ff0000; background-color: inherit; }
.blueIt { color: #0000ff; background-color: inherit; }
.navyIt { color: #000099; background-color: inherit; }
.italicIt { font-style: italic; }
.underIt { text-decoration: underline; }
.goldBold { font-weight: bold; color: #cc9933; background-color: inherit; }
.blueBold { color: #333366;  background-color: inherit; font-weight: bold; }
.redBold { color: #ff0000;  background-color: inherit; font-weight: bold; }
.whiteBold { color: #ffffff; font-weight: bold; background-color: inherit; }
.copyright { font-size: 11px; }
.titles { font-weight: bold; font-size: 18px; font-family: Trebuchet, sans-serif;}
input,select,option,textarea { background-color: #eeeeff; color: inherit; }
.shade { background-color: #eeeeee; color: inherit; }
.blueShade { background-color: #eeeeff; color: inherit; }
.dBlueShade { background-color: #336699; color: inherit; }
.yellowShade { background-color: #ffff00; color: inherit; }
li { margin-bottom: 10px; }

/* ======== AGENT LINK =========== */
a.login:link{color: #ffffff;}
a.login:visited{color: #ffffff;}
a.login:hover{color: #cccccc;}
a.login:active{color: #cccccc;}

/* ====================== LEFT SIDE MENU ================= CB */

#navlist li
{display: inline; /* for IE5 and IE6 */}

#navlist
{
/* to display the list horizontally */
font-family: sans-serif;
margin:0;
padding: 0;
border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;
width: 200px;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #C4C0B8;
border-bottom: 1px #ccc solid;
border-top: 1px #ccc solid;
text-align: left;
text-decoration: none;
color: #000;
height: 30px;
line-height: 30px; /* centers the item vertically */
}

#navlist a:hover { background-color: #EBE9ED;border-top:  1px #fff solid;border-bottom: 1px #EBE9ED solid;}
#navlist a:visited { color: #000; }