body {
	width: 768px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	}
img { border: 0;}

p { padding: 0 0 0 10px; 
	width: 768px;
	}


/* this style the menu bar */
#nav	{
	color: #F90;
	width: 768px;
	/* border-right: 1px solid #000; */
	padding: 0;
	margin-bottom: 1em;
	background-color: #369;
	}
#nav ul {	
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	}
#nav li {
	display: inline;
        padding: 0 10px;
        margin: 0;
	border-left: 1px solid #F90;
	}
#nav li.first {
	margin: 0;
	border-left: 0;
	}
#nav li a { 
	padding: 0;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	}
#nav li a:hover { 
	color: #90bade;
	text-decoration: none;
	}
#nav li a:visited { 
	color: #FFF;
	text-decoration: none;
	}
#nav li a:visited:hover { 
	color: #90bade;
	text-decoration: none;
	}


/* This is the page layout options */

h1 { 
	font-size: 1.5em; 
	padding: 0 0 0 10px; 
	}

h2 { 	font-size: 1.25em;
	padding: 0 0 0 10px;
	width: 768px; }

hr {	height: 5px;
	background-color: #369;
	}

p.timestamp { font-size: .85em; }

p.disclaimer { font-size: .65em; }

p.indent { padding: 0 0 0 45px; }

em	{ font-style: italic; }
strong	{ font-weight: bold; }

.ralign { text-align: right; font-style: italic; 
	  margin-bottom: 20px;
	}

.quote	{ padding: 0 30px; }
.title1	{ font-family: Georgia, serif;
	  margin-top: .5in;
	  color: #369; }
.title2	{ font-family: Georgia, serif;
	  margin-top: .5in;
	  text-align: right;
	  color: #F90; }

.right	{ display: block;
	  float: right;
	  padding-left: 10px; }

.left	{ display: block;
	  float: left;
	  padding: 0 10px 0 30px; }

ul 	{
	list-style-image: url(./images/bluebul.gif);
	}

/* agenda page's table data */

#agenda table { border: 0; padding-left: 5%; }
#agenda table td { border: 0; font-weight: bold; padding: 0 0 10px 25px; }
#agenda table td li { font-weight: normal; }
#agenda table td.time { vertical-align: top; padding: 0 10px; }
#agenda table li { list-style: none; }