/* CSS Document */



body {background-image:url(images/blue_background.jpg);background-repeat:repeat;}

td {font-family:Times; font-size:15px; color:#ffffff; font-weight:bold;}



a {color:#666666; font-weight:bold; text-decoration:none;}

a:visited {color:#666666; font-weight:bold; text-decoration:none;}

a:hover {color:#823130; font-weight:bold; text-decoration:none;}





.address{font-family:Times; font-size:12px; color:#ffffff; font-weight:bold;}



img.background

{width:704px;height:494px;border:0;}



img.longhome

{width:700px;height:122px;border:0;}



img.button

{width:153px;height:44px;border:0;}



table.bground

{background-image:url(images/essmcbackground.jpg); 

background-repeat:no-repeat; width:704; height:400; border:0; cellspacing:0; cellpadding:0;}



<!-- Tablebground2 and 3 are for testing purposes -->



table.bground2

{

	background-image:url(images/essmcbackground2.jpg);

	background-repeat:no-repeat;

	width:704;

	height:400;

	border:0;

	cellspacing:0;

	cellpadding:0;

	top: 35px;

}



table.bground3

{

	background-image:url(images/essmcbackground3.jpg);

	background-repeat:no-repeat;

	width:704;

	height:400;

	border:0;

	cellspacing:0;

	cellpadding:0;

	top: 35px;

}



 img declaration added by Randy to get rid of surrounding lines in firefox 



img {

  border:0;

}


