body {background-color: 3c2909; scrollbar-face-color: #735019; scrollbar-track-color: #382506; scrollbar-arrow-color: #ffffff; scrollbar-base-color: #3c2909; scrollbar-highlight-color: #3c2909; overflow-x: auto; overflow-y: auto; margin: 5px 0px 0px 0px; color: #300f02; font-family: tahoma; font-size: 14px; font-weight: bold;}
body a {text-decoration: none; color: #8c6720; font-family: tahoma; font-size: 14px; font-weight: bold;}
body A:active { text-decoration: none; color: #765619; font-size: 14px }
body A:visited { text-decoration: none; color: #765619; font-size: 14px }
body A:hover { text-decoration: none; color: #ffffff; font-size: 14px }
body HR {height: 3px; background:#000000; }
#linkbar { color: #8c6720; font-family: Tahoma; font-size: 14px; font-weight: bold; }
#title { color: #300f02; font-size: 20px; font-family: arial; font-weight: bold; text-decoration: underline;}
#text { color: #300f02; font-family: tahoma; font-size: 16px; font-weight: normal; }
#subject { color: #300f02; font-family: tahoma; font-size: 16px; font-weight: normal; }
#sold { color: #ce0000; font-family: tahoma; font-size: 18px; font-weight: bold; text-decoration: none;}
#links a { color: #300f02; font-family: Tahoma; font-size: 14px; font-weight: bold; }
#links a:visited { color: #000000; font-family: Tahoma; font-size: 14px; font-weight: bold; }
#links a:hover { color: #ffffff; font-family: Tahoma; font-size: 14px; font-weight: bold; }
#image img {max-width: 140px; width: expression(this.width > 140 ? 140: true);}
#image a { color: #300f02; font-family: Tahoma; font-size: 14px; font-weight: bold; }
#image a:visited { color: #000000; font-family: Tahoma; font-size: 14px; font-weight: bold; }
#image a:hover { color: #ffffff; font-family: Tahoma; font-size: 14px; font-weight: bold; }
#wimage img {max-width:500px; width: expression(this.width > 500 ? 500: true);}
#wimage a { color: #300f02; font-family: Tahoma; font-size: 14px; font-weight: bold; }
#wimage a:visited { color: #000000; font-family: Tahoma; font-size: 14px; font-weight: bold; }
#wimage a:hover { color: #ffffff; font-family: Tahoma; font-size: 14px; font-weight: bold; }

.glossymenu{
margin: 0px 0;
padding: 0;
width: 128px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}




.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
colorz: white;
}

