@charset "utf-8";
body {
	font: 100% Calibri, 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: #333333;
}
.oneColFixCtr #container {
	width: 995px;  /* 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: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #pageBody {
	padding: 12px 15px 20px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p {
	font-size: medium;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 4px;
}
p.smalldate {
	margin-top: 1px;
	margin-bottom: 2px;
	font-size: smaller;
	color:#999999;
}
p.small {
	margin-top: 1px;
	margin-bottom: 2px;
	font-size: smaller;
	color: #666666;
}
p.smallItalic {
	margin-top: 1px;
	margin-bottom: 2px;
	font-size: smaller;
	font-style: italic;
	color: #666666;
}
p.footer {
	color: #FFFFFF;
	font-size:small;
}

a:link { text-decoration:none; color: #004990; }
a:visited {	text-decoration:none; color: #004990; }
a:hover { text-decoration:underline; color: #009BDF; }
a:active { text-decoration:underline; color: #40C8F4; }

a.grey {
	text-decoration: none;
}
a.grey:link {
	color: #333333;
	text-decoration: none;
}
a.grey:visited {
	color: #333333;
	text-decoration: none;
}
a.grey:hover {
	color: #333333;
	text-decoration: underline;
}
a.grey:active {
	color: #0770b0;
	text-decoration: underline;
}

a.footer {
	color:#FFFFFF;
	text-decoration: none;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	color: #CBECF3;
	text-decoration: underline;
}
a.footer:active {
	color: #CBECF3;
	text-decoration: underline;
}

h1 {
	margin-top: 8px;
	margin-bottom: 3px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size-adjust: 0.55;
}
h2.cast {
	font-size: xx-large;
	font-weight: bold;
	color: #0770B0;
}
h3 {
	margin-top: 1px;
	margin-bottom: 1px;
}
.greyBox {
	border: 1px solid #DFDFFF;
	padding: 10px;
	width: auto;
	height: auto;
	float:inherit;
}
.illustCoverBox {
	border: 1px solid #DFDFFF;
	padding: 10px;
	margin: 1px 0px 1px 0px;
	height: 200px;
	width: 200px;
	float:inherit;
	vertical-align: middle;
}
.illustSmallBox {
	border: 1px solid #DFDFFF;
	padding: 2px 2px 2px 2px;
	width: 86px;
	height: 86px;
	vertical-align:middle;
}
.illustMedBox {
	border: 1px solid #DFDFFF;
	padding: 4px 4px 4px 4px;
	margin: 0px 1px 2px 1px;
	width: 155px;
	height: 155px;
	vertical-align:middle;
}
.illustMoreBox {
	border: 1px solid #DFDFFF;
	padding: 10px;
	width: auto;
	height: auto;
	float:inherit;
}