
body{
/*    font-family: sunsans-regular, swiss, geneva, helvetica, arial, sans-serif;*/
    color: #000000;
    background-color: #FFFFFF;
    background-image: none;
    font-size: 10pt;
    font-family: "Calligraphic 421 BT", serif;
}

p {
/*    font-size: 0.8em;*/
}

h1 {
    text-align: center;
    font-family: dauphin, sans-serif;
    font-size: 2em;
    margin: 0.5em 0 0.5em 0;
}
h1 .subtitle {
    font-size: 0.5em;
}
h2 {
    margin: 0px;
    font-size: 1.2em;
}

h3 {
    margin-top: 1em;
    margin-bottom: 0.6em;
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

.state {
    font-weight: normal;
}

/*
.smaller {
    font-size: 0.8em;
}
*/
.bigger {
    font-size: 1.0em;
}

.schedule {
/*    font-size: 0.8em; */
    vertical-align: top;
}

.heading {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.right {
    text-align: right;
}

.nav {
/*    font-size: 0.8em; */
}

.quote {
    border: 2px solid #87CEEB;
    padding: 5px;
    margin-top: 22px;
/* width + padding is equal for quote, undermenu box, and navlist */
    width: 138px;
}

q {
/*    font-size: 0.8em; */
}

/* really bad name for a class */
.undermenubox {
    padding: 5px;
    border: 1px solid #87CEEB;
    margin-top: 22px;
    width: 140px;


}
.cite {
    text-align: right;
    margin-bottom: 0;
}

.spacedlist li {
    margin-bottom: 1em;
}

/*
 * New styles for the new text only with css verticle menu
 * jkline 2006-01-23
 * css tips on lists from
 * http://css.maxdesign.com.au/listamatic/vertical11.htm#
 */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 16px;
border: 1px solid #000;
width: 132px;
background-color: #9f9;
background-image: url(Images/dot.png);
background-position: center left;
background-repeat: no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #000;
background-color: #87CEEB;
color: #000;
}


/*
 * the #active id is not used
#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;

color: #333;
}
*/
