body
{
  margin: 0px 20px 20px;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-color: rgb(102,102,102);	
  font-size: 11px;
  line-height: 16px;
  background-color: rgb(0,0,51);
  color: black;
}

p
{
  padding: 0px;
  margin: 0px 0px 10px;
}

table
{
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.left
{
  width: 520px;
  background-image: url(../images/home-left.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: white;
  border-left: 1px solid rgb(200,200,200);
}

.left2
{
  background-color: rgb(215,108,39);
  border-left: 1px solid rgb(200,200,200);
}


.right
{
  width: 260px;
  background-color: rgb(175,172,80);
  border-right: 1px solid rgb(200,200,200);  
}

.content-width
{
  width: 780px;
}

.content
{
  border-left: 1px solid rgb(200,200,200);
  border-right: 1px solid rgb(200,200,200);
  background-color: rgb(255,255,255);
  padding: 20px;
  text-align: left;
  font-family: verdana, sans-serif;
  font-color: rgb(102,102,102);
  font-size: 11px;
  line-height: 16px;
}

.content a
{
  color: rgb(89,99,137);
  text-decoration: underline;
}

.content a:hover
{
  color: rgb(225,145,93);
  text-decoration: none;
}


.footer
{
  width: 780px;
  height: 60px;
  background-image: url(../images/footer-2.gif);
}

.footer-nav
{
  padding: 20px 0px 5px;
  text-align: left;
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.footer-nav a
{
  color: white;
  text-decoration: underline;
}

.footer-nav a:hover
{
  color: white;
  text-decoration: none;
}

.copyright
{
  padding: 20px 0px 5px;
  font-size: 10px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

img
{
  border: none;
}