/* CSS Document */

body {
	margin: 0;
	background-color: #f7e4cb;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #6b74ad;
}

h1,h2,h3 { color: #eabc7e; margin:0;}

a { color: #6b74ad; }

a:hover { text-decoration: none; }
	
.leftside {
	float:left;
	width: 640px;
	/* border: 1px solid black; */
	background-image:url(images/orangeband.gif);
	background-repeat: repeat-y;
	background-color: white;
}

.banner {
	margin-bottom:10px;
	/* border: 1px solid red; */
	background-color: white;
}

.menu {
	padding: 10px;
	font-size:9pt;
	background-color: #6b74ad;
}

.menu a {
	color: white;
	padding-right: 10px;
	padding-left: 8px;
	border-right: 1px solid white;
	text-decoration: none;
}

.menu a:hover {
	color: #f7e4cb;
}

.sidebar {
	width: 150px;
	padding: 10px;
	/* border: 1px solid green; */
	float:left;
	font-size:10px;
}

.maincontent {
	float:none;
	margin-left:180px;
	background: white;
	padding: 2em;
	padding-top: .5em;
	/* border: 1px solid blue; */
}

.verse {
	font-size: 11px;
	padding: .5em;
}

.rightside {
	float:left;
	clear:right;
	width:178px;
	min-width: 178px;
}

body>.rightside {
	position: absolute;
	left: 640px;
	top: 0px;
	width:178px;
}



.footer {
	padding-top:4px;
	padding-bottom: 7px;
	font-size: 9px;
	text-align: center;
	width: 100%;
	float:none;
	clear:both;
	background-color: white;
	border-top: 1px solid #6b74ad;
}

.announce {background-color: white; color: black; font: 15pt;}
.highlighttext {background-color: white; color: black;}
.highlighttextred {background-color: white; color: red;}