/* The main color theme for the site */

body
{
  background-image: url(image/background.gif);
  background-color: #FFFFFF;
  background-repeat: repeat-y;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0%;
  font-family: Arial;
}

a:link {color: #637994}
a:visited {color: #637994}
a:hover {color: #888888}
a:active {color: #942800}


#Banner
{
  background-image: url(image/banner/center.gif);
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  padding: 0px;
}

#BannerLeft
{
  position: absolute;
  left:0px;
  top:0px;
  width: 224;
  padding: 0px;
}

#BannerRight
{
  position: absolute;
  right:0px;
  top:0px;
  width: 396;
  padding: 0px;
}



#TopNav
{
  color: #FFFFFF;
  background-color: #942800;
  padding: 5px;
  text-align: right;
  font-variant: small-caps;
  font-size: 11px;
  font-weight: bold;
}

#TopNav a:link {color: #FFFFFF; text-decoration: none}
#TopNav a:visited {color: #FFFFFF; text-decoration: none}
#TopNav a:hover {color: #FFFFFF; text-decoration: underline}
#TopNav a:active {color: #888888; text-decoration: underline}


#LeftMenu
{
  color: #FFFFFF;
  width: 128px;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  text-transform:  lowercase;
}

#LeftMenu a:link {color: #FFFFFF; text-decoration: none}
#LeftMenu a:visited {color: #FFFFFF; text-decoration: none}
#LeftMenu a:hover {color: #FFFFFF; text-decoration: underline}
#LeftMenu a:active {color: #888888; text-decoration: underline}

#LeftMenuHeader
{
  font-variant: small-caps;
  font-size: 14px;
  text-decoration: bold;
}



#MainBox
{
  text-align: left;
}

#MainText
{
  font-size: 12px;
}

.InputForm
{
  font-size: 12px;
}

Table
{
  font-size: 12px;
}

#Footer
{
  font-size: 10px;
  text-align: center;
}

H1
{
  font-variant: small-caps;
}

H2
{
  font-variant: small-caps;
}

H3
{
  font-variant: small-caps;
}
