body
{
	background-color: #FFF;
	font-family: georgia,serif;
	margin: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

h1
{
	font-family: 'Helvetica', sans-serif;
	font-size: 24pt;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #AAA;
}

h2
{
	font-family: 'Helvetica', sans-serif;
	font-size: 18pt;
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #BBB;
	color: #FFF;
	padding: 4px;
	clear: both;
}

h3
{
	color: #999;
	clear: both;
}

a
{
	text-decoration: none;	
	color: #633;
}

a:hover
{
	color: #teal;
}

a:active
{
	color: red;
}

li
{
margin-bottom: 5px;
}

.noborder
{
	border: none;
}

.internallink
{
	font-family: 'Helvetica', sans-serif;
/*
	font-variant: small-caps;
*/
	text-decoration: none;	
	color: #633;
	font-size: 93%;
}

.internallink:hover { color: teal; }

.internallink:active { color: red; }

.picturecaption
{
	text-align: center;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.8em;
	color: gray;
	font-style: normal;
}

.picturecaptionmargins
{
	text-align: center;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.8em;
	color: gray;
	font-style: normal;
	margin-left: 20%;
	margin-right: 20%;
}

.sections
{
	text-align: center;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.75em;
	font-style: normal;
	padding-left: 3em;
	padding-right: 3em;
}

.separator
{
color: #CCC;
}

.return
{
	text-align: center;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.75em;
	font-style: normal;
	padding-left: 3em;
	padding-right: 3em;
	clear: both;
}

.nextpage
{
	text-align: right;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	clear: both;
}

.previouspage
{
	text-align: left;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	clear: both;
}


.copyright
{
	text-align: center;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.8em;
	color: gray;
	font-style: normal;
}

.picleft
{
	float: left;
	margin-right: 20px;
	margin-top: -3px;
	margin-bottom: 20px;
	display: block;
}

.picleftclear
{
	clear: both;
	margin-right: 20px;
	margin-top: -3px;
	margin-bottom: 20px;
	display: block;
}


.piccenter 
{ 
	display: block;
	margin: 0px auto 0px auto;
}

.piccenterframed 
{ 
	display: block;
	margin: 0px auto 0px auto;
	padding: 5px;
	border: 1px black solid;
	
}

.piccenterframed
{
	display: block;
	border: 1px #666 solid;
	margin: 0px auto 10px auto;
	padding: 5px;
}

.picright
{
	float: right;
	margin-left: 10px;
	clear: none;
	border: none;
}

.picone
{
	font-family: 'Helvetica', sans-serif;
	font-size: 0.8em;
	width: 620px;
	height: 190px;
	padding: 10px;
	clear: both;
	background-image: url(ahs-design/picone.jpg);
		background-color: #EEE;

}

.pictwo
{
	font-family: 'Helvetica', sans-serif;
	font-size: 0.8em;
	width: 620px;
	height: 190px;
	padding: 10px;
	clear: both;
	background-image: url(ahs-design/pictwo.jpg);
	background-color: #FFD;
}

.textbox
{
	padding: 10px;
	margin-top: 0px;
	font-family: 'Helvetica', sans-serif;
	font-variant: small-caps;
	font-size: 1.5em;
	border: thin gray solid;
}

.textbox2
{
	font-family: 'Helvetica', sans-serif;
	font-size: 0.8em;
}

.textbox2 p
{
	margin: 5px 0px 0px 0px;
}

#AHSframe
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	padding: 0px;
	top: 25px;
}


/*
#AHSframe
{
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	padding: 0px;
	border: 1px #000 solid;
	top: 25px;
}
*/

#AHSbanner
{
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	
}

#AHSbar
{
	position: absolute;
	width: 800px;
	height: 5.25em;
	top: 100px;
	margin: 10px auto 10px auto;
	padding: 0px;
	clear: both;
	font-family: 'Helvetica', sans-serif;
	font-size: small;
/*
	font-variant: small-caps;
*/
	text-align: center;
}

.AHSbuttons a
{
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	padding: 4px;
	width: 140px;
	height: 1.25em;
	display: block;
	float: left;
	clear: right;
	color: #FFD;
	border-color: #DDD #063 #063 #DDD;
	background-color: #933;
	text-decoration: none;
}

.AHSbuttons a:hover
{
	color: black;
	border-color: #063 #DDD #DDD #063;
	background-color: #FFD;
}

.AHSbuttons a:active
{
	border-color: #063 #DDD #DDD #063;
	color: maroon;
	background-color: #EEC;
}


#AHSbody
{
	position: absolute;
	width: 790px;
	top: 200px;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
/*
	border: 1px #000 solid;
*/
}

#AHSbodymenu
{
	position: absolute;
	top: 50px;
	width: 148px;
	margin-right: 10px;
	font-family: 'Helvetica', sans-serif;
	font-size: small;
/*
	font-variant: small-caps;
*/
	text-align: center;
}

#AHSbodymenu a
{
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	padding: 4px;
	width: 140px;
	display: block;
	color: maroon;
	border-color: #DDD #063 #063 #DDD;
	background-color: #EEC;
	text-decoration: none;
}


#AHSbodymenu a:hover
{
	color: black;
	border-color: #063 #DDD #DDD #063;
	background-color: #FFD;
}

#AHSbodymenu a:active
{
	border-color: #063 #DDD #DDD #063;
	color: #FFD;
	background-color: #933;
}

#AHSbodymenu .submenu a
{
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 8px;
	padding: 1px;
	width: 120px;
	display: block;
	color: #333;
	border-color: #DDD #063 #063 #DDD;
	background-color: #EEE;
	text-decoration: none;
}

#AHSbodymenu .submenu a:hover
{
	color: black;
	border-color: #063 #DDD #DDD #063;
	background-color: #F8F8F8;
}

#AHSbodymenu .submenu  a:active
{
	border-color: #063 #DDD #DDD #063;
	color: #FFF;
	background-color: #999;
}

#AHSbodymenu .submenuleft a
{
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-right: 8px;
	padding: 1px;
	width: 132px;
	display: block;
	color: #333;
	border-color: #DDD #063 #063 #DDD;
	background-color: #EEE;
	text-decoration: none;
	text-align: left;
}

#AHSbodymenu .submenuleft a:hover
{
	color: black;
	border-color: #063 #DDD #DDD #063;
	background-color: #F8F8F8;
}

#AHSbodymenu .submenuleft  a:active
{
	border-color: #063 #DDD #DDD #063;
	color: #FFF;
	background-color: #999;
}


#AHSbodybar
{
	position: absolute;
	left: 160px;
	top: 50px;
	width: 640px;
	height: 2em;
	font-family: 'Helvetica', sans-serif;
	font-size: small;
/*
	font-variant: small-caps;
*/
	text-align: center;
}

#AHSbodybar a
{
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 4px;
	width: 140px;
	height: 1.25em;
	display: block;
	color: maroon;
	border-color: #DDD #063 #063 #DDD;
	background-color: #EEC;
	float: left;
	clear: right;
	text-decoration: none;
}


#AHSbodybar a:hover
{
	color: black;
	border-color: #063 #DDD #DDD #063;
	background-color: #FFD;
}

#AHSbodybar a:active
{
	border-color: #063 #DDD #DDD #063;
	color: #FFD;
	background-color: #933;
}

#AHSbodytext
{
	position: relative;
	top: 40px;
	margin-bottom: 40px;
	left: 160px;
	width: 629px;
/*
	border: 1px #000 solid;
*/
}

#AHSbodytextflat
{
	position: relative;
	top: 4px;
	margin-bottom: 4px;
	left: 160px;
	width: 629px;
/*
	border: 1px #000 solid;
*/
}


#AHSwelcome
{
background-image: url(ahs-design/ahs-welcome.jpg); 
background-repeat: no-repeat;
height: 580px;
padding-top: 30px;
padding-bottom: 0px;
padding-left: 40px;
/*
	border: 1pt black solid;
*/
}

#AHSwelcome h3
{
	font-size: 1.25em;
	color: #633;
	padding-right: 200px;
	text-shadow: #FFD 0px 0px 6px;

}

#AHSwelcome p
{
	padding-right: 300px;
	font-size: 0.9em;
}

#AHSwelcome ul
{
padding-right: 350px;
}

#AHSwelcome li
{
font-size: 0.9em;
margin-top: 10px;

}

#AHSwelcome .internallink:hover
{
	color: #FFD;
}

#AHSwelcome a:hover
{
	color: #FFD;
}

#AHSwelcome .internallink:active
{
	color: #red;
}

#AHSwelcome a:active
{
	color: #red;
}

.censustable table
{
	display: table;
	border-collapse: collapse;
	width: 625px;
	margin-bottom: 20px;
	font-family: 'Helvetica', sans-serif;
	font-size: 9pt;
}


.censustable td
{
	border: 1px black dotted;
	text-align: right;
	width: 10px;
}

.censustable td.first
{
	text-align: left;
	width: 80px;
}

.censustable td.cellleft
{
	text-align: left;
	}

.censustable td.last
{
	text-align: left;
	width: 150px;
}

.simpletable table
{
	display: table;
	table-layout: auto;
	width: 500px;
}
.simpletable td
{
	padding-right: 10px;
	vertical-align: top;
}

.shoptable table
{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 625px;
}

.shoptable th
{
	border: 1px dotted black;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.shoptable td
{
	border: 1px dotted black;
	padding: 5px;
	vertical-align: top;
}

.shoptable col#c1
{
width: 125px;
}

.shoptable col#c2
{
width: 400px;
}

.shoptable col#c3
{
width: 100px;
}

.booktable table
{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 625px;
	margin-bottom: 20px;
}

.booktable th
{
	border: 1px dotted black;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

.booktable th#r1c1 {width: 550px;}
.booktable th#r1c2
{
	width: 75px;
	text-align: right;
}

.booktable td
{
	border: 1px dotted black;
	padding: 5px;
	vertical-align: top;
}

.booktable td.bookprice
{
	text-align: right;

}

/*
.booktable col#c1
{
width: 525px;
}

.booktable col#c2
{
	width: 100px;
}
*/




/*
.simpletable col#c1 {width: 100px;} .simpletable col#c2 {width: 400px;} 
*/

.mysmallcaps
{
font-variant: small-caps;
}

.probates
{
	color: grey;

}

.floatingblock
{ 
float: left;
text-align: center;
margin: 10px;
padding: 5px;
border: 1px dotted black;
}

.floatingblock:hover
{
border: 1px solid teal;
}

.floatingblocknoframe
{
	float: left;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px;
}

.byauthor
{
	font-size: small;
	font-style: italic;
}

.goback
{
	font-size: small;
}

.transcription
{
	font-size: small;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding:1em;
	background-color: #EEE;
	line-height: 1.5em;
}

.nameslist
{
margin-left: 2em;
}

.signature table
{
display: table;
table-layout: auto;
width: 500px;
}

.signature td
{
padding-right: 10px;
padding-bottom: 10px;
text-align: center;
vertical-align: center;
}

.centeredtitle
{
	font-family: 'Helvetica', sans-serif;
	font-size: 18pt;
	font-variant: small-caps;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;

}

.mysup
{
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

.custombox
{
	font-size: small;
	font-family: 'Helvetica', sans-serif;
	text-align: center;
	margin-left: 4em;
	margin-right: 4em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 1em;
	background-color: #CFC;
}

.answers ol
{
margin-top: 50px;
}

.answers li
{
margin-left: 300px;
}


.mylist
{
text-indent: -1em;
margin-left: 2.5em;
}

.mybullet
{
width: 2em;
display: inline-block;
text-align: right;
margin-left: -1.5em;
padding-right: 6px;
}


