@CHARSET "ISO-8859-1";

#master {
	width: 950px;
	margin: 0 auto;
	padding: 5px 5px;
	background-color: #FFFFFF;
}

body {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12pt;
	background-color: #AAAAAA;
	margin: 0px 0px;
}

#header h1 {
	position: absolute;
	z-index: -9000;	
}

h1 {
	font-weight: bold;
	font-size: 16pt;
	color: #FFD700;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 14pt;
	color: #804200;
	border-bottom: medium ridge;
	border-bottom-color: maroon;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	color: #804200;
}

h4 {
	padding: 5px 0px 0px 5px;
	margin: 0px;	
}

a {
	color: #FFD700;
	text-decoration: none;
}

a:hover {
	color: #FFD700;
	text-decoration: underline;
}

a img {
	border: none;	
}

hr {
	clear: both;
	margin: 5px;
}

label {
	float: left;
	vertical-align: top;
	width: 120px;
	margin: 5px 0px;
}

input {
	margin: 5px 0px;	
}

#header {
	margin: 5px;
}

/* right navigation */
#rightnav {
	float: right;
	margin: 5px;
	color: #FFD700;
	width: 220px; /* need this or else IE hides the left corners, if float is used */
	font-size: 10pt;
}

#rightnav a {
	color: #FFD700;	
}

#rightnav a:hover {
	color: #FFFA00;
}

#rightnav p {
	margin: 0px 0px;
	padding: 5px 5px;
}

/* No margins, else gap in bg color on bordersfg */
#rightnav ul {
	margin: 0px 0px;
	padding: 5px 5px 5px 40px;
}

#rightnav hr {
	border-color: #FFD700;
	border-top: thin;
	border-top-style: groove;	
}

#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding: 0px;
	color: #BBBBBB
}

#footer a {
	color: #BBBBBB;
}

#content {
	float: left;
	background: #FFFFFF url(../images/main-banner.jpg) no-repeat;
	margin: 5px;
	width: 600px;
}

#content ul li {
	margin-top: 10px;	
}

#content a {
	color: #0000FF;
	text-decoration: underline;
}

#content a:hover {
	color: #0000FF;
	text-decoration: none;
}

#content p {
	padding-left: 20px;
}

.calendar {
	margin-top: 60px;	
}

table#calendar {
	width: 700px;
	border: 4px solid #5A0000;
	border-spacing: 1px;
	margin-top: 60px;
}

table#calendar th, table#calendar td {
	border:1px solid #5A0000;
	font-size: 7pt;
	text-align: center;
	vertical-align: top;
	width:92px;
	margin: 2px;
	padding: 2px;
}

table#calendar th p, table#calendar td p {
	padding-left: 0px;	
}

div.date {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

.logo {
	float: right;
	margin: 5px;	
}

.error {
	color: #FF0000;
	font-weight: bold;	
}

.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.bibleCite {
	font-size: 8pt;
	color: #555555;
}

.linkCite {
	font-size: 7pt;
	color: #999999;
}

.question {
	font-weight: bold;
}

.answer {
	font-style: italic;
}

.pdfIcon {
	/* license states the height of the icon must
	   be the min margin on both sides:
	   http://www.adobe.com/misc/linking.html#pdficon */
	margin-right: 17px;
}

.linkIcon {
	margin-right: 5px;
	vertical-align: middle;
}

table.stats {
	width: 600px;
	border: 4px solid #5A0000;
	border-spacing: 1px;
	margin-top: 0px;
}

table.stats th, table.stats td {
	border:1px solid #5A0000;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	/*width:92px;*/
	margin: 2px;
	padding: 2px;
}

table.stats th p, table.stats td p {
	padding-left: 0px;	
}

#announcements {
	clear: both;
	width: 590px;
	float: left;
	margin-bottom: 16px;
}

#announcements img {
	float: left;
	margin: 0px 10px 10px 20px;
}

#announcements p {
	margin-top: 0px;
	margin-left: 26px;	/* keeps text flush with right edge of bullet */
	font-size: 9pt;
}

.announcement {
	float: left;
	width: 295px;	
}

/* rounded corners for header */
.box-maroon { 
  /*background: #800000;*/
  background: url(../images/main-banner6.gif) no-repeat 0 0; 
}
.boxtop-maroon { 
  background: url(../images/ne-maroon.gif) no-repeat top right; 
}
.boxtop-maroon div { 
  height: 10px; 
  background: url(../images/nw-maroon.gif) no-repeat top left; 
}
.boxbottom-maroon { 
  background: url(../images/se-black.gif) no-repeat bottom right;
}
.boxbottom-maroon div { 
  height: 10px; 
  background: url(../images/sw-black.gif) no-repeat bottom left;
}
.boxcontent-maroon {
  padding: 0px 10px 0px 10px;
  /* can put height here to adjust header height */
  height: 90px;
}

/* rounded corners rightnav */
.box-maroon2 { 
  background: #5A0000; 
}
.boxtop-maroon2 { 
  background: url(../images/ne-maroon2.gif) no-repeat top right; 
}
.boxtop-maroon2 div { 
  height: 10px; 
  background: url(../images/nw-maroon2.gif) no-repeat top left; 
}
.boxbottom-maroon2 { 
  background: url(../images/se-maroon2.gif) no-repeat bottom right;
}
.boxbottom-maroon2 div { 
  height: 10px; 
  background: url(../images/sw-maroon2.gif) no-repeat bottom left;
}
.boxcontent-maroon2 {
  padding: 0px 10px 0px 10px;
  /* can put height here to adjust header height
  height: 100px; */
}

/* right side ad */
.right-ad {
	clear: right;
	float: right;
	font-size: 10pt;
	width: 200px;
	padding: 10px;
	margin: 5px;
}
.ad-image {
	float: left;
	margin: 5px;
}
.right-ad p a {
	color: #000000;
}
.right-ad h4 a {
	color: #5A0000;
}
