BODY
{
    padding: 0px;
    margin: 0px;
}

 DIV.HEADER
  {
    width: 100%;
    height: 85px;
    float: left;
    background: url(images/head_big.jpg);
  }

  DIV.LANGUAGE
  {
    width: 969px;
    height: 16px;
    float: left;
    text-align: right;
    padding-top: 6px;
    padding-bottom: 20px;
    padding-right:55px;
    font-family: verdana, arial;
    font-size: 12px;
  }
  
DIV.LANGUAGE A:link
{
  color: #333914;
  text-decoration: none
}
DIV.LANGUAGE A:visited
{
  color: #333914;
  text-decoration: none
}
DIV.LANGUAGE A:hover
{
  color: #FF3300;
  text-decoration: none;
}

  DIV.CONTENT
  {
    width: 1024px;
    float: left;
  }
DIV.CONTENT A:link
{
  color: red;
  text-decoration: none
}
DIV.CONTENT A:visited
{
  color: red;
  text-decoration: none
}
DIV.CONTENT A:hover
{
  color: black;
  text-decoration: none;
}

  DIV.CONTENT1
  {
    width: 550px;
    float: left;
    text-align: left;
    padding-left: 55px;
    font-family: verdana, arial;
    font-size: 11px;
    line-height: 1.4;
  }
  
    DIV.CONTENT1narrow
  {
    width: 480px;
    float: left;
    text-align: left;
    padding-left: 55px;
    font-family: verdana, arial;
    font-size: 11px;
    line-height: 1.4;
  }
  
  DIV.CONTENT2
  {
	width: 340px;
    float: right;
    position: relative;
    margin-right: 55px;
    overflow: hidden;
    font-family: verdana, arial;
    font-size: 11px;
    line-height: 1.4;
    text-align: right;
  }
  
    DIV.CONTENT2wide
  {
	width: 430px;
    float: right;
    position: relative;
    margin-right: 55px;
    overflow: hidden;
    font-family: verdana, arial;
    font-size: 11px;
    line-height: 1.4;
  }
  
  DIV.CONTENT3
  {
	width: 1024px;
    float: left;
    padding-top: 15px;
    padding-left: 55px;
    font-family: verdana, arial;
    font-size: 11px;
    line-height: 1.4;
  }
  
    DIV.CONTENT3narrow
  {
	width: 480px;
    float: left;
    padding-top: 15px;
    padding-left: 55px;
    font-family: verdana, arial;
    font-size: 11px;
    line-height: 1.4;
  }
  
  DIV.CONTENT4
  {
    width: 1024px;
    float: left;
    padding-left: 55px;
    font-family: verdana, arial;
    font-size: 11px;
    line-height: 1.4;
  }
  DIV.NAVIGATION
  {
    border-top: 1px dotted #333914;
    border-bottom: 1px dotted #333914;
    width: 914px;
    float: left;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 55px;
  }
  DIV.NAVIGATION-LEFT
  {
    width: 600px;
    float: left;
  }
  DIV.NAVIGATION-RIGHT
  {
    float: right;
    width: 220px;
    text-align: right;
  }
  DIV.NAVIGATION ul
   {
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 10; /* below the H1 */
	height:1.5em;
	color: black;
   }

   DIV.NAVIGATION li
   {
	float: left;
	padding: 0 8px 0 0;
	margin: 0px;
	display: inline;
	white-space: nowrap;
	line-height: 1.6em;
	vertical-align:middle;
    font-family: verdana, arial;
    font-size: 12px;
   }
DIV.NAVIGATION-LEFT UL LI A:link
{
  color: #333914;
  text-decoration: none
}
DIV.NAVIGATION-LEFT UL LI A:visited
{
  color: #333914;
  text-decoration: none
}
DIV.NAVIGATION-LEFT UL LI A:hover
{
  color: #FF3300;
  text-decoration: none;
}
DIV.NAVIGATION-RIGHT UL LI A:link
{
  color: #333914;
  text-decoration: none
}
DIV.NAVIGATION-RIGHT UL LI A:visited
{
  color: #333914;
  text-decoration: none
}
DIV.NAVIGATION-RIGHT UL LI A:hover
{
  color: #FF3300;
  text-decoration: none;
}

  DIV.FOOTER
  {
    width: 969px;
    float: left;
    padding-left: 55px;
    padding-top: 20px;
    font-family: verdana, arial;
    font-size: 12px;
    color: #CCCC99;
  }
  SPAN.NAVBAR
  {
    font-family: verdana, arial;
  }
  SPAN.FOOTERTEXT
  {
    font-family: verdana, arial;
    font-size: 10px;
    color: black;
  }
  SPAN.LANGUAGE
  {
    font-family: verdana, arial;
    font-size: 10px;
  }


  DIV.THUMBNAIL
  {
    text-align: center;
    vertical-align: bottom;
    float: left;
    padding-right: 24px;
    padding-bottom: 12px;
  }
  DIV.THUMBNAIL IMG
  {
     border: none;
  }

  DIV.MAP
  {
    text-align: left;
    vertical-align: bottom;
    float: left;
    font-family: verdana, arial;
    font-size: 10px;
    color: #333914;
    padding-right: 20px;
  }




