body,
html {
	margin:0;
	padding:0;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
#topnav {
	background-color:#000099; 
	color:#ffffff; 
	padding: 3px 0px 3px 1em;;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
#topnav a {
	text-decoration:none;
	color:#FFFFFF;
	}
#topnav a:hover {
	text-decoration:underline;
	color: #990000;
	}
#frame {
	width:800px;
	background-color:#FFFFFF;
	border: 2px solid #003399;
	}
#content {
	padding-top:185px;
	padding-bottom:2em;
	color:#333;
	text-align:left;
	padding-left: 1em;
	padding-right: 1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	}
a {
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	}
a:hover {
	text-decoration:none;
	font-weight: normal;
	}
#design {
	font-size:75%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	width:800px;
	padding-top:3px;
	}
#leftcontent {
	width:200px;
	border:1px solid #ccc;
	float:left;
	position:absolute;
	color:#333;
	}
.rightcontent {
	padding: 0 0 0 1em;
	/* font-family:Geneva, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	color:#333;
	}
.left {
	text-align: left;
}
.smalltext {
	font-size:65%;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;

	
	}
.blurb {
	font-style:italic;
	font-size:125%;
	font-weight:bold;
	color:#de7227;
	width:300px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float:right;
	padding:.5em;
	margin-left:1em;
	margin-top:1em;
	}
h1 {
	color:#de7227;
	font-size: 150%
	}
h2 { 
	color:#333333;
	font-size:125%;
}
h3 { 
	color:#333333;
	font-size:115%;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.mediumtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.directorylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.floatLeft { float: left;  }
.floatRight { float: right; }
div.clearBoth {
	float: left; 
	width: 90%; 
	clear: both;
}

table#agenda {
	width: 90%;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
}
table#agenda thead tr { margin-top: 1em; }
table#agenda thead tr th { border-bottom: 1px solid #ccc;}
table#agenda tbody tr td { text-align: left; width: 50%;}
table#agenda tbody tr td + td { text-align: right; }
