/* Zeta CSS File */

/* Define body background color & font */

body
{
	font-family: comic sans ms,perpetua,times new roman;
	font-size: 11pt;
	color: #666699;
}

/* defines heading at top */

td.topleft
{
 	text-align: left;
	vertical-align: center;
}

td.topright
{
	font-family: gill sans mt,arial;
	font-size: 18pt;
	color: #FFCC00;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
}

/* Create floating navigation bar and boxes */

p.yellow
{
  font-size: 22pt;
	color: #FFCC00;
	font-weight: bold;
	text-align: center;
}

p.boxleft
{
 	float: left;
	width: 165px;
	padding: 6px;
	text-align: left;
	background-color: #EDF0FF;
	border-right: 2px solid #666699;
	border-left: 2px solid #666699;
	border-top: 2px solid #666699;
	border-bottom: 2px solid #666699;
}

p.photo
{
  float:right;
	width:208;
	padding:10px;
}
p.leftphoto
{
  float:left;
	padding:4px;
}

/* table definitions */

table.top
{
  border-top: 2px solid #666699;
	border-bottom: 2px solid #666699;
}

table.main
{
  background-image: url("chalk.jpg");
	border-top: 2px solid #666699;
	border-bottom: 2px solid #666699;
}	

tr.bottom
{
  background-image: url("chalk.jpg");
}	

td.left
{
	vertical-align: top;
}

td.right
{
	color: #666699;
	text-align: justify;
  font-family: comic sans ms,perpetua,times new roman;
	font-size: 11pt;
	vertical-align: top;
}

td.right2
{
	color: #666699;
	text-align: left;
  font-family: comic sans ms,perpetua,times new roman;
	font-size: 10pt;
	vertical-align: top;
}

td.meeting
{
  text-align: left;
	vertical-align: top;
	font-family: comic sans ms,perpetua,times new roman;
	font-size: 11pt;
	color: #666699;
}

td.button
{
  text-align: center;
	background-color: #EDF0FF;
	border-right: 2px solid #666699;
	border-left: 2px solid #666699;
	border-top: 2px solid #666699;
	border-bottom: 2px solid #666699;
	font-family: gill sans mt,arial;
	font-weight: bold;
	font-size: 11pt;
}

/* To set up various heading and paragraph tags */

h1.center
{
  text-align: center;
	font-family: comic sans ms,perpetua,times new roman;
	font-size: 16pt;
	color: #666699;
}

h1.left
{
  text-align: left;
	font-family: comic sans ms,perpetua,times new roman;
	font-size: 16pt;
	color: #666699;
}

p.center
{
  text-align: center;
	font-family: comic sans ms,perpetua,times new roman;
	color: #666699;
}	

p.left
{
  text-align: left;
	font-family: comic sans ms,perpetua,times new roman;
	color: #666699;
}

p.justify
{
  text-align: justify;
	font-family: comic sans ms,perpetua,times new roman;
	color: #666699;
}

p.heading
{
  text-align: left;
	font-family: comic sans ms,perpetua,times new roman;
	font-size: 12pt;
	color: #666699;
}

p.caption
{
  text-align: justify;
	font-family: comic sans ms,perpetua,times new roman;
	font-size: 9pt;
	color: #666699;
}
/* To define links */

a.navlink
{
 	font-family: gill sans mt,arial,;
	font-size: 11pt;
}
a.navlink:link
{
 	color: #0000FF;
	text-decoration: none;
}
a.navlink:visited
{	
	color: #0000FF;
	text-decoration: none;
}
a.navlink:hover
{  
	color: #0000FF;
	text-decoration: none;
}		
a.navlink:active
{
 	color: #0000FF;
	text-decoration: none;
}
