@charset "UTF-8";
body {
	/* font: 100% Verdana, Arial, Helvetica, sans-serif; */
	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;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 17px;
	color:white;
}
p { margin-top:0; }
ul { margin:0 0 20px 0; }
ul li { color: #f0bc95; }
h2 { margin:0 0 15px 0; }
h3, h4 { margin-bottom:8px; }
a, a:active, a:visited {
	color:white;
	text-decoration:underline;
}
a:hover {
	color:#d7d7d7;
	text-decoration:none;
}
.oneColFixCtr #container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: none;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent #tPage td.shadowLeft {
	background: url(images/sub_01_11.gif) repeat-y;
}
.oneColFixCtr #container #mainContent #tPage td.shadowRight {
	background: url(images/sub_01_14.gif) repeat-y;
}
.oneColFixCtr #container #mainContent #tPage td.bodySpacer {
	
}
.oneColFixCtr #container #mainContent #tPage td.leftbarBg {
	background: url(images/sub_01_12.gif) repeat-y;
	vertical-align:top;
}
.oneColFixCtr #container #mainContent #tPage td.bodyBg {
	background: url(images/sub_01_13.jpg) repeat-y;
	vertical-align:top;
}
.oneColFixCtr #container #mainContent #tPage .bodyBg #dBody {
	padding:10px 20px 20px 24px;
	color: #ffd7cc; /* #f0bc95; */
	background: url(/images/sub_01_21.jpg) no-repeat left bottom;
	min-height: 400px;
	height:auto !important;
	height:400px;
}
 {

}

#dNavSecondary {
	padding: 10px 12px 12px 12px;
}
#dNavSecondary li, .oneColFixCtr #container #mainContent #tPage .bodyBg #dBody li {
	margin-bottom: 6px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: -20px;
	color: #FFFFFF;
}
#dNavSecondary ul {
	margin-top: 0;
}
#dNavSecondary a, #dNavSecondary a:active, #dNavSecondary a:visited {
	text-decoration:underline;
	font-size: 14px;
}
#dNavSecondary a:hover {
	text-decoration:none;
	font-size:14px;
	color:white;
}
.oneColFixCtr #container #mainContent #tPage .bodyBg #dBody li a, .oneColFixCtr #container #mainContent #tPage .bodyBg #dBody li a:active, .oneColFixCtr #container #mainContent #tPage .bodyBg #dBody li a:visited {
	font-size: 14px;
}
.oneColFixCtr #container #mainContent #tPage .bodyBg #dBody li a:hover {
	text-decoration:none;
	font-size:14px;
	color:white;
}

.oneColFixCtr #container #mainContent #tPage .bodyBg #dBody div.castImage {
	margin-bottom:50px;
	text-align:center;
}
.oneColFixCtr #container #mainContent #tPage .bodyBg #dBody div.castImage > img {
	margin-bottom:6px;
	border:2px solid white;
}
.oneColFixCtr #container #mainContent #tPage .bodyBg #dBody div.castImageCaption {
	text-align:center;
	/*width:300px;*/
}