html
{
 height: 100%;
}

body {
  font-family: "Palatino Linotype", Serif;
  color: black;
  margin: 10px 0px 10px 10px;
  padding:0px;
  }

#leftcontent {
  position: absolute;
  left: 10px;
  top: 91px;
  width: 200px;
  background:#fff;
  }

#centercontent {
  background:#fff;
  margin: auto;
  width: 845px;
  }


#rightcontent {
  position: absolute;
  right:10px;
  top:90px;
  width:200px;
  background:#fff;
  }

				  	
#banner {
  background:#fff;
  height:79px;
  /* border: solid 1px */
  }

			   		
p,h1,pre {
  margin:10px 10px 10px 10px;
  }
							 		
h1 {
  font-size: 14px;
  padding-top: 10px;
  }


h1.image, p.image
{
  display:none;
}		  		
	
#rightcontent p {
  font-size: 10px;
  }

a:link {
  color: #CD5C5C;
  text-decoration: none;
}

a:visited {
  color: #000080;
  text-decoration: none;
}

img { 
  border: 0px;
  }

.padleft {
  padding-left: 10px;
  }

.padright {
  padding-right: 10px;
  }

ul.links {
  list-style-type: square;
  }

table {
  border-collapse: collapse;
  border-style: none;
  empty-cells: show;
  table-layout: auto;
  border-width: thin;
  font-size: inherit;
  text-indent: 0cm;
  }

td {
  vertical-align: middle;
  text-align: center;
}

.center {
  vertical-align: middle;
  text-align: center;
  }

.centertable {
  margin-left: auto;
  margin-right: auto;
  }

.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }


.vcenter {
  vertical-align: middle;
  }

h1, h2, h3, h4 { font-family: inherit; text-align: center; }

h1 {
  color: navy;
  font-size: 32pt;
  text-align: center;
  margin: 0;
  }
h2 {
  font-size: 24pt;
  color: navy;
  }
h3 { font-size: 14pt;
  text-align: left;
  margin: 0;
  }
h4 { text-align: left; }


