@charset "utf-8";
body  {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #7C6A55;
	line-height: 16px;
	background: #F5F5F5;
	margin: 0;
	padding: 0;
	text-align: center; 
}
h1,h2 { display: inline; }
h3 {display: inline; font-size:14px; color: #933C06; }
.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header { background: #FFFFFF; }
.twoColFixLtHdr #logo { height: 70px; vertical-align:middle; padding-top: 4px; display:inline;}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 20px;
	vertical-align:top;
	text-align: left;
}
.twoColFixLtHdr #verticalLine { 
	margin: 0 30px 0 0; 
	background: #931C26;
	width: 1px;
	vertical-align:middle;
	float:left;
} 
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; 
	padding: 0 20px;
	background: #FFFFFF;
	text-align: left;
	vertical-align:top;
} 
.twoColFixLtHdr #mainContentoneCol { 
	padding: 0 20px;
	background: #aaFFF;
	text-align: left;
} 
.twoColFixLtHdr #navigation { 
	background:#7C6A55; 
	padding-top:4px;
	height:36px;
	text-align:center;
	vertical-align:middle;
}

div.spacer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	height:14px;
}
div.spacerOffWhite { 
	background:#F5F5F5; 
	height:14px;
}
div.spacerdark { 
	background:#933C06; 
	height:6px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#933C06; 
	color: #FFFFFF;
} 
.twoColFixLtHdr #footer p {
	text-align:center;
	margin: 0; 
	padding: 10px 0; 
}

div.footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#933C06; 
	color: #FFFFFF;
	height:30px;
} 

.footer a { text-decoration:none; color: #FFFFFF; }
.footer a:hover { text-decoration: underline; }

span.shiftright {  float: right;  }
span.shiftleft { float: left; }

a.h3 {
	font-size:14px; 
	font-weight: bold;
	color: #933C06; 
	text-decoration:none;
}
a.h3:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #footer a { text-decoration:none; color: #FFFFFF; }
.twoColFixLtHdr #footer a:hover { text-decoration: underline; }

.twoColFixLtHdr #sidelink a { text-decoration:none; font-size:14px; font-weight:bold; color: #933C06; line-height:18px;}
.twoColFixLtHdr #sidelink a:hover { text-decoration: underline; font-size:14px; color: #933C06; line-height:18px; }
.twoColFixLtHdr #sideMedia a { text-decoration:none; font-size:11px; font-weight:bold; color: #7C6A55; line-height:18px;}
.twoColFixLtHdr #sideMedia a:hover { text-decoration: underline; font-size:11px; color: #7C6A55; line-height:18px; }

.bullets { margin:0px; padding-left: 14px; }
.fltrt { float: right;margin-left: 8px; }
.fltlft { 	float: left;margin-right: 8px; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }

