@charset "UTF-8";
body  {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	background:url(images/background.png) 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:#006600;
}
.twoColFixLtHdr #container { 
	width: 835px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/container.png) center repeat-y;
} 
.twoColFixLtHdr #header {
	background:url(images/header.png) top no-repeat;
	height:282px;
} 
.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: right; /* since this element is floated, a width must be given */
	width: 172px;
	padding: 0 50px 0 0;
	font-size:0.9em;
	line-height:1.2em;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 232px 0 0;
	padding: 15px 20px 15px 20px;
	border-right: #660000 2px solid;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer.png) bottom no-repeat;
	color:#660000;
	height:69px;
} 
.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 */
}
.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;
}
.style1 {font-weight:bold;}

#sidebar1 ul li a {text-decoration:none; color:#000000; list-style:none; list-style-type:square;}
#sidebar1 ul li a:hover {text-decoration:underline; color:#333333;}

.menu {
	font-size:1.3em;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	}
#why {padding:10px 25px; color:#efefef; background:#990000; border:1px solid #333333;}

#hit {text-align:center; color:#EFEFEF; font-size:0.9em; padding-bottom:10px;}
#hit a {text-align:center; color:#EFEFEF; font-size:0.9em; padding-bottom:10px; text-decoration:none;}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:-3px;
background:url(images/nav.png) no-repeat;
height:32px;
color: efefef;
float: left;
width: 100%;
text-transform:uppercase;
font-size:0.8em;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.8em 1.2em;
color: #efefef;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
color: #fff;
text-decoration:underline;
}
#imageslideshow  {
   width: 500px;
   height: 500px;
   background-color: #FFFFFF;
   margin: 0 auto 0 auto;
}

#slideshow  {
   width: 500px;
   margin: 0 auto 0 auto;
   background:#FFFFFF;
}
.cater {background:#006600; color:#efefef; padding:6px; border:#003300 1px solid; width:172px;}