@charset "utf-8";
body  {
	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;
	background-image: url(http://www.bigcatrescue.org/images/background/TigerLigerStripes2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F8F8F8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.twoColFixLtHdr #topmenu
{
	background-color: #0a1734;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	height: 20px;
	position: absolute;
	background-position: top;
	z-index: auto;
	left: 0px;
	width: 780px;
	top: 137px;
}
.twoColFixLtHdr #header {
	background-image: url(http://www.bigcatrescue.org/images/banners/TigerLigerBanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 137px;
	background-color: #F8F8F8;
} 
.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 {
	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 */
	background: #0a1734;
	left: 0px;
	float: left;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 2px;
	margin-right: 5px;
	position: relative;
}
.twoColFixLtHdr #sidebar2 {
	width: 155px; /* 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: #0a1734;
	left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	float: left;
	color: #F8F8F8;
}
.twoColFixLtHdr #mainContent {
	background-color: #F8F8F8;
	border-left-width: 165px;
	border-left-color: #0a1734;
	border-top-color: #0a1734;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-top-width: 20px;
	border-right-width: 5px;
	border-right-color: #0a1734;
	border-bottom-color: #0a1734;
	padding-right: 6px;
	padding-left: 6px;
} 
.twoColFixLtHdr #footer {
	background:#0a1734;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F8F8F8;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F8F8F8;
}
.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;
}
td 
{
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
th
{
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

h1{
	color: #000000;
	font: 18px Arial, Helvetica, sans-serif;
	text-align: center;
} 

h2 {
	color: #000000;
	font: 16px Arial, Helvetica, sans-serif;
	text-align: center;
}

h3 {
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center;
}

h4 {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

h5 {
	color: #F8F8F8;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}

a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #043bb8;
}

a:hover
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #2d3cfe;
}
a:active
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #0312d2;
}
a:visited
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #030955;
}
.style3 
{
    font-family: Arial, Helvetica, sans-serif;
	color: #F8F8F8; font-size: 18px; font-weight: bold; 
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}