@charset utf-8 &quot;
#textbox {/*Holds text, tables, and lists in the body of the website pages*/
	position:static;
	width:382px;
	float: left;
	overflow: visible;
	z-index: 1;
	height: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#textbox  h1 {/*Text box header */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #EA0000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#textbox blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#textbox  p {/*Text box paragraph */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-size: 80%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 19px;
	margin-left: 0px;
	z-index: 1;
}

#textbox ul {/*Textbox unordered list formatting*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #4A4A4A;
	line-height: 19px;
	list-style-type: none;
	padding: 0px;
}
#textbox li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 19px;
	color: #4A4A4A;
	margin-left: -10px;
	background-image: url(../images/Dash.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 13px;
}
#textbox li ul {
	list-style-type: none;
}

#textbox li ul li {
	font-size: 100%;
	margin-left: -15px;
}

#Sidepic {/*Hold pictures in tables in beside 'textbox'*/
	position:relative;
	width:392px;
	height:auto;
	z-index:auto;
	float: left;
	margin: 0px;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#textbox td {
}
#textbox tr {
	text-align: center;
}
#location {
	text-align: center;
}

#textbox a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #4a4a4a;
}
#textbox a:hover {
	color: #EA0000;
	text-decoration: underline;
}

.style2 {/*Second style - usually the second sentence or phrase in textbox*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #4A4A4A;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}
#textbox table {
	align: center;
}
.style1 {/*First style in Text box - usually first phrase or header*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #EA0000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#textbox  h3 {/*Text box paragraph */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-size: 80%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 19px;
	margin-left: 0px;
	z-index: 1;
	font-style: normal;
	font-weight: normal;
}
