@charset "utf-8";
body  {
	background: #d0c1ae;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}
.twoColFixLtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #4A1515;
} 
.twoColFixLtHdr #header {
	border-bottom-color: #D0C1AE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 186px;
	width: 760px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 142px; /* 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: #ede8e2;
	font-weight: bolder;
	line-height: 1.5em;
	font-size: small;
	padding: 0 15px 0 0;
}
.twoColFixLtHdr  #container  #sidebar1  #menu  a:link {
	color: #000000;
	text-decoration: none;
	margin-right: 15px;
}
.twoColFixLtHdr   #container   #sidebar1  #menu    a:visited {
	color: #000000;
	text-decoration: none;
	margin-right: 15px;
}
.twoColFixLtHdr  #container  #sidebar1  #menu  a:hover {
	color: #893D3A;
	text-decoration: none;
	margin-right: 15px;
}
.twoColFixLtHdr  #container  #sidebar1  #menu a:active {
	color: #784d48;
	text-decoration: none;
	margin-right: 15px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 158px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 15px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #container #mainContent li {
	margin-bottom: 6px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #592524;
	background-color: #d0c1ae;
	font-weight: bold;
} 
.breakoutBox {
	font-size: 0.9em;
	background-color: #c8d1d0;
	padding: 5px;
	margin: 8px 25px 0 20px;
	font-weight: 300;
	border: 4px double #4a1515;
}
.twoColFixLtHdr #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 */
	background-position: center;
}
.twoColFixLtHdr #container #footer p a {
	color: #592524;
	text-decoration: none;
}
.copyright {
	font-size: .75em;
}
.displayImage {
	border: 2px solid #440b0b;
}
.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;
}

.twoColFixLtHdr #container #mainContent .displayImage_left_bottom_padding {
	margin-bottom: 10px;
	margin-left: 15px;
	border: 2px solid #440b0b;
}
.displayImage_right_bottom_padding {
	border: 2px solid #440b0b;
	margin-right: 15px;
	margin-bottom: 10px;
}

.breakoutBox_sidebar {
	font-size: 0.75em;
	font-weight: bold;
	background-color: #C8D1D0;
	border: 4px double #4A1515;
	line-height: 1em;
}
.twoColFixLtHdr #container #sidebar1 .breakoutBox_sidebar .rule1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A1515;
	padding: 5px;
}
.twoColFixLtHdr #container #sidebar1 .breakoutBox_sidebar .rule2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #4A1515;
	padding: 5px;
}
.twoColFixLtHdr #container #sidebar1 .breakoutBox_sidebar .rule3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 5px;
}

