/*************************************/ 
/*************************************/ 
/*                                   */
/*  CSS Style Sheet for RBi website  */
/*  Used at http://reconciling.biz   */
/*                                   */
/*************************************/ 
/*************************************/ 

/* Body styles, as default for entire page */
body
   {
	background-color: #e0e0e0;
      background-image: URL("gray-wev.jpg");
      background-repeat: repeat;

      font-family: "Univers (WN)", "Century Gothic", "Book Antiqua",
		"Veranda", "Times New Roman", "Arial";
      font-size: medium;
      font-weight: normal; 
      font-style: normal; 
      font-variant: normal; 
   }


/* Link colors */
a:link 
   { color: #0000FF; } 
a:visited 
   { color: #6666CC; } 
a:active 
   { color: #993366; }


/* Borders & Lines */
div.Thick_Line
   { border-top: groove thick navy; }
div.Medium_line
   { border-top: groove medium navy; }
div.Thin_line
   { border-top: groove thin navy; }


/* Table in top section */ 
table.Logo_And_Menu
   {
      width: 70%;
      margin-left: 15%;
      margin-right: 15%;
      background-color: #e0e0e0; 
      border-width: 0px;
   }
td.Left
   {
      text-align: left;
   }
td.Right
   {
      text-align: right;
   }


/* RBi Logo graphic */ 
img.RBi_Logo
   {
      border: none;
      border-width: 0px;
      margin-bottom: 10px;
    }


/* Robert's portrait on the Meet The Founder page */
img.Float_Left
   {
      float: left;
      vertical-align: top;
      border: groove;
      border-width: 2px;
      margin-right: 15px;
      margin-bottom: 15px;
    }


/*********/
/*********/
/*  END  */
/*********/
/*********/
