   body {
   margin: 0px 0px 0px 0px;
   
   background-color: 008C9D;
   background-repeat: repeat-x;
   background-image: url('images/bg.jpg');
   }
   
   body, table 
   {
	font-family: Arial;
	font-size: 9pt;
   }

   a, a:visited {
   text-decoration: none;
   color: blue;
   }

   a img {
   border: 0px;
   }
   
   hr 
   {
	height: 1px;	
   }

   .contact {
   float: right;
   font-size: 9pt;
   margin-right: 20px;
   }
   
   .contact a, .contact a:visited {
      color: #000;
   }

   .menu {
   padding-top: 10px;
   border-top: 1px solid #FFF;
   }

   .menu .option {
   margin-left: 8px;
   margin-right: 8px;
   border: 0px;
   }

   .menu a:hover {
   padding-bottom: 5px;
   border-bottom: 3px solid #0863BE;
   }
   
   .content 
   {
	display: inline-table;
	position: relative;
	height: auto;	
	font-size: 9pt;
	padding-left: 5px;
	padding-top: 10px;
   }

   .listings {      
   width: 515px;
   padding-top: 15px;   
   }

   .listing {
   font-size: 8pt;
   padding: 10px;
   width: 33%;
   vertical-align: top;
   }

   .listing a {
   text-decoration: none;
   }

   .listing a img {
   border: 1px solid #CCC;
   }
   
   .tiplist {
    font-size: 9pt;
    list-style-image: url('images/bullet1.gif');
    margin-left: 5px;
    padding-left: 5px;    
   }
   
   .tiplist a, .tiplist a:visited 
   {
	color: #000;	
   }
   
   .tiplist li 
   {
	background-image: url('images/dots1.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 8px;
   }

   .footer 
   {
	  margin-top: 10px;
      background-color: #EDEDED;
      border-top: 3px solid #E1E1E1;
      height: 70px;
      font-size: 9pt;
      padding-right: 30px;
   }
   
   .footer div a {
      color: #000;
      padding: 5px;
   }


/* ------------------------------------------------------------------- */ 
.right-column1 
{
	display: inline-table;
	float: right;
	width: 280px;
	min-height: 100%;
	height: 100%;
	padding-left: 10px;
} 
   
/* ------------------------------------------------------------------- */

.field
{
	width: 250px;
}

.button 
{
	padding-left: 10px;
	padding-right: 10px;
}