@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #940615;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#calendarTitle {
	color: #940516;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #940615;
}
#calendarLink {
	color: #940516;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #940615;
	border-right-color: #940615;
	border-bottom-color: #940615;
	border-left-color: #940615;
}
#calendaritems {
	color: #FDAD42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container #header table tr td a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #940516;
	font-weight: bold;
}
.subheadLinkRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #940616;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}
#subheadLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #940615;
	text-align: right;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #picture {
	background-color: #000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FDAD42;
}
.photocredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FDAD42;
	text-align: right;
}
#lastrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #960615;
}
#company {
	text-align: center;
}
#doorways {
	background-color: #000;
}
.centertext {
	text-align: center;
}
.tableGeneric {
	background-color: #000;
}
.leftLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #940615;
	text-decoration: underline;
	text-align: left;
}
#videoList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #940615;
	text-decoration: underline;
	list-style-type: none;
	left: 250px;
	position: relative;
	width: 400px;
}
.tableGeneric tr .leftLinks a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #940615;
	text-decoration: underline;
	text-align: left;
}
.imgyellowborder {
	border: 3px solid #FDAD42;
}
.bioTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FDAD42;
}
.bioItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FDAD42;
}
.fltRt {
	float: left;
}
#videoList li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #960615;
	text-decoration: underline;
}
.linkRedUnderline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #940615;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.calendarItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FDAD42;
}
.calendarTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #940515;
	line-height: 20px;
}
#eventstable {
	background-color: #000;
	border: 0px solid #85040B;
}
.fltRt {
	float: right;
}
#eventstable tr {
	text-align: left;
	line-height: normal;
	vertical-align: top;
}
#eventstop {
	background-color: #000;
	text-align: center;
}

