/*
**********
Modification History
Document created on October 25, 2007 for sleep course website
modified March 2009 to re-post
**********
*/


/* <style type="text/css">

<!-- */
body {color: #000066; /*  dark blue */
     background: #ccffcc;		/* pale green */		
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 100%;
     line-height: 1.5;
     }

.leftsidebar { width: 180px;
		position: absolute;
		top: 10px; right: 75%; bottom: 5%; left: 2%;
		margin: 1% 3%;
		padding: 2%;
                font-size: smaller;
		float: left;
	   }

.main { position: absolute;
		top: 10px; right: 5%; bottom: 5%; left: 30%;
		margin: 1% 10% 1% 2%;
		padding: 3%;
		 /* float: right; */
  	   }

h1 	   { text-align:center; 
	   }

.indent { padding: 0px 0px 0px 0px;
     list-style-type:disk;
           }

p	   {margin: 0px;
		}

p.lower	{ font-size: small;
		}

p.solidborder {padding: 10px;
     border-color : #cc0066;
     border-style: solid;
     border-width: 2px;
		}

.right {text-align: right;
     /*font-size:.8em;*/
     }

img.thinborder  {border-color: #000066;
					border-style: solid;
					border-width: 3px;
					padding: 3px;
		}

.small {font-size: 1em;
		}

hr		{ color: #000066;
		  background: transparent;
         width: 50%  
         size: 3>
		}

ul, ol {margin: 0px 0px 0px 1px;
     }

.new {padding: 0px 0px 0px 0px;
     list-style-position: inside;
     list-style-type: circle;
		}

a		{ margin: 0px;
		}

/* -->
</style> */
