
/* Masthead */

#MastHead {
    border: 2px solid black;
    padding: 0% 2%;
    
    color: white;
    background: #7474ba;
    
    font-family: Times, Serif;
    font-size: 20pt;
    }


/* Useful stuff is below the masthead is held in the body.
 *   To the left is the menu, on its right (floated left) is the content
 */


#Content {
    margin: 10px 30px 0px 30px;
    }
    

h1 {
    color: black;
    
    font-family: "verdana", Arial, Helvetica, Sans-serif;
    font-size: 30px;
    line-height: 24px;
    }
    
    
h2 {
    color: black;
    
    font-family: "verdana", Arial, Helvetica, Sans-serif;
    font-size: 15px;
    line-height: 24px;
    }
    
    
#Menu {
    float: left;
    
    margin-right: 1em;
    height: 600px;
    
    background: #7474ba;
    }
    
.MenuItem {
    height: 24px;
    
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0 4px;
    
    color: white;
    background: #7474ba;
    /* background: transparent; */
    }
    
#MenuHere {
    background: #88c;
    /* background: transparent; */
    }
    
td a {
    border: 1px grove black;
    
    color: white;
    background: #7474ba;
    
    font-family: Arial, Sans-serif;
    font-size: 12pt;
    text-decoration: none;
    }
    
    
td a:hover {
    border: 1px grove black;
    
    color: black;
    background: #7474ba;
    
    font-family: Arial, Sans-serif;
    font-size: 12pt;
    text-decoration: underline;
    }

/* The footer has to go below the content ('cause CSS is braindead) via a clear */

#Footer {
    margin: 10px 30px 0px 30px;
    text-align: center;
    }
    
    
/* Miscellany */

a:link {
    color: #339;
    text-decoration: none;
    }
    
    
a:visited {
    color: #7474ba;
    text-decoration: none;
    }
    
    
a:hover {
    background: #ffa;
    text-decoration: underline;
    }

p.center {
    text-align: center;
    }


ul.nomark {
    list-style-type: none;
    }
    
li {
    padding-bottom: .5em;
    }
    
#leadpic {
    padding: 1em;
    width: 20em;
    }
    
td.center {
    text-align: center;
    }

label.rj {
    text-align: right;
    }


    
