 body {
	margin:0px 0px 20px;
	padding:0px;
	text-align:center;
	background-color: #000000;
	}
#container { /* Holds the content parts of the page and centers them on the body */
	width:760px;
	text-align:left;
	position: relative;
	background-image: url(site-images/home-page-bg.jpg);
	margin:0px auto 1em;
	}
	
#banner{
	margin:0px;
	padding:0px;
	position: relative;
	width: 760px;
	height: 137px;
	left: 0px;
	top: 0px;
}	
	

#navbar {
	position: absolute;
	left: 563px;
	top: 84px;
	width: 190px;
	z-index: 100;
}	

#navbar-middle {
	background-image:url(site-images/navbar-middle.gif);
	background-repeat:repeat-y;
	margin-top: -28px;
	padding-bottom: 5px;

}	
#navbar ul{
	line-height: 1.25em;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
#navbar ul ul{
	margin-right: 5px;

}
#navbar ul ul ul{
	margin-right: 5px;

}

#navbar a:link {
	color: #333333;
	text-decoration:none;
	font-size:12px;
}
#navbar a:visited {
	color: #333333;
	text-decoration:none;
	font-size:12px;
}
#navbar a:hover {
	color: #CCCCCC;
	background-color: #CC9933;
	font-size:12px;
}

#navbar li {
	list-style-type: none;
	margin-left: -20px;
	margin-top: 0.8em;
}
#navbar li li{
	list-style-type: square;
	margin-top: 0.3em;
}
#navbar li li li{
	list-style-type: disc;
	margin-top: 0.3em;
}
	
#navbar li.onpage {
	color: #660000;
	font-size:12px;
}

#navbar li.backTO {
	color: #006600;
	font-size:12px;
}

#navbar li.backTO a:link{
	color: #006600;
	font-size:12px;
}

#navbar li.backTO a:visited{
	color: #006600;
	font-size:12px;
}
	
#content {
	text-align: left;
	font-size: small;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	position: relative;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	width: 510px;
	left: 20px;
	top: -20px;
}

#horzlist li {
	display: inline;
	padding-right: 20px;
	}
#horzlistNoPad li {
	display: inline;
	}	
	
#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #663300;
	text-decoration: underline;
}
#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #663300;
	text-decoration: underline;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #CCCCCC;
	background-color: #CC9933;
	text-decoration: underline;
}

#footer {
	background-image: url(site-images/home-page-footer.jpg);
	left: -3px;
	height: 32px;
	background-repeat: no-repeat;
}

#topnav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
	list-style-type: none;
}

#topnav a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	color: #000000;
}
#topnav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
#topnav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #CC9933;	
	text-decoration:none;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#ff-button {
	height: 15px;
	width: 100px;
	left: 230px;
	top: 35px;
	position: absolute;
}
	
#kp-button {
	height: 15px;
	width: 75px;
	left: 352px;
	top: 35px;
	position: absolute;
}

#visit-button{
	height: 15px;
	width: 75px;
	left: 454px;
	top: 35px;
	position: absolute;
}

#donate-button {
	height: 15px;
	width: 100px;
	left: 549px;
	top: 35px;
	position: absolute;
}

#events-button {
	height: 15px;
	width: 70px;
	left: 665px;
	top: 35px;
	position: absolute;
}

.imageLeft { /*Used to float images to the left and wrap text around them */
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-bottom: 7px;
	}

.imageRight {
	float: right;
	margin-left: 10px;
	padding-top: 7px;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-bottom: 7px;
	}
	
.imageLeftNoCap { /*Used to float images to the left and wrap text around them */
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	}
.imageLeftNoCapNoPad { /*Used to float images to the left and wrap text around them */
	float: left;
	margin-right: 10px;
	}
.imageRightNoCap {
	float: right;
	margin-left: 1.5em;
	padding-bottom: 7px;
	padding-top: 5px;
	margin-bottom: 7px;
	}
.imageRightNoCapNoPad {
	float: right;
	margin-left: 1.5em;
	padding-bottom: 7px;
	margin-bottom: 7px;
	}
img {
	border: none;
	}

.copyright { /*Set display properties for the copyright section at the bottom of the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.2em;
	text-align: center;
	}
	
a.skip {
	position: absolute;
	z-index: -10000;
	top: 13px;
	left: 17px;
}	
.indent1 {
	margin-left: 3em;
}
h1 { /*used for the page title at top of content */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #663300;
	text-align: left;
	line-height: normal;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #000000;
	}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	margin-top: 1.2em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: -0.5em;
	line-height: normal;
	}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	margin-top: 1.2em;
	margin-right: 0em;
	margin-bottom: -0.5em;
	margin-left: 0em;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1em 0em;
	font-weight: bold;
	color: #000000;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em -1em 0em;
	font-weight: bold;
	color: #000000;
	}
	
.sidebar_left {
	float: left;
	padding: 7px;
	width: 150px;
	border: thin solid #666666;
	margin-right: 1em;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	line-height: normal;
	}	

.sidebar_right {
	float: right;
	padding: 7px;
	width: 150px;
	border: thin solid #666666;
	margin-left: 1em;
	background-color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	line-height: normal;
	}	
.quotation {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 520px;
	margin-bottom: 1em;
}		
		
.sidebar_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-top: 0.5em;
	background-color: #FFFFCC;
	padding: 3px 6px;
	margin-bottom: -0.5px;
	}		

.book { /* Used to set font for references to book names */
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
.note { /*Sets small font size for footnotes and other notes */
	font-size: 76%;
	line-height: 1em;
	margin-left: 1.6em;
	}

.indent { /*Used instead of "blockquote" to create indents */
	margin-left: 1.6em;
	}
	
.indent2 { /*Used instead of "blockquote" to create indents */
	margin-left: 2.6em;
	}	
.box { /*Puts body text into a box, such as on Events page */
	padding: 1em;
	height: auto;
	width: 460px;
	border: thin solid #999999;
	margin: 1em;
	}
a.hoverHelp {
	color: #336666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #336666;
}	
.bofa {
	position: relative;
	left: 30px;
	float: left;
}
	
.redline {
	color: #FF0000;
	text-decoration: line-through;
}
#givingBox {
	background-color: #000000;
	width: 500px;
	font-weight: bold;
	color: #FFFFFF;
	height: 130px;
	vertical-align: middle;
	text-align: center;
}

#givingBox a:link {
	color:#FFFFFF;
}

#givingBox a:visited {color:#FFFFFF}
	
@media print { /*Sets up the parameters for printing the page - removes most elements */
body {
	background: white url(none);
	color: #999999;
}
#banner {display:none;}
#topnav {display:none;}
#navbar {display:none;}
#navbar-middle {display:none;}

a.skip {display:none;}

#content a:link {color:#0000FF; 
		text-decoration: underline;
		font-size:12pt;
		line-height: 120%;
}

#content a:visited {color:#0000FF; 
			text-decoration: underline;
			font-size:12pt;
			line-height: 120%;
}
.bottomnav {display:none;}
.backLink {display:none;}
#container {
	background-color: #FFFFFF;
	background-image: none;
	width: 100%;
}
#content {
	margin-top: 20px;
	font-family:Serif;
	font-size:12pt;
	line-height: 120%;
	color: black;
	background: #FFFFFF;
	width: 95%;
	}

h1 {
	margin-top: 20px;
	padding-top: 20px;
}
.book {
	font-family:Serif;
	font-size:12pt;
	color: black;
	background: #FFFFFF;
	}	

#content.ul {
	font-family:Serif;
	font-size:12pt;
	color: black;
	background: #FFFFFF;
	}			
.quotation {
	font-family:Serif;
	font-size:12pt;
	line-height: 120%;
	color: black;
	background: #FFFFFF;
	width: 95%;
	}
	
.copyright {
	font-family:Serif;
	font-size:12pt;
	color: black;
	background: #FFFFFF;
	}	

