body{
	background-color: #8B0101;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	height: 100%;
	width: 100%;
}

#Background{
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 200px;
	background: #8B0101 url(yellowbar.jpg) repeat scroll top left;
}

#Container{
	position: absolute;
	top: 20px;
	left: 12%;
	width: 75%;
	height: auto;
	overflow: auto;
	background-color: #FFFFFF;
	border: 10px solid black;
}

#Visual{
	position: relative;
	top: 0;
	height: 275px;
	width: auto;
	background: #E4C062 url(Dig&Camel735x235_2.jpg) no-repeat scroll top center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#LeftColContainer{
	float: left;
	bottom: 0;
	width: 20%;
	height: auto;
}

#LeftColNav{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 18px;
}

#NavList {
margin: 0;             /*removes indent IE and Opera*/
padding: 0;            /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#NavList a {
height: 1%;
width: auto;
display: block;
margin: 6px;
padding: 2px 2px 2px 2px;
border: 3px solid;
border-color: #F9A100 #CD6600 #CD6600 #F9A100;
background-color: #EE9A00;
color: #8B0101;
text-align: center;
text-decoration: none;
font-family: "comic sans ms",cursive;
}

#NavList a:hover{
border: 3px solid;
border-color: #21C971 #168646 #168646 #21C971;
background-color: #1EB565;
color: WHITE;
}

#LeftColNav #NavList .uberlink{
border: 3px solid;
border-color: #21C971 #168646 #168646 #21C971;
background-color: #1EB565;
color: WHITE !important;
font-weight: bold;
cursor: default;
}

#MainContainer{
float: left;
width: 79%;
height: auto;
}

#MainContainerVerse{
position: relative;
top: 0;
left: 0;
border: 0;
margin: 0;
height:auto;
width: auto;
}

#MainContainerBody{
Position: relative;
top: 0;
height: 100%;
width: auto;
}

#Footer{
	clear: both;
	position: relative;
	height: 40px;
	width: 100%;
	background-color: #E4C062;
	border-top: 1px solid black;
	text-align: center;
}

.innertube{
	margin:3px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

p{
font-family: arial, sans-serif;
color: #696560;
}

p.versetext{
font-family: "comic sans ms",cursive;
font-weight: bold;
font-size: 20px;
color: #8B0101;
letter-spacing: -0.5px;
text-align: right;
}


p.footertext{
font-family: arial, sans-serif;
font-size: 14px;
color: black;
}

h1{
font-family: arial, sans-serif;
color: BLACK;
}

h2{
font-family: arial, sans-serif;
color: #696560;
}

h3{
font-family: arial, sans-serif;
font-size: 18px;
color: #696560;
}

table.schedule{
font-family: arial, sans-serif;
font-weight: normal;
font-size: 18px;
color: #696560;
width: 100%;
border: 5px  solid #1EB565;
border-collapse: collapse;
margin: 0;
}

table.schedule td.headers{
border: 2px solid #1EB565;
text-align: center;
font-weight: bold;
font-size: 24px;
}

table.schedule td{
border-left: 2px solid #1EB565;
border-right: 2px solid #1EB565;
text-align: center;
height: 75px;
} 

hr{
border: 0;
width: 75%;
color: #1EB565;
background-color: #1EB565;
height: 5px;
}

address {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-family: arial, sans-serif;
	color: #696560;
}


#GenericList {
	list-style-type: disc;
	font-size: 18px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #696560;
}


.QuizPics{
	margin: 0px;
	padding: 3px;
	border: 5px solid #1EB565;
	width: 75%;
	text-align: center;
}
	
.QuizPics img{
	margin: 3px;
	width: 97%;
	border: 2px solid #8B0101;
}

.desc{
	text-align: center;
	margin: 2px;
}

