body { background-color: #686F77;
background-image: url(/images/bg.jpg);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:center;
}
.content {
	margin-left: auto;
	margin-right: auto;
}
.nav { 
	font-weight: bold;
	font-size: 1.25em;
}
.scroll_text {
	display: block;
	text-align: center;
	padding-top: 140px;
}
.scroll_text_home {
	display: block;
	text-align: center;
	padding-top: 45px;
}
a {
	font-family: "Times New Roman";
	font-size: 30px;
	font-style: italic;
	cursor: auto
}
a:link {
	color: #023588;
}
a:visited {
	color: #660066;
}
a:hover {
	cursor:pointer;
	text-decoration: none; 
	color: #023588; 
	font-weight:bold;
}
a:active {color: #ff0000;text-decoration: none}
.intro {
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 25px;
	display: block;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	width: 600px;
	color: #023588;
}
.verse {
	font-family: "Times New Roman";
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	width: 950px;
	color: #023588;
	text-align: center;
	padding-top: 40px;
}
.info_box {
	background-color: #F6F5C6;
	Border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 814px;
}
.info_box_text {
	margin-left: 10px;
	margin-right: 10px;
	color: #023588;
	font-size: 20px;
}
.prg_title_text {
	margin-left: 10px;
	margin-right: 10px;
	color: #023588;
	font-size: 25px;
}
.info_box_header {
	text-align: center;
	color: #023588;
	font-weight: bold;
	font-size: 20px;
}
	
h1 {
	color:#2E2E94;
}
#header {  
	display: block;
	margin-left: auto; 
	margin-right: auto;
	width:814px;
	height:134px;
}
#footer {
	font-size: .75em;
	font-style: italic;
	width: 400px;
	margin-left: auto; 
	margin-right: auto;
	Padding-right: 550px;
}