html, body, div, h1, h2, h3, p, form, img { margin:0px; padding:0px; }
body {
	font:16px/1.3em Arial, Helvetica, sans-serif;
}
img { border:none; }
h1 {
	font-size:24px;
  line-height: 1.2em;
	margin-bottom:10px;
	color:#830012;
}
h2 {
	font-size:20px;
	margin-bottom:0.8em;
}
p { margin-bottom:1.2em; }

a {
	color:#200066;
	text-decoration:underline;
}
	a:hover { color:#830012; }
	
input[type=text], input[type=password], textarea, select {
	border:1px solid #999;
	font-size:1em;
}
input[type=text], input[type=password] { width:200px; }
input[type=submit], input[type=button] {
	padding:3px 8px;
	cursor:pointer;
	border:1px solid #999;
	background-color:#eee;
}
	input[type=submit]:hover, input[type=button]:hover {
		background-color:#009;
		color:#eee;
	}

td, th { text-align:left; vertical-align:top; }
th {
	background:#006;
	color:#fff;
}
tr.altRow td { background-color:#e0e0e0; }
th a { color:#fff; }
th a:hover { color:#ccc; }


#wrapper {
	width:950px;
	margin:0px auto 40px auto;
}

#header {
	padding:54px 0px 0px 350px;
	height:165px; /* 219 - 54 */
	margin:0px 0px 10px 0px;
	background:url(/images/openBible.jpg) no-repeat;
}
	#header #address {
		margin-left:15px;
		font:bold 18px Georgia, "Times New Roman", Times, serif;
		color:#830012;
	}

#menu {
	position:fixed;
	padding:36px 0px 0px 0px;
	/*
	margin:0px 30px 0px 10px;
	*/
	top:230px;
	
	width:142px;
	
	background:url(/images/menu_bg.png) no-repeat top center;
}
	#menu a {
		display:block;
		padding:4px 2px 0px 2px;
		height:26px; /* 30 - 4 */
		margin:0px 0px 4px 0px;
		font:18px Georgia, "Times New Roman", Times, serif;
		color:#fff;
		text-align:center;
		text-decoration:none;
		background:url(/images/menu_btn_bg.png) repeat-x;
	}
		#menu a:hover {
			text-decoration:underline;
		}

#content {
	float:left;
	width:763px;
	margin-left:172px;
}

.screen_reader { display:none; }
.sprite { display:block; position:absolute; }
.error { color:#f00; }
.clear { clear:both; height:0px; }

.row {
	clear:left;
	margin-bottom:4px;
}
.row label {
	display:block;
	float:left;
	padding:3px 3px 0px 0px;
	width:110px;
	text-align:right;
}

a.delete {
	color:#f00;
	padding:1px 2px;
}
	a.delete:hover {
		color:#fff;
		background-color:#f00;
	}
