/* Container Styles for Bethlehem */

.c1_title .Head, .c2_title .Head, .c3_title .Head{
font-weight:bold;
}
.c1_title .Head{color: orange;}
.c3_title .Head{ font-style: italic;}


/*---------------------------------------------------*/
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 10px; height: 10px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -10px 0px 0px 0px; }
.borderBR { margin: -10px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -1px;
   
}
.borderBL {
    margin-left: -0px;
    
}
.borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0;
    border: 1px solid black;
	
}
.content .Normal{
padding: 3px 5px 3px 5px;
}
.content .Header{
}

.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 5px 5px 5px 5px;
    border: 0px;
	
}



/*-----------------------------------------------------------*/
.roundcont {
	
	background: white;
	
}

.roundtop { 
	background: url(img/sTR.gif) no-repeat top right; 
}

.roundbottom {
	background: url(img/sBR.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10x;
   border: none;
   display: block !important;
}

/*-----------------------------------------------------------*/
/*CHUNKY BORDERS ROUNDED CORNERS*/
.xsnazzy {background: transparent; margin:0 10px 0 10px;}


.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {background:black; display:block; overflow:hidden; font-size:0; height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:white; border-left:1px solid black; border-right:1px solid black;} 


.xb1 {margin:0 8px;}
.xb2 {margin:0 6px;}
.xb3 {margin:0 4px;}
.xb4 {margin:0 3px;  border-width:0 5px;}
.xb5 {margin:0 2px;  border-width:0 4px;}
.xb6 {margin:0 2px;  border-width:0 3px;} 
.xb7 {margin:0 1px;  border-width:0 3px; height:2px;} 

.xboxcontent {display:block; border:3px solid black; border-width:0 3px;
			padding:0px 10px 0px 10px;  _padding:0 0 0 5px;}
.grey{background:#ccc;}


