﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #fffee8;
	background-repeat: repeat;
}
#container {
	background-color: #fffee8;
}
#masthead {
	text-align: center;
}
#navigation {
	text-align: center;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fffee8;
}
html>body #navigation {
	overflow: hidden;
}
#content {
	background-color: #fffee8;
}
#content-cross {
	background-color: #fffee8;
	background: url('../graphics/jerusalemcrossfaded.gif') no-repeat center;
}
#content-cross ul {
	list-style: circle outside;
	list-style-image: url('../graphics/smjcross5.gif');
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	font-size: x-small;
}
/* Masthead */
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #C0C0C0;
}
#navigation li {
	border: thin #FFFFFF solid;
	border-bottom: none;
	border-top-style: none;
	padding:4px;
}
#navigation a {
	background: #fffee8;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #fffee8;
}
/* Right Column */
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: x-large;
	font-style: italic;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: medium;
	font-style:italic;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
h6 {
	font-size:	large;
	font-style: normal;
	font-weight:normal; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
/* Footer */
#footer{
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #920e30;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


