

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #990000;
}

/* visited: previously visited links */
A:VISITED {
	color: #666633;
}


/* EXAMPLES FROM OTHER SITES */

/*- Menu Tabs I--------------------------- */
/* more samples at http://exploding-boy.com/images/cssmenus/menus.html */

    #tabsI {
      float:left;
      width:100%;
      background:none;
      font-size:90%;
      line-height:normal;
	  border-bottom:2px solid #ABABAB;
	  	  /*border-bottom:1px solid #DD740B;*/

      }
    #tabsI ul {
	  margin:0;
	  //padding:10px 10px 0 50px;
	  padding:0px 10px 0px 50px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../brown-button-left01.gif") no-repeat left top;
      margin:0;
      padding:0px 0px 0px 9px;
	  //padding:0px 0px 0px 7px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../brown-button-right01.gif") no-repeat right top;
      padding:5px 35px 0px 11px;
	//padding:5px 15px 0px 7px;
        //color:FFFF89;
      color:FFFFA0;
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFFFFF;
      }





/* ADDONS TO THE ORIGINAL STYLESHEET */


HTML {
	
}

td {
	text-align:left;
	vertical-align: top;
	white-space: normal;
	padding: 10 10 10 10;
	border: 1px solid #989898;
}

a {
	cursor: pointer;
}

#top_first {
  position:absolute;
  top:0;
  //left: -10;
  left:-50;
  height: 400;
  text-align:left;
  width:100%; 
  overflow:hidden;
}

#top_second {
  position:absolute;
  top:55;
  left: 0;
  //left: 129;
  text-align:left;
  width:100%;
  overflow:hidden;
}
/*
#top_third {
  position:absolute;
  top: 32;
  left: 0;
  text-align:left;
  width:100%;
  overflow:hidden;
}
*/
#left_frame_bottom {
  position:absolute;
  top:0;
  left:2;	
  width:auto; 
  height:100%;
  overflow:visible;
}
#left_frame_bottom td {
	text-align: left;
}
/*
#right_frame_top {
	position:absolute;
	top:10;
	left:200;
	right:0;
	height:100%;
	padding-top:5;
	overflow: visible;
}
*/
#center_frame_bottom {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:auto;
	//width:655;
	height:100%;
	overflow:visible;
}

#genealogy_frame_bottom {
	position:absolute;
	top:-12;
	right:5;
	height:100%;
	overflow:visible;
}

#right_frame_bottom {
  position:absolute;
  top:2;
  left:2;	
  width:auto; 
  height:100%;
  overflow:visible;
}

.header-td {
	background: #663333;
	padding: 5 5 5 5;
	border: 2px solid #989898;
	font: 27px Verdana;
	color:FFFFFF;
	font-weight:bold;
}
.logo-td {
	background: none;
	border: none;
	padding: 0 0 0 0;
	text-align:center;
}

.links-temp {
	font-family: verdana, serif;	
	font-size: 11 px;
	border: 1px solid #989898;
	background-color: transparent;
	text-align: left;
}



.outline {
	left:0;
	font: 11px verdana;
	border: 1px solid #989898;
	background-color: transparent;
}

.empty-td {
	background-color: transparent;
	padding: 0 0 0 0;
}

.title-coloring {
	font: bold 18px georgia;
	color: #990000;
}
.context-coloring {
	font: 14px georgia;
	white-space: normal;
	color: #660000;
}

.noborder {
	padding: 0 0 0 0;
	border: none;
	/*
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #989898;
	*/
}


.adjust-tr {
	top:60;
}


.left-frame-align {
	text-align:left;
	font: 17px verdana;
	color: #663333;
}
.left-frame-align td {
	width:144;
}

.nounderline {
	text-decoration: none;
}

.adjust-logo {
	top:10;
}

