<STYLE TYPE="text/css">

/*  Basic two-column layout. */

BODY { margin:  10px 10px 0px 10px;
       padding: 0px;
       font-family: Helvetica, Arial, sansserif;
       font-size: 12px;
       color:      #FFFFFF;
       background-color: #0000FF;
     }

H1   { font-size:  18px;
       padding:    10px 0px 0px 0px;
     }

H2   { font-size:  16px;
       padding:    0px 0px 10px 10px;
     }

#textcolor   { color:     #FFFFFF;
	     }

#toc         { position:  absolute;
               z-index:   3;
               left:      10px;
               top:       10px;
               width:     180px;
               padding:   10px;
               border:    4px;
               border-left:      solid #FFFFFF 4px;
               border-top:       solid #FFFFFF 4px;
               border-right:     solid #A9A9A9 4px;
               border-bottom:    solid #A9A9A9 4px;
               font-size:        10pt;
               background-color: #0000FF;
	       background-image: url(images/BlueGreenClouds.jpg);
             }

#maintext     { position:         absolute;
                z-index:     1;
                width:       600px;
                margin-left: 180px;
                top:         133px;
                padding:     10px;
                background-color: #0000FF;
		background-image: url(images/BlueGreenClouds.jpg);
                border-left:      solid #FFFFFF 4px;
                border-right:     solid #A9A9A9 4px;
               border-top:       solid #FFFFFF 4px;
                border-bottom:    solid #A9A9A9 4px;
		color:            #FFFFFF;

                 /*
                    IE5x PC mis-implements the box model. Because of that we sometimes have
                    to perform a little CSS trickery to get pixel-perfect display across browsers.
                    The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
                    parsing bug in IE5x PC that will prematurely close a style rule when it runs
                    into the string "\"}\"". After that string appears in a rule, then, we can override
                    previously set attribute values and only browsers without the parse bug will
                    recognize the new values. So any of the name-value pairs above this comment
                    that we need to override for browsers with correct box-model implementations
                    will be listed below.
		
                    We use the voice-family property because it is likely to be used very infrequently,
                    and where it is used it will be set on the body tag. So the second voice-family value 
                    of "inherit" will override our bogus "\"}\"" value and allow the proper value to
                    cascade down from the body tag.

                    The style rule immediately following this rule offers another chance for CSS2
                    aware browsers to pick up the values meant for correct box-model implementations.
                    It uses a CSS2 selector that will be ignored by IE5x PC.
		
                    Read more at http://www.glish.com/css/hacks.asp
                 */
		
                 voice-family: "\"}\"";
                 voice-family: inherit;
                 margin-left:  180px;
               }

HTML>BODY #maintext { margin-left: 180px; }


#banner { position:  absolute;
          z-index:   2;
          width:     600px;
          left:      190px;
          top:       25px;
          padding:   10px;
	  padding-left: 25px;
          height:    100px;
          background-color: #0000FF;
	  background-image: url(images/BlueGreenClouds.jpg);
          border-top:   solid #FFFFFF 4px;
          border-bottom:    solid #FFFFFF 4px;
          border-left:      solid #FFFFFF 4px;
          border-right: solid #FFFFFF 4px;
	  color:        #FFFFFF;
	  font-size:    16pt;
	  font-weight:  bold;
          voice-family: "\"}\"";
          voice-family: inherit;
          height:       100px;
        }

HTML>BODY #banner { height: 100px; }
 
#footer { font-size:  8pt;
          text-align: center;
          position:   relative;
          padding:    10px;
        }

/* Table of Contents formatting. */

.toc_button A   { width:        170px;
                  height:       20px;
                  border-style: outset;
                  text-decoration: none;
                  font-weight:  bold;
                  font-size:    8pt;
		  background-color: #FFFFFF;
                  display:      block;
                  padding-top:  2px;
                  padding-left: 4px;
                }
.toc_button A:hover { border-style: inset; }
.toc-button A:link  { color: #0000FF; }
.toc-button A:vlink { color: #A9A9A9; }


/*  Footer formatting.  */

.flush-right { position:absolute;      /* All browsers */
               top: auto;              /* Standards  browsers */
               top: position-static;   /*All IE and Mozilla or ignored as invalid*/
               right: 50px;            /* All except IE */
               /*left: expression(parentNode.offsetWidth - offsetWidth + 'px');*/
             }

/*
.flush-left  { position:absolute;      /* All browsers */
               top: auto;              /* Standards  browsers */
               top: position-static;   /*All IE and Mozilla or ignored as invalid*/
               left: 50px;               
             }
*/

.white-background { background-color: white; }

.center { text-align: center; }


</STYLE>

