@charset "utf-8";
/* CSS Document */
html, body {
	margin: auto !important;
	padding: auto !important;
	width: auto !important;
}
html {
	height: auto !important;
	margin-bottom: auto !important;	
}
body {
	background: none !important;
}
a {
	text-decoration: underline !important;
}

/******* FRAMEWORK *******/
#boxAll {
	width: auto !important;
	margin: auto !important;
	background: none !important;
}
		#boxLogo h1 {
			width: auto !important;
			height: auto !important;
			background: none !important;
			font-size: 26px !important;
			padding: 20px 0 !important;
		}
		#boxLogo h1 span {
			display: block !important;
		}		
	#boxMain {	
		padding: 0 !important;
		background: none !important;
	}
		#boxMenu {
			display: none !important;
		}
		#boxContent {
			width: 450px !important;
			float: left !important;
			padding: 0 !important;
			margin: 0 !important;
		}
		#boxInfo {
			float: left !important;
			padding: 0 15px 0 0 !important;
			background: none !important;
		}
	#boxFooter {
		padding: 0 !important;
		background: none !important;
		
	}
	#boxFooter a {
		display: none;
		
	}
		#boxFooterContent {
			padding: 0 !important;
			height: auto !important;
			text-align: left !important;
			border: none !important;
			background: none !important;
		}		

/******* CONTENT STYLES **********/
.verse {
	padding: 8px;
	background: none;
	text-align: left;
	font-weight: bold;
	color: #666;
}

.newsListItem .newsListItemText {
	float: left;
	width: 300px !important;
}
