body {
    background-color: #aaaaaa;
    background-image: url('images/back.gif');
    background-repeat: repeat;
    font-size:13px;
    font-family:trebuchet MS, tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin-top: -1px;
    margin-bottom: 20px;
    line-height: 200%;
}

div#main {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width:100%;
}

div#outer {
    width: 70%;
    background-color:#FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: 1px solid #00549e;
    border-bottom: 10px solid #00549e;
    min-width:800px;
}



p#data {
text-indent: 10px;
margin-left:auto;
margin-right:auto;
width:80%;
height:80%;
};

.title {
font-weight: bold;
font-size: 2.5em;
color: #00549e;
text-decoration: none;
};

.heading2 {
font-weight: bold;
font-size: 2em;
color: #00549e;
text-decoration: none;
};
