a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { text-decoration: none; }

/* Cleans the slate */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	margin: 0px;
	}

/* sets container area definitions */
/* #pagecontainer {
	position: absolute;
	text-align: left;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	} */
	
#leftcontainer {
	background-color: #789079;
	/* background-image: url(/images/church.jpg); */
	/* background-repeat: no-repeat; */
	/* background-position: top; */
	position: absolute;
	width: 180px;
	height: 100%;
	float: left;
	padding: 10px 0px 0px 0px;
	}
	
#textcontainer {
	background-color: #FFFFFF;
	line-height: 0.5cm;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #362D25;
	padding: 5px 50px 0px 220px; 
	}
	
#linkcontainer1 {
	margin-top: 20px; 
	width: 90%; 
	}
	
#linkcontainer2 { 
	width: 90%; 
	}

/* set header specs */
#header {
	background-image: url(/images/header.jpg); 
	background-repeat: no-repeat; 
	background-position: 0% 80%; 
	background-color: #d9e1ce;
	width: 82%;
	position: absolute;
	top: 0px;
	left: 180px;
	padding: 8px 0px 0px 0px; 
	height: 88px;
	}	

/* sets specs for the footer */
#footer {
	clear: both;
	float: left; /* 150px; */
	background-color: #B5B9D7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	font-style: oblique;
	color: #414767;
	padding: 2px 2px 2px 2px;
	}
	
#specialNote {
	float: right;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	background: #FDECB3;
	border: medium;
	border-color: #E3CA9B;
	border-style: solid; 
	margin-right: .1em;
	margin-left: 1.5em;
	}
	
#searchBox {
	clear: both;
	float: none;
	vertical-align: bottom;
	width: 140px;
	height: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	padding: 0px 0px 0px 10px;
	}

#leftimgFloat {
	float: left;
	padding: 10px 10px 10px 0px;
	background: #ffffff;
	}
	
#rightimgFloat {
	float: right;
	padding: 10px 0px 10px 10px;
	background: #ffffff;
	}

/* defines links on the left column */
#linkcontainer1 ul, #linkcontainer2 ul {
	margin-left: 8px;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B231E;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	}
	
#linkcontainer1 li, #linkcontainer2 li {
	padding-bottom: 7px;
	color: #2B231E;
	text-decoration: none;
	}

#linkcontainer1 a, #linkcontainer2 a {
	display: compact;
	padding: 1px 1px 1px 5px;
	width: 170px;
	border-bottom: 0px solid;
	background-image: none;
	color: #2B231E;
	text-decoration: none;
	} 

#linkcontainer a:hover, #linkcontainer2 a:hover {
	background-color: transparent;
	color: #2B231E;
	text-decoration: none;
	background-image: none;
	}

/* Defines horizontal button settings */
#buttoncontainer {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 150px;
	padding: 1px 0px 0px 0px;
	}	

#buttonlist ul {
	padding: 5px 5px 5px 7px;
	white-space: nowrap;
	color: #403122;
	width: 70%;
	}

#buttonlist li {
	display: inline;
	list-style-type: none;
	color: #403122;
	}

#buttonlist a { 
	padding: 3px 10px; 
	color: #403122;
	}

#buttonlist a:link, #buttonlist a:visited {
	color: #403122;
	background-color: #C1CDB1;
	text-decoration: none;
	}

#buttonlist a:hover {
	color: #000000;
	background-color: #A9B59B;
	text-decoration: none;
	}	


/* Defines header size, color, and whitespace */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bolder;
	color: #2E4718;
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: 700;
	color: #000000;
	margin: 0px;
	padding: 6px 6px 6px 0px;
	}
	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #003366;
	font-weight: bolder;
	margin: 0px;
	padding: 6px 6px 6px 0px;
	}

/* Defines specs for emphasized text */
p em {
	color: #990000;
	}

/* Defines default paragraph font specs */
p {
	font-size: 110%;
	} 

