﻿#body {
	background-color: #E3DDEF
}
#container {
	position: absolute;
	width: 1000px;
	height:800px;
	margin: 0px auto;
	background-image:url('images/zion%20background.jpg')
}
#contentTop {
	position: absolute;
	width: 695px;
	z-index: 3;
	left: 300px;
	top: 160px
}
#topHeader {
	position: absolute;
	width: 1000px;
	height: 150px;
	z-index: 1;
	left: 0px;
	top: 5px;
	text-align: right
}
#leftMenu {
	position: absolute;
	width: 150px;
	height: 400px;
	z-index: 2;
	left: 12px;
	top: 320px;
	text-align: center
}
#contentMain {
	position: absolute;
	width: 1000px;
	height: 450px;
	z-index: 1;
	left: 220px;
	top: 325px
}

#rightSideBar {
	position: absolute;
	width: 140px;
	height: 450px;
	z-index: 5;
	left: 850px;
	top: 325px;
	background-color:#4B66B7
}

#footer {
	position: absolute;
	left: 290px;
	top: 785px;
	width: 700px; 
	height: 30px;
	z-index: 4
}
.blueTop {
	background-image: url('images/blueClearTop.png'); 
	background-repeat:no-repeat;
	background-position: 50% bottom
}
.blueMiddle {
	background-image: url('images/blueClearMiddle.png')
	;
	color: white
}

.blueBottom {
	background-image: url('images/blueClearBottom.png'); 
	background-repeat:no-repeat;
	background-position: 50% top
}
.headerText {
	text-align: center;
	font-size: 48pt;
}

.footerText {
	text-align: center;
	font-size: small;
}
a {
	color: #FFFFFF;
}
#contentMain a {
	color: #5f8ea9;
	text-decoration: underline
}
#contentMain a:hover {
	color: #33627d;
	text-decoration: none
}
#leftMenu a {
	color: #FFFFFF;
	text-decoration: underline
}
#leftMenu a:hover {
	color: #5f8ea9;
	text-decoration: underline
}
a:visited {
	color: #F0F0F0;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #008080;
}
