/*  Setup the body  */

/* ----- paragraph and headers

	border: solid;
	border-width: thin;

*/

BODY { 
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #FFFE80;
	scrollbar-face-color: #444444;
	scrollbar-highlight-color: #C1C8D2;
	scrollbar-3dlight-color: #6A7B95;
	scrollbar-shadow-color: #444444;
	scrollbar-darkshadow-color: #000000;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.TopMenu {
	background-color: #0000AA;
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	}
.BG-TopBlack {
	background-color: #223840;
	margin: 0;
	padding: 0;
	}
.BG-TopBlue {
	background-image: url(images/top-background-blue.jpg);
	margin: 0;
	padding: 0;
	}
.BG-Texture {
	background-image: url(images/bg-texture.jpg);
	}
.BG-Yellow {
	background: #FFEB00;
	color: #000000;
	font-style: italic;
	}
.CornerRoundWhite {
	background-color: #FFFFFF;
	background-image: url(images/bg-texture.jpg);
	width: 85%;
	color: #000000;
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	border: 1px solid #009898;
	margin-bottom: 30px;
	padding: 0px;
	}
.CornerRoundBlue {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	text-indent: 1.5em;
	border: 1px solid #009898;
	background: #DDFFFF;
	margin-bottom: 30px;
	padding: 10px;
	}
.CornerRoundOrange {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	border: 1px solid #000000;
	background: #FFFFBB;
	margin-bottom: 30px;
	padding: 10px;
	}
#Corner8 {;
	border-radius: 8px;
	-moz-border-radius: 8px;
     -webkit-border-radius: 8px
	}
#Corner15 {
	border-radius: 15px;
	-moz-border-radius: 15px;
     -webkit-border-radius: 15px
	} 
DIV.TextBox {
	margin: 0 2em 0 2em;
	}
P.BethelHeaderPhoto {
	color: #000000;
	font-size: 35px;
	font-family: Times New Roman, Serif;
	margin: 1em 0 .5em 15em;
	} 
P.BethelHeaderNoPhoto {
	color: #000000;
	font-size: 35px;
	font-family: Times New Roman, Serif;
	}
P.BethelTopics {
	color: #000000;
	font-size: 22px;
	font-family: Arial, Verdana Sans-Serif;	
	text-decoration: underline;
	margin-top: .5em;
	margin-bottom: .5em;
	}
P.BethelPhotoTopics {
	color: #000000;
	font-size: 22px;
	font-family: Arial, Verdana Sans-Serif;	
	text-decoration: underline;
	margin-top: 2em;
	margin-bottom: .5em;
	}
P.BodyTextIndent {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Verdana Sans-Serif;	
	text-indent: 1.5em;
	margin-top: .5em;
	margin-bottom: .5em;
	}
P.BodyTextNoIndent {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Verdana Sans-Serif;	
	margin-top: .5em;
	margin-bottom: .5em;
	}
.BethelTableText {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0 0 0 0;
	}
A.BethelLink  {
	font-size: 16px; color: #0000FF; font-family: Arial, Verdana Sans-Serif; text-decoration: underline;
	}
A.BethelLink:visited {
	font-size: 16px; color: #0000FF; font-family: Arial, Verdana Sans-Serif; text-decoration: underline;
	}
A.BethelLink:hover {
	font-size: 16px; color: #000000; font-family: Arial, Verdana Sans-Serif; text-decoration: underline;
	}


