  body { font-family: arial,helvetica,sans-serif;
    font-size: 90%;
    background-image: url('back.gif');
    }

  * { margin: 0px;
    padding: 0px;
    }
	
   h1 {font-size: 150%;
	}

  .pagewrap {background-color: transparent; 
    width: 100%; 
    height: 100%;

    }

  .topheight {height: 140px}

  .logo {
    text-align: center; 
    vertical-align: middle; 
    height: 100%; 
    width: 140px;
    }

  .top {
    text-align: center; 
    vertical-align: middle; 
    height: 100%;
    width: 100%;
    border-bottom: 2px solid rgb(122, 148, 177);
    }

  .nav { color: black;
    padding-top: 10px;
    height: 100%;
    background-color: rgb(176, 0, 14);
    width: 180px;
    }
	
  .address {color: black;
	font-size: 70%;
	font-weight: bold;
	text-align: center; 
	vertical-align: bottom;
	}
		
  .footer{font-size: 70%; 
	font-weight: bold;
	text-align: center; 
	vertical-align: bottom;

	}

  a.block { border: 2px none rgb(194, 131, 133);
    font-family: arial,helvetica,sans-serif;
    margin-bottom: 5px;
    padding-left: 5px;
    text-decoration: none;
    display: block;
    background-color: transparent;
    font-size: 120%;
    font-weight: normal;
    color: rgb(255, 255, 255);
    margin-left: 10px;
    }

  a.block:hover { border: 2px none rgb(86, 11, 12);
    text-decoration: none;
    color: rgb(153, 153, 153);
    background-color: transparent;
    font-weight: normal;
    }

  a.subblock { border: 2px none rgb(194, 131, 133);
    font-family: arial,verdana,helvetica,sans-serif;
    margin-bottom: 5px;
    margin-left: 25px;
    padding-left: 5px;
    text-decoration: none;
    display: block;
    height: 25px;
    background-color: transparent;
    font-size: 85%;
    color: rgb(255, 255, 255);
    font-weight: bold;
    }

  a.subblock:hover { border: 2px none rgb(86, 11, 12);
    text-decoration: none;
    background-color: transparent;
    font-size: 85%;
    font-weight: bold;
    color: rgb(153, 153, 153);
    }

  #logo { border-bottom: 2px solid rgb(122, 148, 177);
    color: white;
    background-color: rgb(21, 54, 115);
    height: 100%;
    width: 100%;
    text-align: center; 
    vertical-align: middle; 
    }

 #navbar { color: black;
    float: left;
    height: 100%;
    background-color: rgb(187, 0, 0);
    width: 180px;
    }

  .textarea { padding: 10px 20px 0px 20px;
    color: black;
    font-size: 90%;
	vertical-align: top;
    }
	
  .breadcrumb { color: black;
	font-size: 80%;
	font-weight: bold;
	}