/* BEGIN HEADER NAVIGATION STYLE */
#header 
{
    float:left;
    width:100%;
    /*background:#DAE0D2 url("bg.gif") repeat-x bottom;*/
    background:url("bg.gif") repeat-x bottom;
    font-size:93%;
    line-height:normal;
}
#header ul 
{
    margin:0;
    /*padding:10px 10px 0;*/
    padding:10px 10px 0;
    list-style:none;
}
#header li 
{
    display:inline;
    margin:0;
    padding:0;
}
#header a 
{
    float:left;
    background:url("left_both.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    border-bottom:1px solid #765;
    text-decoration:none;
}
#header a span 
{
   	float:left;
    display:block;
    background:url("right_both.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    font-weight:bold;
    color:#765;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */


#header a:hover span 
{
    color:#333;
}
#currFriend #nav-Friend a, #currHonor #nav-Honor a,
#currRemember #nav-Remember a, 
#currHelp #nav-Help a,
#currWaysGive #nav-WaysGive a,
#currBequests #nav-Bequests a 
{
    background-position:0 -150px;
    border-width:0;
}
#currFriend #nav-Friend a span, #currHonor #nav-Honor a span, #currRemember #nav-Remember a span, #currHelp #nav-Help a span, #currWaysGive #nav-WaysGive a span, #currBequests #nav-Bequests a span
{
    background-position:100% -150px;
    padding-bottom:5px;
    color:#333;
}
#header a:hover 
{
    background-position:0% -150px;
}
#header a:hover span 
{
    background-position:100% -150px;
}

/* END HEADER NAVIGATION STYLE */



.smallText
{
font-size:8pt;
font-family:Arial;
font-weight:normal;
}

.leftRightBorder
{
border-left:1px solid black;
border-right:1px solid black;
}

.leftRightBottomBorder
{
border-left:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
}

.leftBorder
{
border-left: 1px solid black;
}

.divLeftBorder
{
border-left: 1px solid #765;
}

.tableHead
{
font-size:12pt;
font-family:Arial;
font-weight:Bold;
}

#searchDiv a:link 
{
    color: #FFFFFF;
    text-decoration: none;
}
#searchDiv a:hover
{
    color: #FFFFFF;
    text-decoration:underline;
}
#searchDiv a:visited
{
	color: #FFFFFF;
    text-decoration: none;
}
#loading
{
	z-index:100;
	position: absolute;
	top: 300;
}
a:link
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	color: blue;
	text-decoration: underline;
}
a:visited
{
	color: blue;
	text-decoration: none;
}