﻿body 
{
    margin-top: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    background-color: #dfdfdf;
}

a {
	color: #669933;
	text-decoration: underline;
}

a:hover {
	color: #669933;
	text-decoration: none;
}

a:active {
	color: #669933;
	text-decoration: underline;
}

a:visited {
	color: #669933;
	text-decoration: underline;
}

img {
	border: 0;
}

p 
{
    text-align: justify;
}

.container 
{
    text-align: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.header 
{
}

.contentContainer 
{
    background-color: #ffffff;
    text-align: left;
}

.contentImage 
{
    width: auto;
}

.content 
{
    width: auto;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.callusContainer
{
    text-align: center;
}

.callus
{
    float: right;
    text-align: center;
    background-color: #dfdfdf;
    padding: 10px;
    border: 1px solid #000000;
    width: 250px;
    margin: 10px;
}
