.body
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background-color : #8A8C8F;
    font-size: 9pt;
    font: 100% Tahoma, Arial, Helvetica, sans-serif;
  	color: #221E1F;
}

a.mailLink:link      { color:#221E1F; text-decoration: none;}
a.mailLink:active    { color:#221E1F;text-decoration: none;}
a.mailLink:visited   { color:#221E1F; text-decoration: none;}
a.mailLink:hover     { color:#221E1F; text-decoration: underline;}

a:focus
{
  -moz-outline: none;   /* removes dots around firefox links */
}

#mainContent         
{ 
  width:436px;
  height:250px;
  margin-top:40px;
  margin-left:0px;
  position:absolute;
  border:0;
}

#mainLogo
{ 
  width:34px;
  height:56px;
  margin-top:34px;
  margin-left:500px;
  position:absolute;
}

#photo
{ 
  width:130px;
  height:153px;
  margin-top:123px;
  margin-left:505px;
  position:absolute;
}

.mainText
{ font-size: 8pt;
  line-height:130%;
  letter-spacing:.03em;
  margin-top:8px;
  margin-bottom:12px;
  text-align: left;
  color:#221E1F;
}

.contactText
{ font-size: 9pt;
  line-height:130%;
  letter-spacing:.03em;
  margin-top:8px;
  margin-bottom:12px;
  text-align: left;
  color:#221E1F;
}

.greyTitle
{ font-size: 11pt;
  line-height:140%;
  letter-spacing:.03em;
  margin-top:0px;
  margin-bottom:12px;
  text-align: left;
  color:#808285;
}

.hiddenPic {display:none;}

