/*CSS document*/
 
*
{
font-family: Arial, Tahoma, sans-serif;
color: black;
padding: 0;
margin: 0;
font-size: 12px;
line-height: 120%;
}
ul
{
margin: 1em 0 0 3em;
}
ul li
{
line-height: 160%;
list-style-image: url('img/arrow.gif');
}
ol
{
margin: 0.5em 0 0.5em 4em;
}
a
{
color: #024bbb;
}
a:hover
{
text-decoration: none;
}
a:visited
{
color: purple;
}
body 
{
background:white;
color:black;
margin: 0; 
padding: 0;
}
img
{
border: none
}
p
{
margin: 0.5em 0 0 1em;

}
h1
{
font-size: 30px;
color: #869e3c;
background-image: url('img/flo.gif');
height: 35px;
background-repeat: no-repeat;
padding: 0 0 0 60px;
margin: 0 0 20px 0;
}
h2
{
margin: 0.5em 0 0.25em 1em;
font-size: 18px;
color: #869e3c;
}
h3
{
margin: 0.75em 0 0 0;
font-size: 14px;
color: #869e3c;
}
#container
{
width: expression((documentElement.offsetWidth || document.body.offsetWidth) < 900 ? '900px' : 'auto' && (documentElement.offsetWidth || document.body.offsetWidth) > 1500 ? '1500px' : 'auto');
min-width: 900px;
max-width: 1500px;
}
#logo
{
width: 117px;
height: 239px;
margin-left: 70px;
margin-bottom: 40px;
background-repeat: no-repeat;
background-image: url('img/logo.jpg');
display: block;
}
#logo1
{
width: 151px;
height: 151px;
margin-top: 50px;
margin-left: 55px;
margin-bottom: 10px;
background-repeat: no-repeat;
background-image: url('img/hermit.gif');
display: block;
}
/* vertical menu*/
#leftnav ul
{
margin: 0.5em 0 0 0;
}
#leftnav ul li
{
line-height: 160%;
list-style-image: url('img/menu_arrow.gif');
list-style-position: inside;
width: 222px;
height: 20px;
padding: 3px 0 12px 20px;
margin: 10px 0 0 0;
font-size: 12px;
background-image: url('img/line.gif');
background-repeat: no-repeat;
background-position: bottom;
}
#leftnav
{
float: left;
white-space: nowrap;
background-image: url('img/lmenubg.gif');
background-repeat: repeat-x;
color: #869e3c;
}
.active
{
white-space: nowrap;
font-weight: bold;
color: gray;
text-decoration: none;
}

.leftnav a
{
font-size: 12px;
color: #869e3c;
}
.leftnav a:visited
{
font-size: 12px;
color: #eca322;
}
/* vertical menu*/



#content
{
margin: 30px 0 30px 300px;
background: #e6f5b6;
background-image: url('img/big_bg.gif');
background-repeat: no-repeat;
background-position: bottom right;
border: 4px solid #d8eaa2;
padding: 30px 80px 30px 25px;
}
.pic
{
margin: 0.5em 1.5em 0.5em 0;
float: left;
}
 
p.particular
{
border-left: 12px solid #d8eaa2;
padding: 5px 0 5px 20px;
font-size: 14px;
}

.third
{
margin-left: 35px;
}

