html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100.01%;
	background: #FFFFFF;
	text-align: left;
	color: black;
	border: none;
}

a {
	color:#CC6600;
	font-weight:bold
}
a:hover {
	color:#CC3300;
}

p {
	margin: 0.5em 0.5em 0em 0.5em;
}

img {
	border: 0px;
}

li {
	padding: 0.5em 0em 0em 0em;
}

/* This is the container for the header and columns. */
#container {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 2;
}

#header {
	width: 100%;
	height: 6em;
	background-color: #B41E28;
	background-image: url(images/methodist-cross50.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #FFFFFF;
	overflow: hidden;
	padding: 0;
}

#header h1,
#header h2 {
	background-color: #B41E28;
	background-image: none;
	color: #FFFFFF;
	clear: right;
	float: right;
	font-weight: lighter;
	margin: 0;
}
#header h1 {
	padding: 0.4em 2% 0.2em 0em;
}
#header h2 {
	font-size: 1.1em;
	padding: 0em 2% 0.2em 0em;
}

.column,
.companion {
	float: left;
	position: relative;
}

.center {
	width: 78%;
	left: 20%;
}

.left {
	width: 20%;
	left: -78%;
	margin: 0 -2px 0 0; /* rounding error compensation on the right backside */
	padding: 0 2px 0 0; /* overlapping to the right */
}

.right {
	float: right;
	width: 2%;
	margin: 0 0 0 -2px; /* rounding error compensation on the left backside */
	padding: 0 0 0 2px; /* overlapping to the left */
}

/* The padding of the columns */
.colcontent {
	padding: 0.5em 0.5em 0em 0.5em;
	margin-bottom: 4em;
}

/*
Container for fixed size elements that would stick out of the columns when the window is narrowed.
*/
.fixed { 
	overflow: hidden;
	width: 100%;
}

/*
- Presentation of the column (background, equal height aspect) is separated from the content
- It combines a FSA of 1em with a EHC technique that is turned upside down: the padding excess grows from bottom to top padding-top: 16000px
*/
#pedestal { 
	clear: both;
	float: left;    /* makes Opera 8.54 behave */
	position: relative;
	z-index: 0;
	width: 100%;
	height: 2em;
	line-height: 1em;
	margin-top: -3em;
	font-size: 1em;
}

/*
do not use ".left.companion", as IE does not support multiple classes in one selector correctly
do use "#pedestal .left" instead.
*/
#pedestal .left {
	background: #B41E28;
}

#pedestal .center {
	background: #FFFFFF;
}

#pedestal .right {
	background: #B41E28;
}

#pedestal .companion {
	margin-top: -16000px; /* EHC, but reversed: from bottom to top */
	padding-top: 16000px;
	height: 1em;
}

#footer {
	position: relative;
	width: 100%;
	height: 3em;  /* Hight of the footer. */
	clear: both;
	background: #B41E28;
	color: #FFFFFF;
	padding: 0.5em 0em 0.5em 0em;
	margin-top: -4em;
	font-size: 0.8em;
	float: left;
	z-index: 3;
}
#footer a {
	color: #FFFFFF;
	margin-right: 0.5em;
	font-size: 0.8em;
}
#footer a:hover {
	color: #FFCC66;
}

#leftnav {
	padding: 0em 0em 0em 0em;
	background:  #B41E28;
	color: #FFFFFF;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0em 0em 0em 1em;
	text-indent: -1em;
	font-size: 0.9em;
}
#leftnav li {
	padding: 0.8em 0em 0em 0em;
}
#leftnav a {
	color: #FFFFFF;
}
#leftnav a:hover {
	color: #FFCC66;
}

#middle {
	text-align: center;
}

#map {
    float: center;
    width: 500px;
    height: 300px;
}
