/* $Id: style.css 189 2007-01-08 18:10:20Z cgill $ */
// vim: expandtab sw=4 ts=4 sts=4:
body {color: black; background: white; font-family: system, sans-serif; font-size: 2pt}
A:link {color: blue}
A:active {color: red}
A:visited {color: blue}
A:hover {color: red}
#A:hover {color: red; border: 1px solid white; padding: 1px}
A.plain {text-decoration: none}
div.box {border: solid; border-width: thin; width: 100%}
SPAN {cursor: pointer; font-family: system, sans-serif}
.whitelnk {color: white; font-family: system, sans-serif}
.blacklnk {color:black; font-family: system, sans-serif}
.center {text-align: center}
h1 {font-size: 15%; font-family: system, sans-serif; font-style: italic}
/*p {text-indent: 0.5in}*/
/*p {border-left: medium solid #ff0000}*/
/*p {border-top: medium solid #ff0000}*/
p.right {text-align: right}
p.center {text-align: center}
p.centertimesxlargefont {text-align: center; font-size: x-large; font-family: "Times New Roman"}
p.centertimeslargefont {text-align: center; font-size: large; font-family: "Times New Roman"}
.dropshadowcontent {
    position: relative;
    background-color: white;    
    color: black;
    border: 1px black dashed;
    top: -10px;
    left: -10px;
    z-index: 10;
    padding: 5px;
    margin: 0;
}
.dropshadow {
    position: relative;
    left: 300px;
    top: 50px;
    background-color:   red;
    width: 300px;
    z-index: 5;
    background-image: url("./images/dropshadow.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.dropshadowleft, .dropshadowtop {
    border: 1px none black;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 10px;
    margin: 0;
    padding: 0;
}
.dropshadowtop {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("./images/dropshadow_topright.gif");
}
.dropshadowleft {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url("./images/dropshadow_bottomleft.gif");
}

