body            {
                     font-family: century gothic, Verdana, sans-serif;
                     font-size: 12pt;
                     color: #030088;
                     text-decoration: none;
                     margin: 0px 0px;
                }

/* For a div class which should apply to everything in the individual files, but not the header or footer. */
.mainpage	{
			margin: 0px 0px 25px 20px;
		}

/* for a page which has one main text element going across */
.textpage
		{
			max-width: 800px;
		}


.staffData	{
			font-size: 9pt;
		}
.borderTable	{
			background-color: #030088;
		}
.detailText	{
			font-size: 8pt;
		}
.eventText	{
			font-size: 9pt;
			font-style: italic;
		}
.eventTitle	{
			font-size: 10pt;
			font-style: italic;
			color: rgb(200,50,100);
		}
.eventDate, .webmaster	{
			font-size: 10pt;
		}
.disclaimer	{
			font-size: 8pt;
		}
.greekLetters	{
			font-size: 10pt;
			letter-spacing: 4px;
			font-family: Bodoni, serif;
		}
.sidebox	{
			border-color: #030088;
			border-width: .05em;
			border-style: solid;
			background-color: white;
		}
/* page styles */

.staffName
		{
			text-indent: 80px;
			/* padding-after: 12pt; */
			font-size: 10pt;
		}

/* Note: color gets overridden by an <a href>, so this is directly on the <a href> for all positions which
   have descriptions
  Should possibly reconsider definining a color for this, as it obscures the link visited info
  Maybe define two shades of red */
.staffPosition
		{
			color: rgb(200, 70, 80);
		}


.subwayStop	{
			color: black;
			font-size: 10pt;
			font-family: Arial, sans-serif;
}

.chapterTitle	{
	color: rgb(70, 70, 255);
	font-weight: bold;
}

.chapter	{
	text-indent: 80px;
	font-size: 12pt;
}

.serviceItem	{
			margin: 0px 45px;
			font-size: 9pt;
			padding: 4px;
}
.files	tr td a {
			margin: 0px 8px;
			font-size: 8pt;
			padding: 0px;

}

.twowide li	{
			float: left;
			width: 50%;
 			text-align: left;
}

div.eventTitle	{
		font-size: 12pt;
}

.picture li {
  list-style-type: none;
  float: left;
  width: 350px;
  margin: 20px 40px;
  text-align: center;
  
}
