/* Colors used :
  Orange : #FB7631
  DkGrey : #333333
*/

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  background-image:url('../images/bg.gif');
}

#sidebar
{
  position: absolute;
  font-size: 9px;
  color: #FB7631;
  margin-top: 20px;
}

#bubbles
{
  position: absolute;
  top: 50px;
  left: 800px;
}

#mainContent
{
  position: absolute;
  left: 170px;
  top: 0px;
  width: 500px;
  margin-left: 20px;
  margin-top: 65px;
  margin-bottom: 30px;
  margin-right: 50px;
}

#sidebarAddress
{
  text-align: right;
  margin-right: 17px;
  margin-top:8px;
  margin-bottom: 50px;
  color: #FB7631;
  font-size: 9px;
}

h1
{
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #FE4910;
  margin-top: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
}

.textSubHeading
{
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  margin-right: 0px;
}


/* Links */

a:visited
{
  color: #fd4c12;
  text-decoration: underline;
}
a:link
{
  color: #FB7631;
  text-decoration: underline;
}
a:hover
{
  color: #FB7631;
  text-decoration: underline;
}
a:active
{
  color: #FB7631;
  text-decoration: underline;
}


/* Misc. */

.layoutTable
{
  border: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-spacing: 0px;
}
