body
{
  background-color: #343A89;
  background-repeat: repeat-n;
}

body#head
{
  background-image: url("./images/banner.gif");
  background-color: #343A89;
  background-repeat: repeat-x;
}

H1
{
  color: #0000FA;
  font-size: 30pt;
  font-family: Lucida Calligraphy;
  font-weight: bold;
  text-align: center;
  line-height: .8;
  margin-top: 20px
}

h2
{
  color: #0000FF;
  font-size: 16pt;
  font-family: Lucida Calligraphy;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

h3
{
  padding-top: 0px;
  padding-bottom: 0px;
}

p
{
  color: #FFFFFF;
}

p#head3
{
  font-size: large;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}

span#head1
{
  font-size: large;
  font-weight: bold;
  color: orange;
}

span#head2
{
  font-size: large;
  font-weight: bold;
  color: blue;
}

span#head3
{
  text-indent: 100px;
  font-size: large;
  font-weight: bold;
  color: blue;
}

TABLE
{
  border-collapse: collapse;
}

TABLE#award 
{
  border-collapse: collapse;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  border-width: 1px;
  border-color: #666666;
}

TD
{
  padding-top: 0px;
  padding-bottom: 0px;
}

TD#main
{
  padding-top: 25px;
  font-size: large;
  font-weight: bold;
  border-style: none;
  border-width: 1px;
  text-decoration: underline;
}

TD#main1
{
  padding-top: 25px;
  font-size: large;
  font-weight: bold;
  border-style: none;
  border-width: 1px;
  color: blue;
  text-decoration: underline;
}

TD#main2
{
  padding-top: 25px;
  font-size: large;
  font-weight: bold;
  border-style: none;
  border-width: 1px;
  color: orange;
  text-decoration: underline;
}

TD#left
{
  border-style: none;
  border-left-style: solid;
  border-width: 1px;
}
TD#right
{
  border-style: none;
  border-right-style: solid;
  border-width: 1px;
}

TD#heading
{
  border-style: none;
  border-width: 1px;
  font-weight: bolder;
  padding-right: 70px
}

#imageleft 
{
  float:left;
  padding-right:7px;
  padding-bottom:7px;
}

#imageright 
{
  float:right;
  padding-right:7px;
  padding-bottom:7px;
}

A:link 
{
  text-decoration: none;
  color: #FF0099;
}

A:visited 
{
  text-decoration: none;
  color : #00FFFF;
}
