body { 
  background: #ececfc;
  background-image: url(back.gif);
  background-repeat: repeat-y;
  margin-top: 0px; 
  margin-left: 100px; 
  margin-right: 0px; 
  padding: 0; 
  font-family: arial, helvetica; 
  color: #000000; 
  width: 500px;
  z-index: 1;
}

h1 { 
  background-image: url(design-orig.gif);
  background-repeat: no-repeat;
  margin-left: -75px;
  margin-top: 10px;
  padding-left: 100px;
  padding-bottom: 50px;
  text-align: center;
  width: 500px;
  color: #0c0c9c;
  z-index: 2;
  position:relative;
}

h2 { 
  background: #0c0c9c;
  color: white;
  font-size: 110%;
  text-align: center;
  width: 500px;
}

h3 { 
  background:#0c0c9c;
  color: white;
  font-size: 110%;
  text-align: center;
  width: 250px;
}

.divider { 
  text-align: center;
  width: 500px;
}

A		{ color: #4A7184; text-decoration: underline; font-family: arial, helvetica; } 
A:link		{ color: #CC0000;  } 
A:visited	{ color: #005522;  } 
A:active	{ color: #FF3300;  } 
A:hover		{ color: #999966;  } 

td table {
  width: auto;
}

p.nowidth, table.nowidth { 
  font-family:  arial, helvetica; 
  width: auto;
}
p, table { 
  font-family:  arial, helvetica; 
  width: 500px;
}
li { 
  font-family:  arial, helvetica; 
  width: 450px;
  vertical-align: top;
}

td li {
  width: auto;
}


tr, td { 
  font-family:  arial, helvetica; 
  width: auto;
}

th { 
  font-family:  arial, helvetica; 
  font-weight: bold;
  width: auto;
}
