body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0; /* good practice: zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. 
	The text is then set to the left aligned default in the #container selector */
	background-image: url(images/bg_vert.jpg);
	background-repeat: repeat;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 60em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg_horz.jpg);
	background-repeat: repeat-y;
}
.oneColElsCtrHdr #header {

} 
.oneColElsCtrHdr #mainContent {
	padding: 0 20px;
	position: relative;
	width: 960px;
	height: 600px;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	height: 110px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #container {
	width: 60em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000000;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	padding-bottom: 10px;
} 
.twoColFixLtHdr #header {
	background-image: url(images/Bios-top-horz.jpg);
	height: 160px;
	background-repeat: no-repeat;

} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(images/Bios-ls-vert.jpg);
	background-repeat: no-repeat;
	height: 630px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	background-image: url(images/cont-ls-vert.jpg);
	background-repeat: no-repeat;
	height: 630px;
}
.twoColFixLtHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	float: right;
	width: 740px;
	height: 630px;
} 
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 12px;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10px;
}
.twoColFixLtHdr #container #mainContent .dings {
	font-family: Webdings;
	font-size: 14px;
	color: #DAAC0E;
}

.twoColFixLtHdr #container #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.twoColFixLtHdr #mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	float: right;
	width: 650px;
	height: 630px;
} 
.twoColFixLtHdr #container #mainContent2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 12px;
}
.twoColFixLtHdr #container #mainContent2 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10px;
}
.twoColFixLtHdr #container #mainContent2 .dings {
	font-family: Webdings;
	font-size: 14px;
	color: #DAAC0E;
}

.twoColFixLtHdr #container #mainContent2 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.twoColFixLtHdr #mainContent3 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	float: right;
	width: 650px;
} 
.twoColFixLtHdr #container #mainContent3 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent3 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 12px;
}
.twoColFixLtHdr #container #mainContent3 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10px;
}
.twoColFixLtHdr #container #mainContent3 .dings {
	font-family: Webdings;
	font-size: 14px;
	color: #DAAC0E;
}

.twoColFixLtHdr #container #mainContent3 table {
	
}

.twoColFixLtHdr #container #mainContent3 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.twoColFixLtHdr #footer {
	background:#000000;
	width: 60em;
	padding-top: 5px;
} 
.twoColFixLtHdr #footer p {
	margin: 5px;
	font-size: 9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
.twoColFixLtHdr #container #Construction {
	background-image: url(images/Cont-ls-vert.jpg);
	height: 630px;
}
.twoColFixLtHdr #container #Construction {
	background-image: url(images/Cont-ls-vert.jpg);
	background-repeat: no-repeat;
	height: 630px;
}
.scroller {
	height: 512px;
	overflow: auto;
}
