 
 body {background-image: url"(images/body.gif)";
 			 background-color: #56747E;
 			}
p  { font-size: 16px;
      font-family: times new roman;
      margin-left: 15px;
      margin-right: 15px; 
      }

.wrapper { background-color: #D3D5D4;
                  color: #000033;
                  width: 900px;
                  margin-left: auto;
                  margin-right: auto;
                  margin-top: 0px;
                  margin-bottom: 0px;
                  border: 2px solid #6F8791;
                  }
dt  { font-weight: bold;
       margin-left: 6px;
       }
dd { font-size: 14px;
      }
.button { border: 2px inset #CCCCCC;
              width: 178px;
              padding: 3px 15px;
              color: #FFFFFF;
              background-color: #6F8791;
              font-family: Arial, Helvitica, sans-serif;
              font-weight: bold;
              text-align: center;
              text-decoration: none;
              }
a.button:link { color: #FFFFFF;
							text-decoration: none;}
a.button:visited { color: #FFFFFF;}
a.button:hover { color: #003366;
								text-decoration: none;
								background-color: #6f8791;
                        border: 2px inset #F1F1F1;
                       }
a:link { color: #003366;
			text-decoration:none;}
a:visited { color: #003388;
				text-decoration:none;}
a:hover { color: blue;
				text-decoration: underline;}
#right { float: right;
            width: 240px;
            margin-right: 8px;
            margin-left: 8px;
            }
#left  { float: left;
           width: 580px;
           margin-left: 18px;
           margin-right: 8px;
           }