a
{
  text-decoration: none;
}

A:link
{
  color: #0000ff;
}

A:visited
{
  color: #0000FF;
}

A:hover
{
  color:#0000FF;
}

.navigations
{
  font-family: Verdana;
  font-size: 18px;
  color: #000000;
}

.navigationsred
{
  font-family: Verdana;
  font-size: 18px;
  color: #FF0000;
}

.navigationsblue
{
  font-family: Verdana;
  font-size: 18px;
  color: #0000ff;
}

.nonavigations
{
  font-family: Verdana;
  font-size: 18px;
  color: #000000;
}

.navigations .phonenum
{
  font-size: 8pt;
}

.navigations .faxnum
{
  font-size: 12px;
}

.submenu
{
  padding-left: 10px;
}

.addmenu
{
  padding-left: 15px;
}

.pageheading
{
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background-color: #E6E6E6;
}

.additionalheading
{
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.textbody
{
  font-family: Verdana;
  font-size: 14px;
}

.textbodylink
{
  font-family: Verdana;
  font-size: 14px;
  color:blue;
}

.textbodybold
{
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

.textbodyitalics
{
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.textbodyheading
{
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Verdana;
  font-size: 18px;
  font-weight: bold;
}

.textscroll
{
  font-family: Verdana;
  font-size: 14px;
  color: #333399;
}

.menuitem
{
  background-color: #E6E6E6;
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  list-style-type: none;
  padding-left: 20px;
}


div.wrapper
{
  width: 100%;
  position: relative;
  clear: both;
  height: 100%;
}

div.left
{
  width: 56%;
  position: relative;
  float: left;
  padding-left: 2px;
  padding-top: 5px;
  vertical-align: middle;
  white-space: nowrap;
}

div.right
{
  width: 37%;
  position: relative;
  float: right;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
  padding-top: 30px;
} 
