/* =INITIAL 
   v2.1, by Faruk Ates - http://kurafire.net/log/archive/2005/07/26/starting-css-revisited
   Addendum by Robert Nyman - www.robertnyman.com
   Use for control of default CSS in various browsers */

/* Neutralize styling: 
   Elements we want to clean out entirely:
   note: font 100% is font size; font 120% is line height*/
   
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
body {cursor: default;
	background-color: #eeeeff;
	color: #00001f;
}

img {border: 0px;
}

a:link { color: #001133 }
a:visited { color: #0060a0 }
a:hover { color: #303dff }
a:active { color: #333333 }

hr {margin: 10px 20px;
}

.bface { font-weight: 700 }
.uline { text-decoration: underline}
.cntr { text-align: center }

ul {position: relative; left: 14px; top: 0px;
}
li {margin-left: 16px;
	margin-bottom: 6pt;
}

#return {position: relative; left: 30px; top: 0px;
	height: 60px;
}

#logo {position: relative; top: 19px;
}

#head {position: relative; left: 40px; top: -10px;
}

#family {position: relative; left: 70px; top: 0px;
	height: 160px;
	width: 90%;
}

.prompt {font: 80%/100% "Times New Roman", "Courier New", Tahoma, serif;
	margin-left: 48px;
}

#info {position: relative; left: 70px; top: 0px;
	height: 140px;
	width: 90%;
}

#photo {position: relative; left: 70px; top: 0px;
	height: 180px;
	width: 90%;
}

#small {cursor:pointer;
	border:1px solid #003344;
}

#caption {position: relative; left: 0px; top: 0px;
	width: 146px;
	font: 90%/100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.prompt2 {font: 80%/100% "Times New Roman", "Courier New", Tahoma, serif;
}

#large {position:absolute;top: 437px; left: 70px;
	border:2px solid #003344;
	z-index: 2;
	display: none;
}

#clospic {position:absolute; top: 258px; left: 168px;
	cursor: pointer;
	z-index: 3;
	display: none;
}