body
{
  font-family: Verdana;
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 12px;
  background-image: url(/images/background.gif);
  background-repeat: repeat-x;
  background-position: 0px 243px;
}

table
{
  padding-left: 20px;
}

p
{
  margin: 0px;
  font-size: 12px;
}

a
{
  color: #fff;
}

h1
{
  font-size: 24px;
  padding: 20px;
  margin: 0px;
}

h2
{
    padding: 20px;
}

ol
{
  margin:0;
}

h1 span
{
  font-size: 12px;
}

h1.news
{
  font-size: 15px;
  margin-top:10px;
  padding: 10px 0px 10px 20px;
  background-color:#965a9a;
}

.fold strong
{
  margin: 0px;
  padding-left: 20px;
    font-size: 13px;
  padding-right: 20px;
  background-image: url(/images/arrow.png);
  background-repeat: no-repeat;
background-position:right 5px;
  display:inline;
  cursor: pointer;
}

.fold p
{
  padding-bottom: 20px !important;
}

#head
{
  background-image: url(../images/header3.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 243px;
}

#logo
{
  position:absolute;
  top: 20px;
  left: 50%;
  margin-left: -550px;
}

#logo img
{
  border:0px;
}

#menu
{
  width: 100%;
  position: absolute;
  top: 243px;
  z-index: 5;
  background-image: url(/images/round.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 53px;
  text-align:center;
}

#menu ul
{
  width: 686px;
  margin: 0 auto;
  padding: 0px;
  list-style-type: none;
}

#menu ul li
{ 
  padding-left: 10px;
  padding-right: 7px;
  float: left;
  padding-bottom: 13px;
}

#menu ul li:hover
{
    background-color: #7e3684;
}


#menu ul li a
{
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}

#menu ul li a:hover
{
  background-color: #7e3684;
}

#wrapper
{
  z-index: 3;
  top: 243px;
  position: absolute;
  left: 50%;
  margin-left: -363px;
  width: 686px;
}

#content
{
  padding-top: 50px;
  _height: 340px; 
  min-height: 340px;
  background-image: url(/images/background_content.gif);
  background-repeat: repeat-y;
  background-position: left top;
}

#content p, #content div
{
  padding: 20px 20px 0px 20px;
}

#content ul li a
{
  text-decoration: none;
}

#content ul
{
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#content div.fold p
{ 
  display: none;
}

#content_footer
{
  background-image: url(/images/footer.gif);
  background-repeat: no-repeat;
  color: #7f3685;
  height: 100px;
}

#content_footer p
{
  padding-top: 100px;
}

#content_footer i
{
  color: #6f6f6f;
  font-style:normal;
} 

#content_footer a
{
  text-decoration: none;
  color:#7f3685;
}

#content_footer a.news
{
 position: relative;
 top:-145px;
 left: 590px;
}

#content_footer img
{
 border:0px;
}


#footer
{
  position: absolute;
  background-color: #7f3685;
  height: 58px;
  width: 100%;
  top:1000px;
  text-align:center;
}

#footer a
{
  font-size: 13px;
  line-height: 58px;
  color: #fff;
  text-decoration: none;
}
#footer a.ls
{
  margin-top: 15px;
  margin-right: 8px;
  float:right;
  line-height: 0px !important; 
}

#footer a.twitter
{
    margin-top: 15px;
  margin-right: 8px;
  float:right;
  line-height: 0px !important; 
}

#footer a.linkedin
{
    margin-top: 15px;
  margin-right: 8px;
  float:right;
  line-height: 0px !important; 
}



#footer img
{
  border: 0px;
}


