/*html, body {
	height: 100%;
}*/
body { 
	margin: 0 0 0 0; 
	font-family: arial,sans-serif; 
	font-size: 10px;
	background-color: #515151;
	}

form 
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
a:link { color: #9e0606; text-decoration: underline; }
a:hover { text-decoration: none; color: #ab8383; }
#footer a:link, #footer a:visited { color: #ab8383; }
#page {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 700px; 
    text-align: left;
    padding: 0 0 0 0;
    height: 100%;
    }
	
#container {
	position: relative;
	float: left;
	background: #b9bca0;
	width: 700px;
	height: 100%;
	}
	
#left_col {
	position: relative;
	width: 124px;
	height: 100%; /*697px*/
	float: left;
	}
	
#leftCol4 {
	background: #b9bca0 url(../images/left_col_04.gif) no-repeat top;
	/*background-image: url(../images/left_col_04.gif);
	background-color: #b9bca0;*/
}

#leftCol5 {
	float: left;
	position: relative;
	background: transparent url(../images/left_col_05.gif) repeat-y top;
	width: 124px;
	height: 100%;
	padding-top: 0px;
	margin: 0px;
}
	
/*.tblHeightFix {
	border-collapse:collapse;
	height: 100%;
	width: 0px;
	margin: 0px;
	background-color: #b9bca0;
}*/
	
#right_col { 
	text-align: left;
	padding: 0 0 0 0; 
	width: 576px;
	float: left; 
	height: 100%;
	}
	
#top_graphic {
	background-color: #b9bca0;
	padding: 0 0 0 0;  
	text-align: left; 
	width: 576px;
	height: 227px;
	float: left; 
	}
	
#content {
	margin: 0px auto;
	text-align: left;
	padding: 0 0 0 0; 
	width: 576px;
	min-height: 470px;
	height: 100%; /*470px original*/
	float: left; 
	font-family: arial, courier, serif;
	color: #333333; /*#e9e9e9 original*/
	background-color: #b9bca0;
	overflow: hidden;
	}
	
#text {
	font-size: 11px;
	text-align: justify;
	padding: 0 10px 0 10px; 
	float: left; 
	font-family: arial, courier, serif;
	color: #333333;
	}
	
#bottom {
	background-color: #515151;
	background: url('../images/bottom.gif');  
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	width: 700px;
	height: 25px;
	padding: 0 0 0 0; 
	width: 700px;
	float: left; 
	}

#footer {
	text-align: center;
	padding: 10px 0 10px 0; 
	width: 700px;
	font-family: arial, courier, serif;
	color: #e9e9e9;
	letter-spacing: 3px;
	text-transform: uppercase;
	float: left; 
	background-color: #515151;
	}

.welcome {
	width: 220px;
	float: left;
	padding: 2px 5px 10px 5px
	}
	
.photo {
	width: 323px;
	height: 215px;
	padding: 20px 10px 0 0;
	float: right;
	}

.events {
	width: 220px;
	float: left;
	padding: 5px 5px 10px 5px
	}

.worship {
	width: 300px;
	float: right;
	padding: 2px 5px 10px 5px
	}
	
.time {
	font-size: 12px;
	font-family: arial, courier, serif;
	color: #515151;
	text-align: left;
	}
	
.internal {
	width: 500px;
	float: left;
	padding: 10px 5px 10px 5px
	}
	
OL.alphaList {
    list-style-type:upper-alpha;
}

OL > LI > OL > LI {
    margin-left: -10px;
}
/* inner styles */
#mnuSection {
	float: right;
	margin-top: 20px;
	padding: 5px 15px 15px 25px;
	border-right: solid 1px #e9e9e9;
	text-align: right;
}
#mnuSection h4 {
	color: #515151;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: larger;
}
.mnuLinkSelected {
	font-weight: bold;
	color: #e9e9e9;
	text-decoration: none;
}
/* admin styles */
.adminPanel h3, .adminPanel h4 {
	padding-left: 10px;
	padding-top: 0px; padding-bottom: 0px;
	margin-top: 0px; margin-bottom: 0px;
}
.Urgent { color: Red; }
#login {
	text-align: center;
}
#PublishButton {
	float: right;
	margin: 5px;
}
.submenu, .submenuSelected {
	margin-left: -10px;
}
.submenuSelected {
	list-style-type: circle;
}