.style2 {
  font-size: medium
}
.style3 {line-height: 18px; color: #000000; font-family: Georgia, "Times New Roman", Times, serif;}


body {
  background-color: #ffffff;
  background-image: url(images/bkgdtile.gif);
  color: #000000;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

a:link {
  color: #1b2f4f;
}
a:visited {
  color: #b0381e;
}
a:active {
  color:#b0381e
}

/* keep menu images tight (no space between them) */
a.menuLink img, img.menuTitle {
  display:block;
}

div.bodyMain {
  background-image: url(images/SubBkgd.jpg);
  background-repeat: repeat-y;
  background-color: white;
  margin: 0;
  padding: 0;
  border: 0;
  width:800px;
}

div.topHeader a {
  float:left;
  line-height:0;
}

img.linkImage {
  border:0;
}

div.menuLeft {
  float:  left;
  left:   0;
  border: 0;
  margin: 0;
  width:  150px;
}

div.contentRight {
  float: right;
  left:  150px;
  width: 650px;
}

div.contentBody {
  padding-left:   8px;
  padding-right: 10px;
}

div.contentBody h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 16px;
  font-weight: bold;
  color: #b0381e;
  padding: 10px 0px;

}

div.contentBody h2 {
  border-bottom: #b0381e 1px solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #1b2f4f;
}

div.contentBody h2.noBorder {
  border-bottom: none;
}

div.contentBody h3 {
  /*border-bottom: #b0381e 1px solid;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding-top:10px;
  color: #003399;
}

div.contentBody p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
}


h4.speaker, h4.date {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top:0;
  margin-bottom:0;
  font-style:italic;
}

h4.speaker {
  float:left;
}
h4.date {
  float:right;
}

p.note {
  font-style: italic;
}

p.authorblurb {
  font-style: italic;
  font-size:12px; 
  margin-left:20px; 
  margin-right:20px; 
  padding:10px; 
  border: 1pt solid; border-color:#cfc8e3;
}

p.authorblurb span.author {
  color: #b0381e;
}

div.contentBody table.foodMenu {
  border: solid 2px #cccccc;
  width:100%;
}


div.contentBody table.foodMenu th {
  text-align:left;
  vertical-align: top;
  padding: 5px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:   12px;
  line-height: 18px;
  font-weight: bold;
  color: #1b2f4f;
}
/*
div.contentBody table.foodMenu th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b0381e;
  text-align:left;
  vertical-align: top;
}*/

div.contentBody table.foodMenu td {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:13px;
  line-height:18px;
  vertical-align: top;
  text-align: center;
}


.errorflag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ff0000;
}
.updated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #333333;
	text-align: right;
}