body {
			 			 
						 background-color:#DBDFC8;
						 margin: 0px 0px 0px 0px;
						 padding: 0px 0px 0px 0px;
						 height:100%;
						 min-width: 550px;  /* 2x LC width + RC width */

			 			 }
						 
			 #content {
			 			  left: 200px;   /* LC width */
  						right: 200px;  /* RC width */
						 width=775px;
						 background-color:#FFFFFF;
						 margin-top: 0px;
						 margin-bottom: 0px;
						 height:100%;
						 }
			
			 
			 #header {
			 				float:left;
			 }
			 
			 #form {
			 			 clear:left;
						 margin-top: 50px;
			 }
			 
			 #list {
			 			 clear:left;
						 margin-top: 50px;
			 }
			 
			 h1 {
			 				font-weight: bolder;
              font-size:2em;
              color: #000000;
			 				}
							
			h2 {
			 				font-weight: bolder;
              font-size:1.5em;
              color: #000000;
			 				}
							
			 #label {
			 				font-weight: bolder;
              font-size:1em;
              color: #f5f5dc;
			 				}
		
		a {
			 text-decoration:none;
			 }
		
		#form table { 
					margin-left:auto; margin-right:auto;
					}   
		
		#list table { 
					border: 1px solid #666666; width:700px; border-collapse: collapse;
					margin-left:auto; margin-right:auto;
					}    
		#list td { 
			 border: 1px solid #666666;	vertical-align:top;width:80px;word-wrap: break-word;font-size:1em; padding:5px;
			 }
			     
		#list th {
			 border: 1px solid #666666; background-color:#ccc;text-align:center;font-weight:bolder;font-size:1em;padding:5px;
			 }
			 
		
    
    #left {
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	margin: 0px;
    	padding: 10px;
    	border: 0px;
    	background: #DBDFC8;
    	width: 190px; /* ie5win fudge begins */
    	voice-family: "\"}\"";
    	voice-family:inherit;
    	width: 170px;
    	}
    html>body #left {
    	width: 170px; /* ie5win fudge ends */
    	}
    #middle {
    	padding: 10px;
    	border: 0px;
    	background: #FFFFFF;
    	/* ie5win fudge begins */
    	margin: -20px 190px 0px 190px; 
    	voice-family: "\"}\"";
    	voice-family:inherit;
    	margin-top: 0px;
			height:100%;
			text-align:center;
			align:center;
    	}
    html>body #middle {
    	margin-top: 0px; /* ie5win fudge ends */
    	}
    #right {
    	position: absolute;
    	top: 0px;
    	right: 0px; /* Opera5.02 will show a space at right 
    	when there is no scroll bar */
    	margin: 0px;
    	padding: 10px;
    	border: 0px;
    	background: #DBDFC8;
    	width: 190px; /* ie5win fudge begins */
    	voice-family: "\"}\"";
    	voice-family:inherit;
    	width: 170px;
    	}
    html>body #right {
    	width: 170px; /* ie5win fudge ends */
    	}

