html, body  {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	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;
	color: #000000;
	
}

div.lbody{	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	
	margin-left: 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:left;
	color: #000000;
}
h1 {
	font-size:45px;
	font-family:"Times New Roman", Times, serif;
	color:#33ff00;
	text-align:center;
}
h1.left {
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	color:#33ff00;
	text-align:left;
	padding-left:10px;
}
 .heading {
	color:#33FF00;
	font-size:16px;
	font-weight:bold;	
}
u.heading {
	color:#33FF00;
	font-size:16px;
	font-weight:bold;
}

.redtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F00;
}
.pic {
	padding-left:15px;
	padding-right:15px;
}
#side-hours {
	font-size:14px;
	padding-top:10px;
}
#side2-cc-policy {
	font-size:14px;
	padding-top:10px;
}
.twoColFixLtHdr #container { 
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.twoColFixLtHdr #header { 
	padding: 0 10px 0 20px;  /* 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. */
} 
.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 */
}
.head-container {
   position: relative;
   height: 50px;
   padding-top:8px;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-element {
   position: absolute;
   font-size:14px;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   } 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 5px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 235px; /* 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-top:5px;
}
.twoColFixLtHdr #mainContent p{
	padding-left:10px;
	padding-right:10px;
	color: #000;
}

/**** This controls the navigation ****/
#menu {list-style-type:none; margin:0 auto; padding:0; width:740px; background-color:#ccff99;font-size:14px;font-family:"Times New Roman", Times, serif;}
#menu li {float:left; padding:0; margin:0 0 0 0; position:relative; width:122px; height:30px; z-index:100;}
#menu li dl {position:absolute; top:0; left:0; padding-bottom:0;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:10px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {width: 122px; margin: 0; padding: 0; background: transparent;}
#menu dt {margin:0; padding: 0;}

#menu dd {margin:0; padding:0; color: #fff; font-size:13px; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; font-size:13px; color: #000; text-align:center;background-color:#ccff99; padding:0.25em 0 0.75em 0;}

#menu li:hover dt a, #menu a:hover dt a {color:#666;background-color:#ccff99;}

#menu dd a, #menu dd a:visited {background:#f2ffe5; color:#000; padding:0.5em 0; text-decoration:none; display:block; text-align:center;}

#menu dd a:hover {background: #e5fbcf; color:#666; border-left:1px solid #ccff99; border-right:1px solid #ccff99;}

#menu b {display:block; overflow:hidden; height:1px;}
/*********************************************/


 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.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;
}
#bottom-txt {
	font-size:12px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

