body {
	color: #592e12;
	background-image: url(images/resources/bg_texture.jpg);
	margin-top: 20px;
}
p {
	font-size: 90%;
	font-family: "Trebuchet MS";
	line-height: 1.4em;
	margin-right: 20px;
	text-align: left;
}
h1 {
	color: #e17d01;
	font-size: 125%;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 25px;
}
h2 {
	color: #e17d01;
	font-size: 100%;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
h3 {
	color: #5f8d41;
	font-size: 100%;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
}
a:link {
	color: #0e6d74
}
a:visited {
	color: purple
}
a:hover {
	color: #fff;
	background-color: #14959f;
	text-decoration: none;
}
a:active {
	color: #000
}
ul {
	font-size: 90%;
	font-family: "Trebuchet MS";
	line-height: 1.4em;
	margin-right: 20px;
	list-style-type: square;
}
.no_margin {
	font-size: 90%;
	font-family: "Trebuchet MS";
	line-height: 1.4em;
	margin-right: 0;
}
.paragraph_lead {
	font-size: 100%;
	font-weight: bold;
}
.program_date {
	color: #bf2600;
	font-weight: bold;
	text-transform: uppercase;
}
.program_title {
	font-weight: bold;
	text-transform: uppercase;
}
.program_location {
	color: #bf2600;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.image {
	border: solid 2px #e17d01;
}
.inline_image_right {
	float: right;
	border: solid 2px #e17d01;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
.footer {
	font-size: 80%;
	text-align: center;
}
td {
	font-size: 95%;
	line-height: 100%;
}
.navBG {
	background-image: url(images/resources/bg_navbar.gif);
}
.center {
	text-align: center;
	font-weight: bold;
}
