body {
    font-family: Georgia;
    font-size: 9pt;
    color: #ffffff;
    line-height: 21pt;
    background-color: #ffffff;
    padding: 0px;
    margin:0px;
    background-image: url('../images/top-image.png');
	background-position:center;
	background-position:top;
    background-repeat:no-repeat;
}

a {
    color: #ffffff;
}

div.main_container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div.top_container {
}

div.logos {
    position: relative;
    top: 0px;
}

div.content_container {
    top: 68px;
    width: 851px;
    background-color: white;
    position: relative;
}

div.content {
    background-color: none;
    width: 550px;
    padding: 20px 40px 0px 40px;
    height: 100%;
}

a img {
    border-width: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;
    color: #ffffff;    
    font-size: 17pt;
}

h2 {
    font-size: 12pt;
    margin: 0px;
    padding: 0px;
    color: #ffffff;    
}

div.body {
    width: 517px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

p {
    padding: 8px 0px 10px 0px;
    margin: 0px;
}

h3 {
    color: #6f1400;
    font-weight: bold;
    font-size: 14pt;
    padding: 0px;
    margin: 0px;
}

h4 {
    font-weight: bold;
    font-size: 14pt;
    padding: 0px;
    margin: 0px;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.italic {
    font-style: italic;
}
