/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
  margin : 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  background-color: #7F7C6B;
  background-image:url(/img/global/bck.gif);
}

  td , th , ul , p , ol , li , div , dl , dt , dd , blockquote {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  font-weight: normal;


}
A {
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #C40E26;
  text-decoration: none;
  font-weight: normal;

}
A:hover {
  color: #000000;
}

/*
Table Styles
------------------------------------------------------------------------------------
*/
.tdBckHeader{
  background-image:url(/img/global/bck_header.gif);
  background-color:#434343;
}
.tdBrown{
  background-color:#88421F;
}
.tdBrownLight{
  background-color:#B1836C;
}
.tdBlue{
  background-color:#5B789D;
}
.tdTan{
  background-color:#CBC7AA;
}
.tdLightTan{
  background-color: #F1EFD8;
}
.tdWhite{
  background-color:#FFFFFF;
}
.tdGreyLight{
  background-color:#CCCCCC;
}
.tdBckContent{
  background-image:url(/img/global/bck_content.jpg);
  background-color:#928F80;
}
.tdPortfolioRed{
  background-color:#C40E26;
}
.tdDot{
  background-image:url(/img/global/dotslong.gif);
}

/*
Font Styles
------------------------------------------------------------------------------------
*/

.fontWhite{
  color: #ffffff;
  text-decoration: none;
}
.fontCopyright{
  color: #CBC7AA;
  text-decoration: none;
  font-size:9px;
}

/*
Links
------------------------------------------------------------------------------------
*/
.linkUtility{
  color: #CBC7AA;
  text-decoration: none;
}
.linkUtility:link{
  color: #CBC7AA;
  text-decoration: none;
}
.linkUtility:visited{
  color: #CBC7AA;
  text-decoration: none;
}
.linkUtility:hover{
  color: #FFFFFF;
  text-decoration: none;
}
/*
Layers
------------------------------------------------------------------------------------
*/
.layer_logo{
  position: absolute;
  visibility: visible;
  z-index:2;
}
.layer_utilNav{
  position: absolute;
  visibility: visible;
  z-index:3;
}
/*
Cursor
------------------------------------------------------------------------------------
*/
.cursorHand{
  cursor: pointer;
  cursor: hand;
}
.cursorCrosshair{
  cursor: crosshair;
}

/*
Content Areas
------------------------------------------------------------------------------------
*/
.partnersContent{
  padding: 0px 90px 20px 0px;
}

.profileContent{
  padding: 0px 90px 20px 0px;
}
