body {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 10px;
  background-image: url(/images/structure/background.jpg);
  background-repeat: repeat-x;
  background-color: #d7eeed;
}

#main_table { border: 2px solid #3f6566;}


#content_cell {
  background-image: url(/images/structure/content_bg.jpg);
  background-position: 0 -1;
  background-repeat: no-repeat;
  font-size: 12px;
  background-color: #d7eeed;
  width: 627px;
}
#bottomnav div {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

#nav_cell {
	background-image: url(/images/structure/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #93abab;
	width: 158px;
}


#content { margin: 20px; }
#content h1 { text-align: center; color: #900; font-size: 20px;}
#content h2 { font-size: 15px; }
#content table { }
#content table td { font-size: 12px; }

#content li { margin: 0; padding: 0;}
