
div.content {
position: absolute;
left: 140px;
top: -22px;
bottom: 0;
margin-left: 0px;
margin-right: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 50px;

}

div.content h1 {
text-align: center;
background: #660000;
width: 100%;
color: #ffffff;
}
div.content h3 {
text-align: center;
background: #660000;
color: #ffffff;
}
div.content h2 {
text-align: center;
background: #660000;
color: #ffffff;
}
div.content p {
font: 100% "ArialBold";
color: #000000;
text-align: justify;
padding-top: 15px;
padding-right: 10px;
padding-left: 10px;
}

div.content a{
color: #6666CC;
}

div.nav {
position: absolute;
background: #660000;
width: 140px;
left: 0px;
top: 0px;
padding-top: 30px;
padding-left: 0px;

}
div.nav p {
font: 75% "Arial";
color: #ffffff;
display: block;
padding-top: 0px;
margin: 0px;
padding-left: 10px;
}
div.nav a {
color: #000000;
background: #e6e7e8;
width: 110px;
display: block;
margin: 0px;
padding-top: 3px;
padding-bottom: 1px;
padding-left: 5px;
text-decoration: none;
height: 30px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
div.nav a:hover {
color: #ffffff;
background: #660000;
width: 109px;
display: block;
margin: 0px;
padding-top: 3px;
padding-bottom: 1px;
padding-left: 6px;
text-decoration: none;
height: 30px;
border-top: 1px solid #cccccc;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #cccccc;
}

div.intro {
padding-left: 5px;
padding-right: 5px;
padding-top: 0;
padding-bottom: 5px;
text-align: left;
}
