/* General styles. */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	border: none;
}
body {
  background: #cbe4f8;
}
#header {
  background: #cbe4f8 url('Images/DDA_header.jpg') no-repeat top left;
/*  width: 895px;*/
  width: 100%;
  height: 316px;
  margin: 0;
  padding: 0;
}
#footer {
  background: #615c59 url('Images/DDA_footer_BG.gif') repeat-x top left;
/*  width: 895px;*/
  width: 100%;
  height: 740px;
  margin: 0;
  padding: 0;
  position: relative;
}
#footer_img {
  position: relative;
}
#copyright {
  color: #FFF;
  width: 100%;
  position: relative;
  top: -405px;
  left: 200px;
  font-size: 9px;
  font-weight: 200;
}
#cells_div {
  width: 706px;
  background-color: #FFF;
  position: relative;
  left: 48px;
}
#cells {
  position: relative;
  left: 150px;
}
#cells tr td {
  width: 109px;
  height: 62px;
  background: #FFF url('Images/DDA_Cell.gif') no-repeat top left; /* 109 62 */
  vertical-align: top;
  text-align: center;
  font-size: 10px;
  padding: 0;
  margin: 0;
}
#cells tr td div {
  margin: 10px;
}
#logo {
  position: absolute;
  left: 80px;
  top: 258px;
}

img {
  padding: 0;
  margin: 0;
  border: none;
}
a:link, a:visited, a:active {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #888;
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}

