@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FC9;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/wavebgwallpaper.gif);
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
	background-image: url(images/SLEEPforSUREupdate.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	line-height: 1.2em;
	color: #EFF7FF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
#backup {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #EFF7FF;
	text-align: center;
}
a {
	font-family: "Times New Roman", Times, serif;
	color: #6083DD;
	font-size: 1.5em;
	text-decoration: none;
}
a:hover {
	color: #80C6FF;
	font-size: 1.5em;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 11px;
	padding-top: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: none;
	margin-left: 8px;
	text-align: center;
	top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #ECD8EF;
	bottom: 0px;
	line-height: .1em;
	padding-bottom: 20px;
	padding-top: 1px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-style: italic;
	line-height: 1.1em;
	color: #DCEBFF;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #EFF7FF;
	font-size: 2em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
}
#unlike {
	font-family: "Times New Roman", Times, serif;
	color: #E5E9FF;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
.newsub {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: .7em;
	color: #DCDBFF;
	text-align: center;
	clip: rect(30px,auto,auto,auto);
	padding-top: 20px;
}
.Next {
	float: right;
	width: 170px;
	margin-right: 100px;
}
.Email {
	padding-top: 130px;
}
.twoColFixLtHdr #container #header .fltlft h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1em;
	color: #D0DFF6;
	margin-top: -10px;
	font-weight: lighter;
}
