body {
    margin: 0;
    width: 782px;
    background-color:  #CCCC99;
    background-repeat:  none;
}
p, td {
    font-size:  small;
    font-family: Times, serif;
    color:  #800000;
}
h2, h3, h4, h5, h6 { color:  #800000; }
h2.subheading {
    border-top:  1px solid #800000;
    margin-top: 43px;
}

a:link { color:  #666600; }
a:visited { color:  #993300; }
a:active { color: #CC3300; }

/* classes and id selectors */
#nav {
    float: left;
    margin: 0px;
    width: 145px;
    /* border: 1px solid blue; */
}
.button {
    font:  medium;
    font-weight: normal;
    font-size: 12px;
    font-family:  Helvetica, sans-serif;
    text-align: left;
    margin: 3px;
    color: #660000;
}
.button a {
    padding: 2px;
    text-decoration: none;
    display: block;
    color: #000066;
    background-color: transparent;
}
.button a:hover {
    background-color: #CC9966;
}
.blurb {
    font-style: italic;
    font-size:  small;
    margin: 7px;
    margin-top: 20px;
    padding: 5px;
    border: 1px groove #800000;
}
.main {
    margin-left: 145px;
    /* border: 1px solid red; */
}
.subnav {  font: bold 14pt Helvetica, sans-serif; }
.logo {
    padding-left: 0%;
    padding-top: 0%;
    margin-top: 0%;
    background-color: white;
    background-image:  none;
    text-align: center;
    width: 100%;
}

.headline {
    text-align:center; 
    margin-top: 3em; 
    margin-bottom: 3em;
	font-weight: bold;
	font-family: sans-serif;
	font-size:  large;
}    

.headline a {     color:  #000080; }
