<!--
body {	height: 8.5in;
	background-color: #41af7e; /*	#F0F8FF;*/
	color:white;
	}
	
A:link { text-decoration: none; color: white; }
A:visited {text-decoration: none; color: yellow;}
A:active { text-decoration: none; color: red; }      

p {text-indent: 1em;}	

.note { 
	text-indent: 0;
	font-size: 0.83em }
.sig { font-size: 0.83em;
	text-align: right;}

BODY { height: 8.5in;
 	background-color: #41af7e;;	
	} /* Required for percentage heights below */
#header {
        position: fixed;
        top: 0;
	left: 0;
	width: 100%;
        height: 110px;
	color: #2d2dff;
	font-size: 12px;
        	}
#sidebar {
        position: fixed;
        width: 125px;
	
        top: 110px;
        right: auto;
        left: 0;
	bottom:0;
	background-color: orange;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 4px;
      }
.sidebar A:link { text-decoration: none; color:red; }
.sidebar A:visited {text-decoration: none; color: red;}
.sidebar A:active { text-decoration: none; color: red; }

.sub {
      	font-size: 10px;
	text-align: left;
	margin-right: 20px;
	margin-left: 5px;
	font-style: italic;
	}

      
#main {
        position: absolute;
        width: *;
        height: auto;
        top: 110px;
        left: 140px;
	 }



-->
