@charset "UTF-8";
@font-face {
	font-family: 'ImpactDL';
	src: url('../fonts/Impact.ttf') format('truetype');
	font-weight: normal;
}
body {
	font: 16px 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;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d0d0c7;
	margin: 0 auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow:0 0 8px 8px #444;
	-moz-box-shadow: 0 0 8px 8px #444;
	-webkit-box-shadow: 0 0 8px 8px #444;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #d0d0c7;
	background-image: url(../../images/msc_masthead2.png);
	background-repeat: no-repeat;
	height: 273px
}
.oneColFixCtrHdr #headerSmall {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #d0d0c7;
	background-image: url(../../images/msc_masthead3.png);
	background-repeat: no-repeat;
	height: 173px;
}

.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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d0d0c7;
}
.oneColFixCtrHdr #footer {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d0d0c7;
	text-align:center;
	font-size:.75em;
	color:#666;
}
.oneColFixCtrHdr #footer a {
	color:#666;
}
.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 */
}
.oneColFixCtrHdr #footer p.bot_nav {
	font-size:1.38em;
}
.oneColFixCtrHdr #container #mainContent table {
	text-align: center;
}

.oneColFixCtrHdr #container #appContent table {
	text-align: left;
}

a {
	text-decoration:none;
	color:#694288;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: ImpactDL, Impact, Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	font-weight:normal;
	color:#333;
}
h1 a {
	color:#333;
}

#mainColumn h1 {
	padding-bottom:0px;
	margin-top:-8px;
}

h2, h3 {
	color:#333;
}

td.sideNav  {
	border-style: none solid none none;
	border-collapse: collapse;
	border-width:1px;
	border-color:#000;
}

.sideNav h1 {
	font-size:2.5em;
	margin-top:0px;
	color:#666;
	margin-bottom:10px;
}
.sideNav h1 a {
	color:#666;
}
.sideNav h2 {
	font-family: ImpactDL, Impact, Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2.0em;
	margin: 10px 0 0 3px;
}
.sideNav h2 a {
	color:#888;
}
.sideNav h2.selected a {
	color:#666;
}

.blackLink a  {
	color:#333;
}

.photo_border {
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#000;
}
.photo_border_right {
	margin-left:15px;
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#000;
	float:right;
	clear:right;
}
.photo_border_left {
	margin-right:15px;
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#000;
	float:left;
	clear:left;
}
.photo_right {
	margin-left:15px;
	float:right;
	clear:right;
}
.photo_left {
	margin-right:15px;
	float:left;
	clear:left;
}
.photo_caption {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}


.signature {
	margin: 0 50px 20px 50px;
	text-indent: -12px;
	font-weight:bold;
}

h2.cast_name,
h2.credits_name {
	font-family: ImpactDL, Impact, Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:0px;
	margin-top: 15px;
	color: #008da8;
	font-size:1.75em;
}
.cast_quote {
	font-family: Comic Sans MS, Comic Sans MS5, Chalkboard SE, Chalkduster, cursive;
	font-size: 1.38em;
	font-weight:bold;
	margin-top: 0px;
}
.pp {
	margin:8px 0 20px 0;
}
.pp ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
.pp ul {
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #container #appContent table tr #mainColumn blockquote p strong {
	color: #B54639;
}
