body {
    padding:0px; 
    margin:0px;
    background-color:#5a78ae;
    font-family: sans; }

.topbar {
    width:775px; 
    height:185px; 
    position:absolute; 
    top:0px;
    left:50%; 
    margin-left:-449px;
    padding-top:22px;
    background-image:url(titlebar.png); 
    background-repeat: no-repeat; }

.links {
    height:20px; 
    top:145px; 
    position:relative;
    float:right; 
    padding-right:13px;
    background-color:#724d29; 
    color:#f7d88f;
    font-size:12px; 
    font-weight:bold; }

.links a {
    color:#f7d88f; 
    text-decoration:none; }

.main {
    width:651px; 
    position:absolute; 
    top:185px;
    left:50%;
    margin-left:-325px;
    background-color:white;
    padding-bottom:10px; }

.section {
    font-size:22px; 
    width:94%; 
    font-weight: bold;
    margin-right:2%;
    margin-left: 2%;
    padding-left: 2%;
    border-bottom: 1px solid black;
    margin-top:18px; }

hr {
    height:1px; 
    border:none; 
    background-color:gray;
    width:80%; }

p {
    margin-left: 2%;
    margin-right: 2%;
}

.footer {
    color: gray;
    font-style:italic; 
    font-size:11px; 
    margin-right:10%;
    text-align:center; 
    float:right; 
    width:80%; }

.caption {
    color: black;
    font-style:italic; 
    font-weight: bold;
    font-size:13px; 
    width:80%; }

a.imglink {
    border: none; }

img {
    border: 1px solid black; }

.image {
    float: middle;
    text-align: center;
    width: 100%; }
