body {
  margin: 0px;
  padding: 0px;
  font-family: 'Verdana';
  text-align: center;
  font-size: smaller;
}

img {
  border: 0;
}

#container {
  width:800px;
  margin-right:auto;
  margin-left:auto;
  margin-top: 10px;
  text-align: left;
}

#header {
  width: 800px;
}
#body {
  width: 800px;
}

#column1 {
  width: 306px;
  position: relative;
  float: left;
}
#column2 {
  width: 494px;
  position: relative;
  float: left;
}

#footer {
  width: 800px;
}
#linkbar {
  position: relative;
  float: left;
  width: 100%;
  color: white;
  text-align: center;
}

div.linkbartext {
  position: relative;
  float: left;
  width: 114px;
  background-color: #0022B8;
}

a.linkbarlink:link {
  display: block;
  height: 35px;
  color: white;
  text-decoration: none;
  background-color: #0022B8;
  padding: 2px 0px 2px 0px;
}

a.linkbarlink:hover {
  display: block;
  background-color: #0096DB;
}
a.linkbarlink:visited {
  display: block;
  height: 35px;
  color: white;
  text-decoration: none;
  padding: 2px 0px 2px 0px;
}

p,h1 {
  padding: 0px 10px 10px 10px;
  margin: 0px;
}

p.frontpagetitle {
  color: #001D9E;
  font-weight: 700;
  padding-top: 10px;
  font-size: larger;
  font-family: arial;
}

a.frontpagelink:link {
  color: #001D9E;
  text-decoration: none;
}

a.frontpagelink:visited {
  color: #001D9E;
  text-decoration: none;
}

a.frontpagelink:hover {
  color: #009E81;
}

a:link {
  color: black;
  text-decoration: underline;
}
a:visited {
  color: #85005B;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

p.divisionheader {
  display: block;
  background-color: #99ccff;
  background-image: url(images/linkback.jpg);
  background-repeat: repeat-y;
  color: white;
  padding: 2px;
  font-weight: 700;
  font-size: x-large;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
