body {
  font-size: 16pt;
  font-family: garamond;
  text-align: justify;
  background-color: white;
  color: blue;
  padding: 0;
  margin: 0;
}

p {
  text-align: justify;
}

img {
  border-width: 0px;
}

h1 {
  font-size: 20pt;
  font-family: arial;
  text-align: center;
  color: red;
}

a {
  color: blue;
}

a:active {
  color: green;
}

a:hover {
  color: green;
}

a:visited {
  color:black;
}

table.main_layout
{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

td {
  vertical-align: top;
}

td.logo {
  background-image: url('images/logo.jpg');
  background-repeat: no-repeat;
  width: 200px;
  height: 79px;
}

td.nav_main {
  width: 200px;
  height: 100%;
}

td.nav_local {
  text-align: center;
  vertical-align: middle;
  height: 79px;
}

td.content {
	height: 100%;
}

td.horiz_green {
    background-image: url('images/horiz_small.jpg');
    background-repeat: x;
    height: 20px;
    width: 60px;
}

td.vert_green {
    background-image: url('images/vert_small.jpg');
    background-repeat: y;
    width: 20px;
}

