HTML
{
  overflow-y: scroll;
}

BODY
{
  background-color:#e5e4d5;
  font-family:Georgia, "Times New Roman","Times", serif;
  font-size:12px;
  color:#5d5d5d;
}

div#container
{
  margin:10px auto 5px auto;
  width:961px;
  background-color:white;
  -moz-box-shadow: 3px 3px 6px #c2c1b4; /* Firefox/Mozilla */  
  -webkit-box-shadow: 3px 3px 6px #c2c1b4; /*Safari/Chrome */  
  box-shadow: 3px 3px 6px #c2c1b4; /* Opera */  
  background: white url("/images/bodyBackGround.gif") repeat-y;;
  border:1px solid #ccc;
  position:relative;
 }

H1#header
{
  background-color:white;
}

H1#header IMG
{
  margin:18px;
}

DIV.headerimage
{
  height:175px;
  overflow: hidden;
}

UL#nav
{
  float:left;
  width:178px;
  padding:17px;
  margin-right:30px;
}

UL#nav LI
{
  padding:12px 10px 2px 10px;
}

UL#nav LI A 
{
  text-decoration:none;
  color:#585858;
}

UL#nav LI A:hover,
UL#nav LI.active A
{
  color:#006029; 
}

UL#nav LI.active A
{
  font-weight:bold;
}

UL#nav LI UL 
{
margin-left:20px;
}
UL#nav LI.active UL LI A
{
color:#585858;
  font-weight:normal;
}

DIV.clearfix
{
  clear:both;
}

DIV#content
{
  float:left;
  line-height:22px;
  width:480px;
  font-size:12px;
  padding-bottom:40px;
}

DIV#content A,
DIV#sidebar A
{
color:#5d5d5d;
font-weight:bold;
}

DIV#content P
{
  margin-bottom:14px;
}

DIV#sidebar
{
  float:right;
  border-left:1px solid #d5d5d5;
  width:170px;
  min-height:200px;
  padding-left:20px;
  margin-top:20px;
  line-height:22px;
  padding-right:30px;
  padding-top:50px;
  background:white url("/images/quote.gif") no-repeat 20px 5px;
  font-style:italic;
}

DIV#sidebar P
{
margin-bottom:22px;
}
H3
{
  color:#006029; 
  font-weight:bold;

}
H2, 
DIV#sidebar H3

{
  color:#006029; 
  font-weight:bold;
  font-size:15px;
  margin-top:24px;
  margin-bottom:8px;

}

DIV#sidebar H3
{
  font-size:12px;
  margin-bottom:0px;
}


STRONG
{
font-weight:bold;
}
DIV#sidebar H2,
DIV#sidebar H3
{
  margin-top:4px;
}

DIV#footer
{
  margin:auto;
  width:961px;
  text-align:right;
  font-family:verdana;
  font-size:10px;
  color:#aaa;
}

DIV#footer A
{
  color:#aaa;
}
DIV#content UL,
DIV#content OL
{
padding-left:20px;
margin-bottom:20px;
}

DIV#content UL
{
list-style-type:disc;
}
DIV#content OL
{
list-style-type:decimal ;
}
DIV#content LI
{
padding-left:20px;
}

DIV#langswitcher
{
  position:absolute;
  right:6px;
  clear:both;
  margin-top:-20px;
}

DIV#sidebar H3.quoteTxt
{
font-family:georgia;
font-size:18px;
font-style:normal;
}
DIV#sidebar P.quoteTxt
{
padding-left:20px;
padding-bottom:20px;
border-bottom:1px solid #ccc;
}

.smaller {
  font-style:italic;

}
