@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #ddd040;
}
#bckImg {
	width: 100%;
	min-height: 550px;
	background-image: url(../images/sample1bckgrnd.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#navBack {
	background-image: url(../images/horzNavBack.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 2px;
}
#mainBorder {
	background-color: #FFF;
	border: solid 1px #793d1a;
	width: 770px;
}
input.signUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #abadb3;
	height: 15px;
}
input.submitBtn {
	margin-left: -5px;
}
#homeImgTable {
	margin: 2px;
}
#homeCopyright {
	float: right;
	width: 175px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #a68b04;
	padding-right: 5px;
}
#homeFooter {
	float: left;
	width: 570px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #7a1501;
	padding-left: 12px;
}
#homeFooter a {
	color: #7a1501;
	text-decoration: none;
}
#homeFooter a:hover {
	color: #7a1501;
	text-decoration: underline;
}
#homeEvents {
	border-right: dotted 1px #796f59;
	padding: 37px 5px 0px 15px;
	height: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-image: url(../images/homeEvents.gif);
	background-repeat: no-repeat;
	color: #796f59;
}
.date {
	font-size: 14px;
	font-weight: bold;
}
.place {
	font-size: 12px;
	font-weight: bold;
}
.time {
	font-size: 12px;
	font-weight: normal;
}
#homeEvents a {
	font-size: 10px;
	font-weight: normal;
	color: #7a1501;
	text-decoration: none;
}
#homeEvents a:hover {
	color: #7a1501;
	text-decoration: underline;
}
.rightDots {
	border-right: dotted thin  #796f59;
	padding-right: 5px;
	height: 100%;
}
.homeText {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
	padding: 0px 8px 12px 8px;
}
#textDiv {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 0px 8px 12px 8px;
}
#textDiv h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	color: #793d1a;
}
#textDiv img.imgLeft {
	float: left;
	border: 1px solid #abadb3;
	margin-right: 8px;
	margin-bottom: 8px;
}
#textDiv img.imgRight {
	float: right;
	border: 1px solid #abadb3;
	margin-left: 8px;
	margin-bottom: 8px;
}
a {
	color: #793d1a;
	text-decoration: underline;
}
a:hover {
	color: #793d1a;
	text-decoration: none;
}