html { 
margin: 0; 
padding: 0;
}

body { 
margin: 0; 
padding: 0; 
color: #000000;
background:#020084;
text-align:justify;
}
p {text-align:justify;}

a:link, a:visited { color: #020084; }
a:hover, a:visited:hover { color: #020084; }

#leftnav {
margin: 0 0 10px 0;
padding: 5px 0 2px 0;
}

#leftnav a {
text-decoration: none;
color: #FFFFFF;
font: 12px helvetica, arial, sans-serif;
font-weight: bold;
padding: 2px 0 2px 13px;
margin: 0;
display: block;
width: 100%;
text-align: left;
}

#leftnav a:hover 
{
color: #020084;
background: url(/images/navback.jpg) left top no-repeat;
}

#small 
{
background: url(/images/small_back.gif) left top no-repeat;
width:550px;
height:175px;
}

#large 
{
background: url(/images/large_back.gif) left top no-repeat;
width:550px;
height:185px;
}

#medium 
{
background: url(/images/back2.gif) left top no-repeat;
width:550px;
height:185px;
margin:10px 0 0 0;
}

.medium 
{
background: url(/images/back2.gif) left top no-repeat;
width:550px;
height:185px;
margin:10px 0 0 0;
}

.small 
{
background: url(/images/small_back.gif) left top no-repeat;
width:550px;
height:175px;
}

.large 
{
background: url(/images/large_back.gif) left top no-repeat;
width:550px;
height:185px;
}