/* CSS Document */

body {
	font: 85% 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 */
	background-color:#83BC5C;
}
.scContent { 
		padding: 1px;
		width: 100%;
		height: 350px;
		overflow: auto;
		background: #ffffff;
		}

.heading {font-size:32px; font-weight:bold; color:#008000;}
.inset750borderw {
margin: 0 auto;
padding: 3px;
width: 750px;
background-color:#FFFFFF;
border-style:solid;
border-width:thin;
border-color:#008000;
}
.brown_slogan {font-size:30px; color:#ae8c42;}
.bold { font-weight:bold;}
.cree_line {font:"Times New Roman", Times, serif; font-size:15px;}
.cree_prophecy {font-size:15px; color:#ae8c42;font-weight:bold;}
.inset98 {
margin: 0 auto; padding-left:3px;
width: 98%;
}

