body {
    background: #52027c url(/images/metagiftedWatermark.gif);
    color: white;
    margin: 5px;
    font-size: 90%;
}

a	{ color: #eef; font-weight: bold; }
a:hover	{ color: #fff; }

h2 { text-align: left; margin-top: 1.5em; }

div.quotebox {
    width: 80%;
    border: 1px solid #96b;
    padding: 1em;
    text-align: justify;
    margin: 2em;
}

div.announcement {
    background-color: #ceb7d9;
    color: #008;
    width: 95%;
    border: 1px solid #96b;
    padding: 1em;
    text-align: justify;
    margin: 1em;
}

p.hanging-indent {
    border: 1px solid #96b;
    padding: 1em 1em 1em 3em;
    text-align: left;
    text-indent: -2em;
    font-size: 75%;
}

table#pagelayout { width: 100%; }

/* SEARCH */

td#search {
    text-align: center;
    vertical-align: middle;
    font-size: 85%;
    background-color: #834ba1;
}

input {
     background-color: #96b;
     border: 1px solid #ceb7d9;
     color: white;
     margin: 4px;
}

.pointercursor {
    cursor: pointer;
}

/* TITLEBAR */

td#titlebar {
    vertical-align: bottom;
}

td#titlebar div#titlediv {
    background-color: #52027c;
    border: 1px solid #96b;
    padding: 3px;
    text-align: center;
    margin-left: 5px;
    font-size: 120%;
    font-weight: bold;
}

/* MENU */

td#menu {
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    font-size: 80%;
    width: 20%;
}

td#menu a {
    display: block;
    text-decoration: none;
    background-color: #834ba1;
    border-top: 1px solid #96b;
    border-bottom: 1px solid #834ba1;
}

td#menu a:hover {
    background-color: #96b;
    border-bottom: 1px solid #96b;
    border-top: 1px solid #834ba1;
}

td#menu a.special {
    font-style: italic;
    border: 1px solid #ceb7d9;
    margin: 5px 0 0 0;
}

td#menu a.new {
    /* border: 1px dotted #f7c; */
    border-left: 3px solid #f7c;
    /* background-image: url(/images/littlenew.gif); */
}

.newcolor { color: #f7e709; }
.hotcolor { color: #f7c; }

td#menu a.hot {
    /* border: 1px dotted #f7e709; */
    border-left: 3px solid #f7e709;
    /* background-image: url(/images/littlehot.gif); */
}

.forlesserbrowsers {
    display: none;
}

td#menu div#key {
    background-color: #834ba1;
    border-top: 1px solid #96b;
    border-bottom: 1px solid #648;
    margin-top: 5px;
}

td#menu div.header {
    background-color: #ceb7d9;
    color: #008;
    font-style: italic;
    margin-top: 5px;
    border-top: 1px solid #ecf;
}

/* CONTENT */

td#content {
    vertical-align: top; 
}

td#content div#contentdiv {
    background-color: #52027c;
    border: 1px solid #96b;
    padding: 1em;
    text-align: justify;
    margin: 5px 0 0 5px;
}

/* FOOTER */

td#footer div#footerdiv {
    border: 1px solid #96b;
    background-color: #52027c;
    margin-top: 5px;
    padding: 3px;
}

div.littlesmaller {
    font-size: 80%;
}

