@charset "utf-8";
.style1 {
	color: #FF9D10
}
.style3	{border:none;}
body  {
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(ninecats.png);
	background-repeat:repeat-y;
	/*background-position:center;
	background-repeat:no-repeat;*/
	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: #676152;
}
.twoColFixRtHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:800px;
	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. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
} 
.twoColFixRtHdr #header {
	background-image:url(65back.png);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 150px;
} 
.twoColFixRtHdr #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;
	
	color:#b9c440;
}
.twoColFixRtHdr #header a {
	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 */
	color:#FFFFFF;
	text-decoration:none;
	font-size:xx-large;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-image:url(65back.png);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixRtHdr #sidebar1 p{
margin-bottom:20px;


/*text-align:center;*/
}
.twoColFixRtHdr #sidebar1 a{
	text-decoration:none;
	
	/*font-weight:bold;*/
	/*border:1px solid;*/
	color:#676152;
	/*border-color: #FF9D10;
	padding: 5px 5px 5px 5px; /* the background color will be displayed for the length of the content in the column, but no further */
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border: 2px solid #ff9d10;
padding: 5px;
background-color:#FFffff;
	
}
.twoColFixRtHdr #sidebar1 a:hover{
text-decoration:none;
/*font-weight:bold;*/
	/*border:1px solid;*/
	color:#FFffff;
	/*border-color: #434343;
	padding: 5px 5px 5px 5px; /* the background color will be displayed for the length of the content in the column, but no further */
	
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border: 2px solid #ff9d10;
padding: 5px;
background-color:#FF9d10;
}

.twoColFixRtHdr #sidebar1 a:active{
text-decoration:none;
/*font-weight:bold;*/
	/*border:1px solid;*/
	color:#FFffff;
	/*border-color: #434343;
	padding: 5px 5px 5px 5px; /* the background color will be displayed for the length of the content in the column, but no further */
	
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border: 2px solid #ff9d10;
padding: 5px;
background-color:#FF9d10;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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: 55px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(65back.png);
} 
.twoColFixRtHdr #mainContent h1{ 
	
	border:1px solid;
	border-color: #EBEBEB;
} 
.twoColFixRtHdr #mainContent p{ 
	
	line-height:1.4em ;
} 
.twoColFixRtHdr #mainContent a{
	text-decoration:none;
	color: #FF9D10;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(65back.png);
} 
.twoColFixRtHdr #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 */
}
.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;
}
div#navbar2 {

 height: 30px;

 width: 100%;
 padding-top:30px;

 /*border-top: solid #ff9900 1px;*/

 border-bottom: solid #ff9900 1px;

 background-color: #ffffff;

}

div#navbar2 ul {

 margin: 0px;

 padding-right: 10px;

 font-family: Verdana, Arial, Helvetica, sans-serif;

 font-size: medium;

 color: #000000;

 line-height: 30px;

 white-space: nowrap;

}

div#navbar2 li {

 list-style-type: none;

 display: inline;

}

div#navbar2 li a {

 text-decoration: none;

 padding: 7px 20px;

 color: #FF9900;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border: 2px solid #ff9d10;
}

div#navbar2 li a:link {

 color: #FF9900:

}

div#navbar2 li a:visited {

 color: #ff9900;

}

div#navbar2 li a:hover {

/*font-weight: bold;*/

 color: #ffffff;

 background-color: #ff9900;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border: 2px solid #ff9d10;
}
