﻿/* CSS Document */
body {
	background-color: #666;
	/*background-color: #FFFFCC;*/
	color: #003300;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 1025px;
	top: 0px;
}
.FixedPosition
{
	position: fixed;
	top: 0px;
}


#master
{
	background-image: url(../Images/nabkgnd.jpg);
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#MainContent
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	position: relative;
	top: 0px;
}

h4
{
	margin: 0px;
	padding: 0px;
}

h1
{
	padding-top: 0px;
	margin-top: 0px;
}

table
{
	margin: 0px;
	padding: 0px;
}

/*------------------Default.asp--------------------*/

#Treeheader {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #800000;
}

#familyTree
{
	margin: 0px;
	padding: 0px;
}

#TreeDetails
{
	margin: 0px;
	padding: 0px;
}

#familyTree a 
{
	color: #336600;
}

#details-table
{
	margin: 0px;
	padding: 0px;
}
#profile, #guestview
{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

.floatLeft
{
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}blockquote {
	margin: 0px;
	padding: 0px;
}
