/* Cascading Style Sheet - Sleep Center */
/* $Id: print.css,v 1.2 2006/08/28 03:52:15 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	text-align: left;
	margin: 10px;
	padding: 0;
	color: #000;
	font-family: "Lucida Grande", Geneva, Lucida, Arial, Verdana, Helvetica, "Trebuchet", "Trebuchet MS", sans-serif;
	background: #fff;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 4px 0 10px 0;
}

h1.fir a {
	color: #fff;
	text-decoration: none;
}


/* ******************************************************************************* */
/* text */

p, table, div, blockquote {
	text-align: left;
	margin-left: 10px;
}


ul, ol {
	text-align: left;
	margin-left: 20px;
	padding-left: 20px;
}

ul.nonlist {
	list-style-type: none;
}


/* ******************************************************************************* */
/* divs */

#container {
	text-align: left;
	margin: 0;
	padding: 0;
}

#header {
	text-align: center;
	margin: 0;
	padding: 20px;
	background-image: url("/images/bgndbluestars.jpg");
	background-repeat: repeat-x;
	background-color: #103068;
	overflow: visible;
}

#header img {
	display: none;
}

#content {
	text-align: left;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px #999 solid;
}

#footer {
	text-align: left;
	margin-top: 50px;
	border-top: 1px #999 solid;
}

#nav {
	display: none;
}

#footer ul {
	display: none;
}

#redlinetop, #redlinebottom {
	display: none;
}


/* ******************************************************************************* */
/* table for test */

table.selftest {
	margin: 20px 0;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
}


table.selftest th {
	margin: 0;
	padding: 3px 6px; 
	font-weight: bold;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #ccc;
}

table.selftest td {
	margin: 0;
	padding: 3px 6px; 
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
}

table.selftest td.underline {
	border-bottom: 2px #333 solid;
}

table.selftest td.total {
	font-weight: bold;
	background-color: #ddd;
}

