@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #bbcaa2;
}
.PopText {
	font-size: 14px;
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #F15A24;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/headerbkgrnd.jpg);
	padding: 0 10px 0 20px;
	margin: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F15A24;
	border-right-color: #F15A24;
	border-bottom-color: #F15A24;
	border-left-color: #F15A24;
}
.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 25px 20 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F15A24;
	color: #fcf0e1;
}
.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;
}
.oneColFixCtrHdr #container #footer a:link {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #000000;
	font-weight: bold;
}
.oneColFixCtrHdr #container #footer a:visited {
	color: #FFFFFF;
}
.oneColFixCtr #container #mainContent #Logo img {
	background-position: center;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #sidebar {
	padding: 5px;
}
.style1 {font-size: 200%}

a:link {
	text-decoration: none;
	color: #F15A24;
}
a:visited {
	text-decoration: none;
	color: #687651;
}
a:hover {
	text-decoration: underline;
	color: #F15A24;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
MainContent {
	border: medium solid #015E18;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F15A24;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F15A24;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.BodyTight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
.photoCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #687651;
}
.Photo {
	margin-bottom: 5px;
}
.Highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F15A24;
	font-weight: bold;
}
.PageName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #BBCAA2;
	letter-spacing: 1em;
	text-align: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F15A24;
	border-right-color: #F15A24;
	border-bottom-color: #F15A24;
	border-left-color: #F15A24;
}
.PhotoLeft {
	margin-right: 20px;
	margin-bottom: 5px;
}
.PhotoRight {
	margin-bottom: 5px;
	margin-left: 20px;
}
.PlayTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F15A24;
	text-decoration: none;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9D7D90;
	border-right-color: #9D7D90;
	border-bottom-color: #9D7D90;
	border-left-color: #9D7D90;
	margin-top: 0px;
}
.PlayTitle  a:link {
	color: #F15A24;
	text-decoration: none;
}
.PlayTitle  a:visited {
	text-decoration: none;
	color: #BBCAA2;
}
.PlayTitle  a:hover {
	color: #F15A24;
	text-decoration: underline;
	font-size: 110%;
	font-weight: bold;
}
.Playwright {
	font-weight: bold;
	margin-top: 0px;
	color: #000000;
}
.hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
.sectionNoSpaceBelow {
	margin-bottom: 0px;
}
.PlayTitleNoLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F15A24;
	text-decoration: none;
	margin-bottom: 0px;
	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: #9D7D90;
	border-right-color: #9D7D90;
	border-bottom-color: #9D7D90;
	border-left-color: #9D7D90;
	margin-top: 0px;
}
.PressQuote {
	font-size: 14px;
	margin-bottom: 0px;
	text-align: center;
}
.PressByline {
	margin-top: 0px;
	color: #F15A24;
	text-align: center;
}
.subMenu {
	color: #687651;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.subMenu a:link {
	color: #687651;
}
.subMenu a:hover {
	color: #F15A24;
	font-weight: bold;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
}
.sidebar a:link {
	color: #000000;
}
.sidebar a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
.sidebarHD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
}
.BottomLinkMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.HighlightText {
	color: #F15A24;
}
.PressQuoteNotCenter {
	font-size: 14px;
	margin-bottom: 0px;
}
.PressBylineNotCenter {
	margin-top: 0px;
	color: #F15A24;
}
.script {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 0px;
}

