/*
style.css

main stylesheet file for the site
*/

body
{
  margin:0; 
	background: #dfeae7 url('/images/siteBackground.gif') repeat-x top;
	font-family: Arial, Helvetica, Verdana, 'Times New Roman';
	font-size: 8pt;
}

.title
{
border: 0px
}

a
{
  text-decoration: none;
  color: #ffffff;
  font-size: 9pt;
}

.test a
{
  text-decoration: none;
  color: purple;
  font-size: 9pt;
}

a.topMenu
{
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 0.02cm;
}

.heading1
{
  font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.03cm;
}

.heading2
{
  font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.02cm;
}

/* hoursOfOperation is table */

.hoursOfOperation td
{
  font-size: 8pt;
	font-weight: bold;
	color: #6d4770;
}

.tdData
{
  font-size: 8pt;
	color: #000000;
}
/* Contact Us*/
.paragraph, .search1
{
  color: #000000;
  font-size: 8pt;
  font-family: Verdana, Helvetica, Arial;
  text-decoration: none
}

.submit
{
  font-family: Verdana, Helvetica, Arial;
  font-size: 9pt;
	font-weight: bold;
	border: 1px solid #d0a72a;
	background: #e2e2e2;
	color: #000000;
}
