body {font-family:Arial,Helvetica,Geneva,Verdana,sans-serif; font-size:1.1em; margin:0; color:#000; background-color:#fff;}
p,td,ul {font-size:small;}
h1 {font-size:2em;}
h2 {font-size:1.5em;}
.copy {font-size:.7em; text-align:center;}
.red {color:red; background-color:#fff;}
div.c {text-align:center;}
.leftnav {text-align:center; color:#fff; background-color:#000; width:160px;}
.content {padding:0 10px 0 10px;}
#botlinks {font-size:.8em; font-weight:bold; text-align:center;}
#leftnav a:link {color:#fff; background-color:#000; font-weight:bold;}
#leftnav a:visited {color:#fff; background-color:#000; font-weight:bold;}
#leftnav div * { vertical-align: top; }
input[type="text"]:focus, textarea:focus { border: solid 2px black; margin: 1px 0 0; }
.dropshadow {
  float:left;  clear:left;
  background: url(/images/shadow-png.png) no-repeat bottom right !important;
  /* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
  background: none;
  /* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='/images/shadow-png.png');
/* the MS alpha filter */
  /* margin: 10px 10px 10px 15px; */
  }
.dropshadow img {
  position: relative;  bottom: 6px;  right: 8px;
  border: 1px solid #eee; border-color: #eee #888 #666 #ddd; background:#fff;
  /* padding:8px 6px 15px 6px; */ /* gives us the white area - but not in IE5 + IE5.5 */
  /* padding-right: 10px; */
  margin: 0px;
  }
.shadow { background-color:white; padding:5px; border: 1px solid black; position:relative; bottom:4px; right:6px; }
