@charset "utf-8";
body  {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dddddd;
	background-image: url(gradientsales.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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

body p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	}

   a:link { 
   text-decoration: none;
   color: #FFFFFF;
   }
   a:visited { text-decoration : none;
      color: #FFFFFF;
	  }
   a:active { text-decoration : none;}
   a:hover { text-decoration : none;}
   
.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 */
	font-size: 160%;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.hours {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.H1{
		color: #000066;
		padding-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
}
.H2{
		color: #000000;
		padding-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
}
.appt {
	FONT-SIZE: 10px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.bottom{
		color: #003366;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		text-align: center;
		font-weight: bold;
}
 
.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 */
	font-size: 10px;
		text-align: left;
	}
	
.footer p a:link {  
   text-decoration: none;
   color: #000000;
   }
.footer p   a:visited { text-decoration : none; color: #000000;}
.footer p   a:active { text-decoration : none; color: #000000;}
.footer p   a:hover { text-decoration : none; color: #000066;}

