﻿body 
{margin:0px;}

/* borderless class used for images (no blue box when link used) */
.borderless 
{border-width: 0;}

/* The basic DIV structures: one for Home/Talk, and a second for all others.  
Legend:  H = Home; O= Others; L = Level (Al: consider C for common, a third) */

#HL1 {/* Level 1 is the containing block for the entire page: contains it all */
	width: 1024px; 
	height:800px;
	background-color:#FFFFFF; 
	padding:0px
}
/* Level 2 is also a container; it defines the left side (the brown-bkgnd body) and the right side (static info) */
#HL2R {/* for info on the far right -- the entire container */
				width:195px;
				height:800px;
				float:right
}
#HL2RT {/* for info on the far right -- the top container */
				width:180px;
				height:142px;
				float:right;
}
#HL2-RT-TSpacer {/* added 22 Feb: spacer at top right */
				width:180px;
				height:55px;
}
#HL2RB {/* for info on the far right -- the bottom container */
				width:180px;
			/*	height:800px; */
				float:right;
}

#HL2L {/* the container block for the left side; brown bkgnd */
				width:820px;
				height:800px;
				background-color:#A89880; 
				padding:0px
}

/* Level 3 contains the inner-most blocks. It is the true 'presentation layer' that holds the content */
#HL3-1 { /* 3.1 is a spacer for the top */
				height:20px
}
/* level 3.2 contains the logo(left) and the top menu (right) */
#HL3-2R { /* for the menu */
				width:635px;
				height:110px;
				float:right
}
/* Level 4 goes within HL3-2R */
#HL4-3-2R-T { /* a top spacer */
				width:635px;
				height:35px;
				float:right;
}
#HL4-3-2R-B { /* for the menu below the spacer */
				width:635px;
				/* height:50px; */
				float:right;
}

#HL3-2L { /* for the logo */
				width:170px;
}

/* Level 3-3 is the center-body-zone for info (left for pics, right for text) */
#HL3-3R { /* the center-body zone for info */
				width:340px;
				height: 325px;
				float:right
}
#HL3-3L { /* this is for the large pix */
				height: 450px;
				width:465px;
}
#HL3-4 { /* Level 3-4 is a spacer before the footer info */
				height: 50px;
				width:700px;
				float:right
}
#HL3-5R { /* Level 3-5 is for the footer menu and copyright */
				height:46px;
				width:470px;
				float:right
}
#HL3-5L { /* a spacer */
				width:200px;
				height:46px;
}
/* =============== end if div info for the Home/Talk pages ==================================== */

#PicTopPadding-4Part {
				padding-top:50px;
}

#CommonTextBold { /* for use throughout the site */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-right:20px
}


