﻿@import url("layout.css");

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	background-attachment: scroll;
 background-color:#F2FFFF;
	

}
.title {
	font-family: Arial;
	font-size: 25px;
	color:green;
	font-weight:bold;
	
	padding-top:0px;
}
.subtitle {
	font-family: Arial;
	font-size: 16px;
	color: green;
	font-weight:bold;
}
.text {
	font-family: Arial;
	font-size: 12px;
}

#linktochristmassite h4{
color:maroon;
font-weight:bold;
	
}

#container {

	width: 100%;

	margin-top: 10px;

	background-color: #F2FFFF;

	
	}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	padding-left:0px;
	padding-right:0px;
	color:#009900;
	

}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	padding-left:0px;
	padding-right:0px;
	color:#009900;
	

}
#serviceterritory {
	padding:0px;
	width:800px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
}


#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;

}

#page_content {

	position: relative;

	width: 800px;

	margin-left: auto;

	margin-right: auto;

	padding: 0px;

	background-color: white;
	height:auto;



}

#title{position: relative;

	width: 800px;

	margin-left: auto;

	margin-right: auto;

	padding: 0px;

	background-color: black;

	font-weight:bold;

 	height:auto;	

}
#sidebar {
	width:200px;
}

#overview {
	width: 780px;
	padding: 10px;
	position: relative;
	text-align: justify;
	float: left;
	background-color: white;
}


#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color:#F2FFFF;

}

/* Masthead Styles */

#masthead h1 {

	font-weight: normal;

	color: #261;

	text-transform: uppercase;

	display: inline;

}

#masthead h3 {

	font-weight: normal;

	color: #708090;

	display: inline;

	margin-top: 3.5%;

	margin-left: 10%;

}


/* Navigation Styles */

#navigation ul {

	list-style-type: none;

	width: auto;

	margin: 0;

	padding: 0;

}

#navigation li {

	float: left;

}

#navigation a {

	text-decoration: none;

	color:blue;
	font-weight:bold;

	display: block;

	margin: 0 1px;

	padding: 5px;

	border: 1px solid #708090;

	background-color: #99CCFF;

}

#navigation a:hover {

	text-decoration: none;

	color: #261;

	background-color: #ccc;

}

/* Content Styles */

h6 {

	color: green;
	font-weight:bold;

}

h5 {

	color: green;
	font-weight:bold;

}

h4 {

	color: green;
	font-weight:bold;

}

h1 {

	color: green;
	font-weight:bold;
	font-size: x-large;
	margin:0px;
}

h2 {

	color:green;
	font-weight:bold;

}
h3 {

	color:green;
	font-weight:bold;

}

p {
	 color:black;
}
li {
 color:black;	
}

/* Footer Styles */

#footer p {

	font-size: 0.85em;

	color: black;

}

#footer a {

	color: black;

	text-decoration: underline;

}

#footer a:hover {

	color: #2f4f4f;

	text-decoration: none;

}

/* Link Styles */

a {

	color: blue;

	text-decoration: underline;

}

a:hover {

	color: #708090;

	text-decoration: underline;

}

.style_bold {

	font-weight: bold;

}

.style_italic {

	font-style: italic;

}


