/* BETHSAIDA */

body {
        background:             #990000;
        padding:                0px;
        margin:                 0px;
        }

a:link {
		color:					#990000;
		text-decoration:		none;
		}
a:visited {
		color:					#990000;
		text-decoration:		none;
		}
a:hover {
		color:					#990000;
		text-decoration:		underline;
		}
a:active {
		color:					#990000;
		text-decoration:		underline;
		}

#displayarea {
        width:                  850px;
        margin:                 0px auto;
        background-color:       #E7D5B1;
}

/* TOP */

#top {
        background:             ;
        height:                 134px;
        width:                  850px;
        padding-bottom:         20px;
        margin:                 0px;
}

#pretitle {
        color:                  #000000;
        letter-spacing:         .2em;
        line-height:            16px;
        font-family:            Georgia, "Times New Roman", Times, serif;
        font-size:              16px;
        font-weight:            bold;
        text-align:             center;
        padding-top:            15px;
		margin:			  		0;
	}

#title {
        color:                  #990000;
        letter-spacing:         .0em;
        line-height:            35px;
        font-family:            Georgia, "Times New Roman", Times, serif;
        font-size:              34px;
        font-weight:            bold;
        text-align:             center;
        padding-top:            0px;
	  	margin:			  	10px 0 0 0 ;
        }

#subtitle {
        font:                   12px Arial, Helvetica, sans-serif;
        color:                  #000000;
        letter-spacing:         0.2em;
        line-height:            18px;
        text-align:             center;
	  	margin:			  	10px 0 0 0 ;
        }

/* NAVIGATION */

#navigation {
        float:                  left;
        width:                  180px;
        margin:                 0;
        padding:                0;
        background:             #E7D5B1;
        border-bottom:          1px solid #F4FFE4;
        list-style:             none;
}

#navigation li {
        margin:                 0;
        padding:                0;
}

#navigation li a, #navigation li a:link, #navigation li a:visited {
        display:                block;
        width:                  154px;
        padding:                8px 6px 10px 20px;
        margin:                 0;
        border-top:             1px solid #F4FFE4;

        font:                   bold 11px Arial, Helvetica, sans-serif;
        color:                  #000000;
        font-size:              13px;
        line-height:            16px;
        letter-spacing:         .1em;
        text-decoration:        none;
}

#navigation li a:hover {
        background:             #990000;
        color:                  #E7D5B1;
}

#navigation li a.active, #navigation li a.active:link, #navigation li a.active:visited {
        display:                block;
        font:                   bold 11px Arial, Helvetica, sans-serif;
        color:                  #E7D5B1;
        font-size:              13px;
        line-height:            16px;
        letter-spacing:         .1em;
        text-decoration:        none;
        padding:                8px 6px 10px 20px;
        border-top:             1px solid #F4FFE4;
        background:             #990000;
}

/* SUBNAVIGATION */

#navigation li #submenu {
        width:                  160px;
        margin:                 0 9px 12px 9px;
        padding:                0;
        border:                 solid #990000;
        border-width:           0 1px 1px 1px;
        list-style:             none;
        background-color:       #F2EAD7;
}

#navigation li #submenu li {
        margin:                 0;
        padding:                0;
        border:                 0;
}

#navigation li #submenu li a, #navigation li #submenu li a:link,
    #navigation li #submenu li a:visited {
        display:                block;
        width:                  139px;
        font-family:            Arial, Helvetica, sans-serif;
        font-size:              13px;
        font-weight:            bold;
        line-height:            20px;
        letter-spacing:         .1em;
        text-decoration:        none;
        background:             #F2EAD7;
        padding:                1px 1px 1px 20px;
        /* border-bottom:       1px solid #F4FFE4; */
}

#navigation li #submenu li a:hover {
        color:                  #000000;
        background:             url(pictures/nav_dash.gif) #F2EAD7;
        background-repeat:      no-repeat;
}

#navigation li #submenu li a.active, #navigation li #submenu li a.active:link,
    #navigation li #submenu li a.active:visited {
        color:                  #000000;
        background:             url(pictures/nav_dash.gif) #F2EAD7;
        background-repeat:      no-repeat;
        padding:                1px 1px 1px 20px;
}


/* IMAGES RIGHT */

#images-right {
        background:             #E7D5B1;
        width:                  180px;
        float:                  right;
		padding-bottom:			20px;
		border-bottom:			1px solid #F4FFE4;


}

#images-right img {
        clear:                  both;
}

.image-text {
		clear:					both;
        font-family:            Georgia, "Times New Roman", Times, serif;	
		font-size:				12px;
		line-height:			16px;
		color:					#000000;
		list-style:				none;
		text-align:				center;
		padding-left:			5px;
		padding-right:			5px;
		margin:					0px auto;
}

.image-text li.name {
		color:					#000000;
		font-weight:			bold;
}

.image-text li a {
		color:					#990000;
		text-decoration:		none;
}
	
.image-text li a:hover {
		color:					#990000;
		text-decoration:		underline;
}

.image-text li.quote {
		font-style:				italic;
		padding:				10px 0 0 0;
}

.profiles-list-text {
		clear:					both;
        font-family:            Georgia, "Times New Roman", Times, serif;	
		font-size:				14px;
		line-height:			20px;
		color:					#000000;
		list-style:				none;
		text-align:				center;
		padding-left:			5px;
		padding-right:			5px;
		margin:					0px auto;
		font-weight:			bold;
}

.profiles-list-text li a {
		font-size:				12px;
		color:					#990000;
		text-decoration:		none;
		font-weight:			normal;
}

.profiles-list-text li a:hover {
		font-size:				12px;
		color:					#990000;
		text-decoration:		underline;
		font-weight:			normal;
		}
	

/* CONTENT */

#content {
        background:             #E7D5B1;
        width:                  465px;
        padding:                0px 0px 35px 0px;
        margin:                 0 0 0 195px;
        }

.heading {
        font-family:            Georgia, "Times New Roman", Times, serif;
        font-size:              14px;
        font-weight:            bold;
        color:                  #990000;
        padding:                20px 20px 0px 10px;
		margin-left:			10px; 
		margin-right:			20px;                
		border-bottom:			1px solid #990000;
        }
		
.text {
        font:                   13px Arial, Helvetica, sans-serif;
        color:                  #000000;
        line-height:            20px;
        margin-top:             0px;
        padding:                0px 30px 0 20px;
		text-align:				justify;
        }
		
.sponsor-explanation {
		font:                   13px Arial, Helvetica, sans-serif;
        color:                  #000000;
        line-height:            20px;
        margin-top:             0px;
        padding:                0px 30px 0 40px;
		text-align:				justify;
        }
		
a.text-link, a.text:visited {
        color:                  #990000;
		}
		
a.text:hover, a.text:hover {
		color:                  #990000;
		text-decoration:		underline;
        }
	
.profile-heading {
        font-family:            Georgia, "Times New Roman", Times, serif;
        font-size:              18px;
        font-weight:            bold;
        color:                  #993300;
        padding:                0 30px 0px 20px;
		text-align:				left;
		margin-bottom:			10px;
		}
		
.profile-subheading {
		font:                   13px Arial, Helvetica, sans-serif;
        color:                  #990000;
        line-height:            20px;
        margin-top:             0;
        padding:                8px 30px 0 20px;
		font-weight:			bold;
		margin:					0;
		text-align:				left;
        }
		
.profile-text {
        font:                   13px Arial, Helvetica, sans-serif;
        color:                  #000000;
        line-height:            20px;
        margin-top:             0px;
        padding:                0px 20px 0 20px;
		text-align:				justify;
        }

.profile-pictures-right {
		float:					right;
		width:					150px; 
		height:					200px; 
		margin:					0 20px 10px 15px; 
		border:					1px solid #F4FFE4;
		}
				
.profile-pictures-left {
		float:					left; 
		width:					150px; 
		height:					200px; 
		margin:					10px 20px 10px 20px; 
		border:					1px solid #F4FFE4; 
		}
		
ul.text {
        font:                   13px Arial, Helvetica, sans-serif;
        color:                  #000000;
        line-height:            20px;
        margin-top:             0px;
		list-style:				circle;
        padding:                0 30px 0 50px;
		margin-left:			0;
        }

.quotes {
        font:                   13px Arial, Helvetica, sans-serif;
        color:                  #000000;
		font-style:				italic;
        line-height:            18px;
        margin-top:             0px;
        padding:                0px 50px;
		}		
		
#news {
		background:				#E7D5B1;
		width:					450px;
		margin:					0px auto;		
		}
		
.news-heading {
		font-family:            Georgia, "Times New Roman", Times, serif;
        font-size:              13px;
        font-weight:            bold;
		background:				#990000;
		color:					#F4FFE4;
		padding:				1px 0 1px 10px;
		
		}
		
.news-text {
		font:                   13px Arial, Helvetica, sans-serif;
        color:                  #000000;
		padding:				2px 20px 30px 20px;
		}
		
.news-date {
		font-family:            Georgia, "Times New Roman", Times, serif;
        font-size:              13px;
        font-weight:            bold;
		background:				#990000;
		color:					#F4FFE4;
		text-align:				right;
		width:					150px;
		}
		
.news-pictures {
		width:				120px;
		height:				160px;
		padding:			5px 0 5px 15px;
		float:				right;
		}

/* BOTTOM PART */

#bottom-part {
        width:                  850px;
        height:                 15px;
        padding:                0;
        margin:                 3px auto 0;
        background:             #E7D5B1;
        clear:                  both;
        }

.bottom-text {
        font:                   11px Arial, Helvetica, sans-serif;
        padding:                0px;
        margin:                 0px;
        width:                  850px;
        text-align:             center;
        }
