/* Kemenel's Standard Style */

/* Setting properties for BODY allows all other to inherit? */
BODY
{
  background: url(../images/wiresbg3.gif) #FFFFFF;
  background-repeat: repeat-y;
  font-family:	Myriad Web, Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12pt;
  margin-left: 100px; /* You should update the title img tag margin if you change this. */
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: black;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
}

.title
{
  margin-left: -101px;
  margin-top: 0px;
  border-style: none;
  border-color: #FFFFFF;
  text-decoration: none;
}

.titlebig
{
  margin-left: -96px;
  margin-top:  0px;
  border-style: none;
  border-color: #FFFFFF;
  text-decoration: none;
}

.body
{
  width: 525px;
}

IMG
{
  border-style: none;
  border-color: #FFFFFF;
  text-decoration: none;
}

.menu
{
  width: 75px;
  text-align: left;
  vertical-align: top;
  font-size: 18pt;
  color: black;
}

.menutext
{
  margin-left: 1em;
}

.menulink
{
  text-decoration: none;
  color: black;
}
