body  {
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #8EC63F;  /* T.R. - sides around page */
}

#mainContainer {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.quizQuestion {
	font-weight: bold;
}

.quizChoices {
	font-weight: normal;
}

.quizAnswer {
	font-style: italic;
}

a:link {
	color: #3297CB;
	text-decoration: none;
}
a:visited {
	color: #3297CB;
	text-decoration: none;
}
a:hover {
	color: #3297CB;
	text-decoration: underline;
}
a:active {
	color: #3297CB;
	text-decoration: underline;
}
.byLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 20px;
}
.storyContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.articleRanTrailer {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	padding-top: 20px;
}
.copyrightTrailer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
p {
}

/*
table {
	text-align: left;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
	background-position: center;
}
*/
.storyContent img {
	padding-bottom: 10px;
	padding-left: 10px;
}

#mainContainer .storyContent #sideBar {
	border: 1px solid #000000;
	width: 90%;
	padding: 20px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-align: left;
}
#mainContainer .storyContent #sideBar h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#mainContainer .storyContent #sideBar img {
	padding-right: 20px;
}

.bookInfo {
	padding-top: 20px;
}
.bookTitle {
	font-style: italic;
	font-weight: bold;
}
iframe {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.contributor {
	margin: 20px 0px 20px 0px;
	width: 100%;
	clear: both;   /* this is to make Firefox put articles on seperate lines */ 
	/*	background-color: #eeeeee; */
}
 
.contributor img {
	float:left;
	margin-bottom: 30px;
	margin-right: 20px;
}

.contributorName {
	margin-bottom: 50px;
	clear: both;  
}    
#mainContainer .storyContent hr {
	width: 60%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
