/*  Style Sheet   styles.css
8/18/2005 glc */

body {background: white; }


/*drop down menu*/

#menubox{
background-color: #036;
margin: 1px;
height: 23px;
z-index: 9;
}
#menucont {
color: #069;
background-color : transparent;
position: absolute;
z-index: 2;
}
.menublock, .display {
float:left;
width:100px;
background-color: #036;
}
.subs{
background-color: #036;
}
.subs a{
display: block;
}
.menublock .subs{
display: none;
}
#menucont a.tl, #menucont a.tl:hover, #menucont a.tl:active, #menucont a.sl, #menucont a.sl:hover, #menucont a.sl:active {
font-family: "lucida grande", "Lucida Sans Unicode", verdana, sans-serif;
font-size: 10px;line-height: 17px;
display: block;
text-decoration: none;
color: #fff;
background-color: #069;
margin: 1px 1px 1px 1px;
padding: 2px 2px 2px 2px;
order: none;
text-align: center;
font-weight: normal;
}
#menucont a.tl:hover, #menucont a.tl:active , #menucont a.sl:hover, #menucont a.sl:active{
background-color: #036;
text-align: center;
}
#menucont a.sl, #menucont a.sl:hover, #menucont a.sl:active{
text-align: left;
}



#allcategories ul li ol li { border:1px solid #483D8B; border-bottom:none; clear:left; width:300px; background:#FFFFFF; color:#483D8B; text-align:left; } 
#allcategories ul li:hover ol { display:block; }
#allcategories ul li.over ol { display:block; } 


table { width: 95%; border-width: 0px; border-style: none;  }
table.banner {width: 95%; border-width: 0px; border-style: none; 
            background: lightblue; text-align: right; }

caption { font-size: 130%; font-weight: bold; }
col#desc {background: lightgrey; }
th { font-size: 120%; background: lightblue;}
th, tfoot{ border: thin solid black; text-align: center; }

tbody, td { font-size: 110%; border-width: 0px; border-style: none; text-align: center;}
td, th, caption { padding: 4px; text-align:left;}
/* 8/20/08  I added text align left
*/

td.border { border: thin solid black; }
td.left { font-size: 110%; border-width: 0px; border-style: none; text-align: left;}



a:link {color: blue }
a:active {color: red }
a:visited {color: magenta }

h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif }

div.bottom {  padding: 3px;  
           text-align: center; background: lightblue;}
tr.favorite {background: lightblue; padding: 1px;}
            
p.indent { text-indent: 2em; }

.title { font-size: 130%; font-weight: bold; color:red; }
