#leftcontent
{
width: 20%;
float: left;
margin: 1px;
background-color: #fff;
}

.navtext 
{
font: 10pt/1.5em Arial, sans-serif;
color: #000;
text-align: center;
width: 93%;
margin: 0;
padding: 0;
border-right: 1px solid #000;
}

.navtext a:link
{
text-decoration: none;
color: #000;
border-bottom: 1px dotted #656565;
}

.navtext a:visited
{
text-decoration: none;
color: #003;
border-bottom: 1px dotted #656565;
}

.navtext a:hover 
{
color: #36f;
text-decoration: none;
border-bottom: 1px dotted #656565;
}

.navtext a#current2 
{
color: #36f;
text-decoration: none;
border-bottom: 1px dotted #656565;
}

.lefttext 
{
font: 10pt Arial, sans-serif;
color: #000;
text-align: justify;
width: 90%;
margin: 0;
padding: 0 0 0 10px;
}

.lefttext a:link
{
text-decoration: none;
color: #36f;
border-bottom: 1px dotted #000;
}

.lefttext a:visited
{
text-decoration: none;
color: #36f;
border-bottom: 1px dotted #003;
}

.lefttext a:hover 
{
color: #fff;
text-decoration: none;
background-color: #36f;
}