body { 
    font-family: "Times New Roman", "Times New Roman", Georgia, Times, serif;
    font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial,verdana,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
    font-weight: bold;
    color: #996600;
    text-align: center; 
}

h1 {
    font-size: 17px;
    color: #b0b89c;
}

h2 {
    font-size: 11pt;
}

h3  {
	font-style: italic; 
	font-size: 10pt;
	margin-bottom: 0;
}

p {
    font-family: "Times New Roman", "Times New Roman", Georgia, Times, serif;
    color: #996600;
    font-size: 11pt;
    line-height: 20pt;
    text-align: justify; 
    margin-top: 0;
    margin-bottom: 0.75em;
    margin-right: 15%; 
    margin-left: 15%;
}

ul, dl, ol  {
	color: #996600; 
	font-size: 11pt; 
	line-height: 24pt; 
	font-family: "Times New Roman", "Times New Roman", Georgia, Times, serif; 
	text-align: justify; 
	margin-right: 15%; 
	margin-left: 15%;
}

a:link {
    color: #996600;			/* Same as p */
    text-decoration: underline;
}

a:visited {
    color: #555555;
    text-decoration: none;
}

a:hover {
    color: white; 
    text-decoration: none;
    /*font-weight: bolder;*/
}

.header   { 
	text-align: center; 
	margin-top: 3em; 
	margin-bottom: 0.5em;
}

.mainbody {
	background-color: #f5cf7f;
}

.toc p { 
    line-height: normal;
    text-align: left; 
    margin-top: 0;
    margin-bottom: 0.75em;
    margin-right: 4%; 
    margin-left: 4%;
}

.toc th p {
    font-family: verdana,arial,sans-serif;
	font-size: 10pt;
    line-height: normal;
	color: #97301d;
    margin-top: 1em;
}

.masstimes p { 
    line-height: normal;
    margin: 0;
	text-align: left; 
}

table.masstimes {
	margin-top: 1em;
}

.masstimes td p {
	font-size: 11pt;
    line-height: normal;
}

.masstimes .heading {
    font-family: verdana,arial,sans-serif;
	font-size: 9pt;
    font-weight: bold;
    color: #97301d;
}

/* Perhaps there should be a global td style to accompany p */
.phones td {
    font-family: "Times New Roman", "Times New Roman", Georgia, Times, serif;
    color: #996600;
    font-size: 11pt;
}

table.phones {
	border: 1px #996600;
}

.phones td h2 {
	margin-top: 1em;
	margin-bottom: 1em;
}


/** Navigation menu **/
.menu p {
    color: black;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 10pt;
    font-variant: small-caps;
    text-align: center;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0.75em;
    margin-left: 0;
    margin-right: 0;
}

.menu a:link {
    color: #b0b89c;
    text-decoration: none;
    font-weight: bold;
}

.menu a:visited {
    color: #b0b89c;
    text-decoration: none;
    font-weight: bold;
}

.menu a:hover {
    color: white; 
    text-decoration: none;
    font-weight: bolder;
}

