html, body {
	margin: 0; padding: 0;
	background-image: url("GrayBackground.jpg");
	background-repeat: repeat-y;
	font-family: Times, "Times New Roman", "Times Roman", serif;
}

h1 { font-size: 2em;
	font-variant: small-caps;
	 font-weight: bold; text-align: center} 

h2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 1.5em /*150% */; 
	font-weight: bold; text-align: center;
	font-variant: small-caps;
}

h3 { font-size: 1.1em; font-style: normal; font-weight: bold; text-align: center}

h4 { font-size: 1em; font-style: normal; font-weight: bold; text-align: left}

h4.byline { font-weight: normal; text-align: center }	/* Special class for H4 bylines. */

h5 { font-size: 0.85em; font-style: normal; font-weight: bold; text-align: center;}

dfn {	font-style: italic;
	font-weight: bold; }

.first-letter { float: left;
	width: .7em;
	font-size: 4em;
	line-height: 83%;
	}

LI { margin-bottom: 12px  /* 12 pixel margin at bottom */}

td { vertical-align: top; }  /* Vertically align within table cells. */

#heading, #footer, pre { font-size: 100%; font-style: normal; font-weight: bold }

.credits, .quotecredits { font-size: 100%; font-style: italic; font-weight: normal}

.quotecredits {text-align: right;}

.credits cite, .quotecredits cite {font-weight: bold;}

.question {
	 font-size: 100%; font-style: italic; font-weight: bold }

.Alpha {list-style-type: upper-alpha}

.stoplight { font-size:3.7em; font-style: italic; font-weight: bold; 
		text-align: left}

.pos1 { float: left;  margin: 10px 10px 10px 0; }
	/* Position 1: left-floated items with margin. */

.pos2 { float: right; margin: 10px 0 10px 10px; }
	/* Position 2: right-floated items with margin. */

/* OL */ .Roman {list-style-type: upper-roman; font-weight: bold; margin-left: 25px; 
		padding-left: 25px;}

/* UL */ .Plain {list-style-type: none; margin-top: 6px; font-weight: normal; 
		margin-left: 6px; padding-left: 25px;}

#highlight {background-color: yellow;
	width: 100%;
	padding: 10px;
	}

#namechange { font-size: 90%; font-style: normal; font-weight: bold }

#required { font-weight: bold; color: red }

#entry { font-weight: bold; }

em {
	font-style: italic;  /* Ensure default behavior is used. */
}

.bold, .boldsmallcaps, caption {
	font-weight: bold;	/* Bold */
}

.boldsmallcaps { font-variant: small-caps; }

.left {text-align: left;}

.centered {text-align: center;}

caption {
	text-decoration: underline;
	font-size: 2em;
}

caption.questionnaire {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

table.questionnaire {
	width: 80%; 
        text-align: center;
       border: 0;
       border-spacing: 2px;
}

tr.likert {
	text-align: center;
}

tr.likert td {
	width: 11%;
}

.titlepage {
	/* Format for items on title page of a document */
	text-align:center;
}

#sidebar {
	/* Gray bar on one side of window, used to hold 100 pixel */
	/* wide mini "Adults Saving Kids" navigation icon.        */
	width: 120px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 110px;
	text-align: center;
}

#content {
	/* Force main content of page to other side of sidebar. */
	padding: 10px;  /* 10 pixel padding. */
	margin-left: 130px;  /* Put to right of sidebar. */
	bottom: 2em;	/* Space for bottomline below */
/*	border-left: 1px solid silver;*/
}

#bottomline {
	/* Section set up for page bottom. */
	margin-left: 65px;  /* Put halfway through sidebar and continue to right. */
	border-top: 0.16em solid black;  /* top line border. */
	padding: 1em 10px 1em 70px;  /* top / right / bottom / left padding. */
	text-align: right;
}

.spacer {
	clear: both;
}

div.banner {
	margin: 0;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 110px;
	right: 2em;
	text-decoration: none;
	border: none;
}

div.banner p {
	margin-top: 3em;
	font-size: 1.1em;
}

img.banner {
	border: 2px solid; 
	width: 100px; 
	height: 78px;
}

img.bookcover {
	border: 2px solid;
	width: 160px;
	height: 226px;
}


body>div.banner {position: fixed; color: blue; }

#topnav, #topnav2 {
	margin:0;
	padding: 0 0 0 12px;
	}

#topnav UL, #topnav2 UL, #bottomline UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#topnav LI, #topnav2 LI, #bottomline LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	white-space: nowrap;
	}

#topnav A, #topnav2 A, #bottomline A {
	color:#444;
	display:block;
	width:auto;
	text-decoration:none;
	background: silver;
	margin:0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}

div.banner A { 
	color: #444;
	background: silver;
}

div.banner p a{
	color: #942131;
}
	
#topnav A:hover, #topnav A:active, #topnav2 A:hover, #topnav2 A:active, 
		div.banner a:hover, div.banner a:active, div.banner a:focus,
		#bottomline a:hover, #bottomline a:active {
	background: #942131;
	color: white;
	}

#topnav A.here:link, #topnav A.here:visited, #topnav2 A.here:link, #topnav2 A.here:visited,
#bottomline a.here:link, #bottomline a.here:visited {
	position:relative;
	z-index:102;
	background: #942131;
	color: white;
	font-weight:bold;
	}
	
#subnav, #subnav2 {
	position:relative;
	top:-1px;
	z-index:101;
	margin:0;
	padding: 0px 0 3px 0;
	background: #942131;
	color: white;
	border-top:1px solid #fff;
	border-bottom:1px solid #aaa;
	}
	
#subnav UL, #subnav2 UL {
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
	} 

#subnav LI, #subnav2 LI {
	position:relative;
	z-index:102;
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
	white-space:nowrap;
	}
	
#subnav A, #subnav2 A {
	color:#fff;
	display:block;
	width:auto;
	text-decoration:none;
	margin:0;
	padding: 2px 12px 2px 10px;
}
	
#subnav A:hover, #subnav A:active, #subnav2 A:hover, #subnav2 A:active {
	background: silver;
	}

#subnav A.here:link, #subnav A.here:visited, #subnav2 A.here:link, #subnav2 A.here:visited {
	background: silver;
	}
	
#subnav BR, #topnav BR, #subnav2 BR, #topnav2 BR, #bottomline br {
	clear:both;
}

div.figure {
	/* Simplified version of example in 			*/
	/* http://www.w3.org/Style/Examples/007/figures.html	*/
	float: right;
	width: 250px;
	margin: 0.5em;
	padding: 0.5em;
}	

.tightlist {list-style-type: none; font-weight: normal;}

.footnote {font-size: 0.8em;}

.commented {
	margin-bottom: 4em;	/* Approx 4 lines for comments. */
}

tr.likert th {
	vertical-align: bottom;
}

table.SurveyTable {
 	border:1px;
	border-spacing:1px;
}

table.SurveyTable th, table.SurveyTable td {
	padding:7px;
}

img.AdobeIcon {
	border: 2px solid ; 
	width: 88px; 
	height: 31px;
}
