A:link
{ text-decoration: none; color:#0000ff; }
A:visited
{ text-decoration: none; color:#2e8b57; }
A:active
{ text-decoration: underline; color:#ff6699; }
A:hover
{ text-decoration: underline; color:#ff6699; }



html, body, #center{
	min-height: 400px;
	height: 400px;
}



html>body, html>body #center {
	height: auto;
}

body
{ background: #b3c0ff;
font-family: Helvetica,Arial,sans-serif; 
color: #000138 ;
font-size: 10pt; 
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 15px;
}

td
{ padding: 10px;
}

#header {
  margin: 5px;
  padding: 5px;
  height: 400px;
}
#left {
  position: absolute;
  left: 15px;
  top: 420px;
  width: 155px;
}
#center {
  top: 400px;
  margin-left: 175px;
  margin-right: 175px;
  margin-bottom: 15px;
  bottom: 15px;
}
#right {
  position: absolute;
  right: 15px;
  top: 420px;
  width: 155px;
}
#footer {
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px;
  height: 20px;
  bottom: 15px;
}