/* Special Properties */
.TBD {
   font-style: italic;
   font-weight: bold;
   color: #FF0000;
}
.Fixed {
   font-family: "Courier New", Courier, mono;
   font-size: smaller;
}
.Ref {
	font-size: smaller;
	color: #CC0000;
	vertical-align: super;
}

/* 
   Purple Numbers. To use, code: 
	   a name="TextTitle"></a>
		 <h2>Text of the Title <a class="purpleLink" href="#TextTitle">#</a></h2>
*/
a.purpleLink {
    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
    text-decoration: none;
    color: #c8a8ff;
}

/* Link Properties */
a:hover   { color:red;text-decoration:none;}
a:link    { color:blue; }
a:action  { color:maroon;}
a:visited { color:purple; }

/* Text Properties */
body {
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	background: #E6EEEE
}
h1 {
	font-family: arial, helvetica, sans-serif;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	color: blue;
}
h3 {
	font-family: arial, helvetica, sans-serif;
}
h4 {
	color: blue;
}
h5 {
}

p {
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
/* h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Georgia, serif; 
	color: #534B48; 
}
*/
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* =================================== */
/* DIV TAGS */
#header {
  position : absolute;
  top: 0;
  left : 0;
  
  width : 150px;
  margin-top : 0;
  color : #000000;
  padding : 3px;
}
#navbar {
  position : absolute;
  top: 170px;
  left : 0;
  
  width : 166px;
  margin-left : 10px;
  color : #000000;
  padding : 3px;
  
  font-size: 9pt;
  /* font-size: 60%; */
}
#content {
  position : absolute;
  top: 170px;
  left: 190px;
  
  padding : 10px;
  color : #000000;
  width: 473;
  
  background: #FFFFFF;
  font-size: 78%;
} 

/* ==== OTHER =========== */
/* Right Navbar */
#rightnavigation {
  position : absolute;
  left : 80%;
  top : 20px;
  
  width : 166px;
  padding-left : 10px;
  z-index : 3;
  color : #000000;
  padding : 3px;
}
/* A container for navbars & content, so header/footers can float */
#main_container {
}


/********************************
Creating Notes and Sidebars in DreamWeaver
1. Open the history pane
   --Windows -> Other -> History

2. Create a Note or Sidebar
   <blockquote><b>Note:</b><br />
	   text
   <blockquote>
   <blockquote><table width="90%" border="1" cellspacing="6" bgcolor=aqua>
	   <tr>
       <td><h3 align="center">Title</h3>
			 <p>text</p>
			 </td>
	   </tr>
	 </table><blockquote>

3. Select the steps in the history, right click.
   Choose Save As Command and give the command a name.

4. For sidebars, two steps are needed: One to create the table,
   one to create the H3 heading, center it, and start the text
	 --because commands (reasonably) don't save mouseclicks --
	 BUT THERE IS NO KEYSTROKE TO GET INTO THE TABLE

5. The name appears in the Command menu. Use it there.
   (shortcut keys are specified wity Edit -> Keyboard Shortcuts,
	  but they can't be applied to added commands)

   Note:
	 It *may* be possible to modify a copy of the default menus to
	 specify a shortcut for the .small {
	font-size: small;
}
