body {
	background-color: white;
	color: black;
	font-family: Futura, "Lucida Sans", "Stone Sans", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#branding {
	background-color: white;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 284px;
}

#branding h1 {
  text-align: left;
  color: white;
  margin: 0;
  padding: 0;
}

.mainnav {
  width: 212px;
  float: left;
}

.mainnav p {
  border: none;
	margin: 0 6px 3px 6px;
}

.mainnav a {
  border: none;
  text-decoration: none;
}             

.mainnav a img {
  text-decoration: none;
  border: none;
	border-bottom: 1px solid white;
}             

.mainnav a:hover img {
	border-bottom: 1px solid #C9B555;
}

.content {
  width: 545px;
  float: left;
  color: rgb(8, 6, 36);
	background-color: white;
	padding: 6px;
	text-align: center;
	border-left: 1px solid #C9B555;
	border-right: 1px solid #C9B555;
}

.content h2 {
	color: #892121;
	font-family: "Lithos Pro", Futura, "Lucida Sans", "Stone Sans", Verdana, Arial, Helvetica, sans-serif;
}

.content h3 {
	color: #892121;
	font-weight: normal;
	font-family: "Lithos Pro", Futura, "Lucida Sans", "Stone Sans", Verdana, Arial, Helvetica, sans-serif;
}

.content h5 {
	color: #892121;
	font-weight: bold;
   font-style: italic;
}

.content a {
	color: #892121;
	text-decoration: none;
	border-bottom: 1px dotted #892121;
}

.content a:hover {
	border-bottom: 1px solid #892121;
}

.content li {
	font-weight: bold;
	font-size: 1.1em;
	color: #892121;
	text-align: left;
	list-style: none;
	padding-top: 6px;
}

.content li li {
	list-style: square;
	font-weight: normal;
	color: black;
	font-size: .9em;
	padding-top: 2px;
}
	
.content ul.bullets li {
	font-weight: normal;
	font-size: 0.9em;
	color: black;
	text-align: left;
	list-style: square;
	padding-top: 2px;
}

.RHS { text-align: right;}

.even {
  background-color: #E9E8D1;
}

.panel_day {
  background-color: black;
  color: white;
  text-align: left;
}

.panel_time {
  background-color: #892121;
  color: white;
  text-align: left;
}

.schedule {
  text-align: left;
}

.content .message {
	text-align: left;	
	text-indent: 0.25in;
}

th.linetop, tr.linetop {
  border-top: 1px solid #892121;
}

tr {
  border-bottom: 1px solid #892121;
  border-left: 1px solid #892121;
  border-right: 1px solid #892121;
}

td {
  padding: 2px 6px;
}

table {
  border-collapse: collapse;
}

table.medtext {
  width: 60%;
	margin-left: auto;
	margin-right: auto;
}

table.bigtext {
  width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.callout {
  width: 60%;
  border: 3px solid #8F5E1B;
  color:  black;
  background-color: #E9E8D1;
  text-align: center;
  padding: 12px;
  margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.callout a {
	color: ##892121;
	border-bottom: 1px dotted  rgb(251, 97, 15);
	text-decoration: none;
}

.callout a:hover {
	border-bottom: 1px solid  rgb(251, 97, 15);
}

.fineprint {
	color: #afaea8;
	font-size: .85em;
}

.fineprint a {
	color: #7c7d77;
	border-bottom: 1px dotted #7c7d77;
	text-decoration: none;
}

.fineprint a:hover {
	border-bottom: 1px solid #892121;
}