body {
        margin: 0px auto;
        text-align: center;
        background-color: #ffffff;
        font-family: "Trebuchet MS", Tahoma, Arial;
     }

 .end {
       clear: both;
      }

#document {
      width: 750px;
      text-align: left;
      margin: 0px auto;
      background-color: #f7ffec; 
      }

#header {
     width: 730px;
     margin-left: 10px;
     margin-bottom: 10px;
     background: url(header.jpg) no-repeat;
     height: 205px;
      }

#header h1 {
     font-size: 40px;
     font-family: Serif;
     color: white; 
     padding: 20px;
     margin-left: 180px;
     margin-bottom: 10px;
     position: absolute; top: 90px;
         }

#content {
     width: 520px;
     margin-left: 5px;
     margin-right: 10px;
     margin-bottom: 10px;
     float: left;
     background-color: #f7ffec; 
     font-family: Serif;
     font-size: 20px;
     color: #008000; 
     padding-left: 8px;
     padding-top: 10px;
     }

#content h1 {
      font-size: 30px;
      color:#339
	}

#navigation {
     width: 190px;
     margin-left: -10px;
     float: left;
     background-color: #f7ffec;
     font-family: Tahoma;
     font-size: 11px;
     color: #008000;
     text-align: right;
     padding-top: 20px;
      }

#navigation h1 {
      font-size: 15px;
     color: #49a8ec;
     font-family: tahoma;
     text-decoration: none;
	}

#navigation li {
     padding-left: 8px;
     margin: 0px;
     list-style: none;
      }

#navigation li a {
     text-decoration: none;
     color: #49a8ec;
     font-family: tahoma;
     font-size: 15px;
        }

#legal {
	padding-bottom: 2px;
      width: 750px;
      text-align: center;
      font-size: 9px;
      color: #000000;
      font-style: italic;
      clear: both;
      }

#border {
     background: url(glyph_bann.png) no-repeat;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	height: 30px;
	width: 730px;
	}
/*
#hr {
     background: url(glyph_bann.png) no-repeat;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 15px;
	padding-top: 10px;
	height: 30px;
	width: 730px;
	}*/

hr[noshade]      {
	color: #49a8ec;
	margin-top: 25px;	
		}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

.caption {color:#008;font-size:15px;}
