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

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

body.front {
  background: #4B6A8A url( bottom_back.jpg );
}

body.inside {
  background-color: #4B6A8A;
  background-image: url( bottom_back.jpg );
  background-position: 0px -288px;
}

a {
  color: white;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
}

h1 {
  margin: 20px;
  color: white;
  font-family: times, serif;
  font-size: 32pt;
  font-weight: bold;
}

a.top {
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  font-weight: 600;
  line-height: 32px;
}

img {
  border: none 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

td.dotindent {
  width: 64px;
}

#header {
  width: 100%;
  height: 320px;
  border: none 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url( top_back.jpg );
}

#smallheader {
  width: 100%;
  height: 160px;
  border: none 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url( top_back.jpg );
  background-position: 0px -160px;
}

#logo { 
  width: 448px;
  height: 320px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#themeimg { 
  width: 480px;
  height: 320px;
  position: absolute;
  top: 0px;
  left: 448px;
}

#bod {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 320px;
  left: 0px;
}

#insbod {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 160px;
  left: 0px;
  width: 100%;
}

#buttonbar {
  margin: 0px;
  padding: 0px;
  width: 256px;
  position: absolute;
  left: 64px;
}

#buttonbar a {
  margin: 0px;
  padding: 0px;
  left: 0px;
}

#buttonbar img {
  width: 256px;
  height: 32px;
}

#valids {
  position: relative;
  top: 32px;
}

#valids img {
  width: 88px;
  height: 31px;
}

#msgbox {
  position: absolute;
  left: 352px;
  width: 400px;
  border: solid white 5px;
  background: url( light_back.jpg ) -5px -5px;
  padding: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  color: rgb( 38, 82, 127 );
  text-indent: 3em;
}

#insmsgbox {
  position: absolute;
  left: 64px;
  right: 64px;
  border: solid white 5px;
  background: url( light_back.jpg ) -5px -5px;
  padding: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 16pt;
  color: rgb( 38, 82, 127 );
  text-indent: 3em;
}

#insmsgbox h3 {
  text-indent: 0px;
}

#insmsgbox a {
  color: black;
}

div.itembox {
  width: 700px;
  border: solid white 5px;
  background: url( light_back.jpg ) -5px -5px;
  padding: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  color: rgb( 38, 82, 127 );
}
