﻿body
{
  background-color: #666666;
  font-family: Verdana;
  font-size: 10pt;
}
a
{
  color: #ff9933;
}
h1
{
  color: #ff9933;
}
input, textarea
{
  width:240px;  
}
input.button
{
  width:120px; 
}
#main
{
  width: 764px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 1px solid black;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -382px;
}
#header
{
  height: 189px;
  background-image: url(images/header.png);
}
#body
{
  min-height: 600px;
  background-color: White;
  padding: 8px 18px 20px 18px;
}
#menu
{
  font-size: 12pt;
  height: 28px;
  background-color: #ff9933;
  padding: 6px;
  padding-bottom: 0px;
  text-transform:uppercase;
}
#menu a
{
  color: White;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
}
#footer
{
  padding: 4px;
  padding-bottom: 0px; 
  height: 20px;
  background-color: #ff9933;
  font-size: 8pt;
}
#footer a
{
  color: White; 
}


