
.pageleft { width:200px; position:relative; background-color:#CAC6BE; border-style:solid; border-color:#999999; border-width:0px 1px 0px 0px; white-space:nowrap; overflow:hidden; padding:5px 0px 20px 5px; }
.pageright { position:relative;}
/* drop-shadow */
.boxContent { position: relative; left: -3px; top: -4px; }
.boxContainer { position: relative; background: #221406; margin: 8px; }


<!-- Link Classes -->
a.mini:link, a.mini:visited, a.mini:active { color: black; text-decoration: underline; font-size : x-small;}
a.mini:hover { color: #33CCFF; text-decoration: underline; font-size : x-small;  }
a:link, a:visited, a:active { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline;  }
a.mid:link, a.mid:visited, a.mid:active { color: #7F5601; font-weight: bold; text-decoration: none; }
a.mid:hover { color: #000000; font-weight: bold; text-decoration: none;  }
a.top:link, a.top:visited, a.top:active { color: black; text-decoration: none; padding: 5px; }
a.top:hover { color: #000000; text-decoration: underline;  }
a.selected:link, a.selected:visited, a.selected:active { color: black; background: ; font-weight: bold; text-decoration: underline; }
a.selected:hover { color: black; background: ; text-decoration: underline; font-weight: bold; }
body { background-color: rgb(238, 238, 238); background-repeat : repeat-x; background-image: url(''); background-position: top;  background-attachment: fixed; font: 10px arial; margin: 0px 0px 0px 0px;}

table { border: 1px solid black; padding: 0px; background-color:rgb(207, 178, 131); }
select{ width:150px; font-size:12px; font-family: Arial; background-color: #FFFFFF; color: black; }
select.profile { width:200px; }
input[type="button"] {
    border-style: outset; 
}

input[type="button"]:hover {
    background-color: white;  
}

<!-- hr -->
.color { background-color: #000000; height: 2px;}

<!-- P hover tags -->


#dom p:hover {
    background: transparent;
	padding: 1px;
}

.on {
background: #A48565;
height: 1%; /* Holly Hack */
}

.off {
background: transparent;
}
