<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #ABB7C2;
	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;
}
#container {
	width: 800px;
	background: #FFFFFF url(../images/drop_shadow.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0 8px;
	background: #FFF url(../images/drop_shadow.gif) repeat-y;
}
#header {
	background: #B79568 url(../images/TOMObanner.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 131px;
	border-bottom: 5px solid #333;
	padding-left: 14px;
	padding-right: 12px;
	padding-top: 13px;
}
#header h1 {
	position: absolute;
	top: -500px;
	visibility: hidden;
}
#header .sandbag {
	float:left;
	width:100px;
	height: 123px;
}
#header .sandbag2 {
	float:right;
	width:101px;
	height: 102px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	color: #FFFFFF;
	margin: 10px;
	padding:0 0 10px;
	background: #EEE6CA url(../images/box160_tan2.png) no-repeat bottom center; 
	-moz-border-radius: .5em; 
	-webkit-border-radius: .5em; 
	-khtml-border-radius: .5em; 
	border-radius: .5em; border: 1px solid #928E80;
}
#sidebar1 .box160 {
	width:160px;
	background:none;
	min-height:325px;
}
#sidebar1 .box160 h3 {
	line-height:31px;
	color:#251714;
	padding:0 15px;
	margin:0px;
	font-size:1.15em;
	border-bottom: 2px solid #666;
}

#sidebar1 .box160 p {padding:.5em 0 .5em .25em; margin:0 0 0 0; background:transparent; line-height:1em; font-size:1.15em; color:#fff; 
					border:none; border-bottom: 2px solid #666666; font-weight:bold;}
#sidebar1 .box160 p:first-child	{border-top:none;}
#sidebar1 .box160 p:last-child	{}
#sidebar1 .box160 p a, #sidebar1 .box160 p a:link	{color:#8A3B25; font-weight:bold; text-decoration:none;}
#sidebar1 .box160 p a:visited	{}
#sidebar1 .box160 p a:hover		{color:#8A3B25;  text-decoration:none;}

#sidebar1 .box160 ul {
	list-style:none;
	width:138px;
	height:auto;
	margin: 0px;
	padding:20px 10px 0px 8px;
	padding-left:; margin-bottom: 1.5em; border:none;
}
#sidebar1 .box160 ul li {
	text-decoration:none;
	color:#251714;
	margin: 0px;
	padding: 0px;
	font-size:1em;
	border-bottom:1px solid #333;
	word-spacing:-1px;
	list-style: none;
}
#sidebar1 .box160 ul li a {
	text-decoration:none;
	color:#8A3B25;
	font-weight:bold;
	display: block;
	width: auto;
	padding: 2px 0px 2px 2px;
	margin: 0px;
	line-height: 20px;
}
#sidebar1 .box160 ul li a:hover {
	text-decoration:none;
	color:#8A3B25;
	font-weight:bold;
	background: #FAF7ED;
}
#sidebar1 .box160 ul li a.active {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	background: #FAF7ED;
}
#mainContent {
	padding: 0px 10px 20px 0px;
	margin: 0px 5px 0px 195px;
	background: #FFFFFF;
	font-size: 1em;
	min-height: 450px;
}
#mainContent h2 {
	border-bottom: 2px solid #B89568;
	color: #000;
}
#mainContent h3 {
	color: #000000;
}
#mainContent li {
	margin-bottom: 5px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EFEEEB;
	border-top: 2px solid #333;
	clear: both;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
}
#footer p {
	margin: 0 0 0 195px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
}
.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;
}
.img_left {
	margin: 15px 15px 15px 0px;
	float: left;
}
.img_right {
	margin: 15px 0px 15px 15px;
	float: right;
}
#thumbnails {
	margin-top: 30px;
}
#thumbnails img {
	width:100px;
	height:75px;
	float:left;
	border:1px solid #D5D5CA;
	padding: 5px;
	background: #FFFFFF;
	margin-right: 6px;
	margin-bottom: 6px;
}
</pre></body></html>