
body
{
  background-image: url("../../images/backgrnd.jpg"); 
  margin-top: 20
}
	 
h1
{
  font-weight: bold;
  font-size: 20pt;
  font-style: normal;
  color: #003399;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif'
}

h2
{
  font-weight: bold;
  font-style: italic;
  font-size: 22pt;
  color: #003399;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif'
}

h3
{
  font-weight: normal;
  font-style: italic;
  font-size: 16pt;
  color: #003399;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif'
}

h4
{
  font-weight: 8;
  font-size: 12pt;
  font-style: italic;
  color: #999999;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif'
}

h5
{
  font-weight: bold;
  font-size: 16pt;
  white-space: nowrap;
  font-style: italic;
  color: #663333;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif'
}

pold
{
  font-weight: 500;
  font-style: normal;
  color: #336633;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif'
}

p
{
  font-weight: 500;
  font-style: normal;
  color: #336663;
  text-align: left;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif'
}

byline
{
  font-weight: 8;
  font-size: 16;
  font-style: italic;
  color: #999999;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif'
}

eap
{
  font-weight: bold;
  font-style: italic;
  color: #663333;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif'
}

bodystyle
{
  font-weight: 400;
  font-style: italic;
  color: blue;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif';
}

#toprow
{
  top: 10px;
  left: 10px;
  width: 956px;
  height: 50px;
  border-style: double;
  border-color: #000090;
  text-align: center;
  font-size: 18pt;
  color: #003399;
  font-style: italic;
  font-weight: bold;
  font-family: 'comic sans ms', 'courier new', 'arial', 'sans-serif';
}

#bottomrow
{
  position: absolute;
  top: 702px;
  left: 10px;
  width: 956px;
  height: 50px;
  border-style: double;
  border-color: #000090;
  text-align: center;
  font-size: 9pt;
}

#leftcol
{
  position: absolute;
  top: 80px;
  left: 10px;
  width: 165px;
  height: 620px;
  border-style: none;
}

#rightcol
{
  position: absolute;
  top: 80px;
  left: 802px;
  width: 165px;;
  height: 620px;
  border-style: none;
}

#content
{
  position: absolute;
  left: 176px;
  top: 80px;  
  width: 620px;
  height: 617px;
  overflow: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #000090;

}
