html, body {
  height: 100%;
}

* {
  font-family: Verdana, Arial;
  font-size: 11px;
}

body {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  margin: 0px;
  vertical-align:top;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0px;
}
ul li {
  margin-left: 20px;
}
a {
  color: #1f2570;
  text-decoration: underline;
}
table#mainTable {
  background-image:url('gfx/bg_site_all.gif');
  background-repeat: repeat-y;
  background-position: left top;
  border-collapse: collapse;
  height: 100%;
  margin: auto;
  width: 780px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
table#mainTable td {
  vertical-align: top;
}
div#header {
	background-image:url('gfx/header.gif');
	height:112px;
	width:778px;
	border-bottom:5px solid #1f256f;
}
div#leftDiv {
	width:174px;
}
