@font-face {
	font-family: 'akaChen';
	src: url('font/akachen-webfont.eot');
	src: local('☺'), url('akachen-webfont.woff') format('woff'), url('akachen-webfont.ttf') format('truetype'), url('akachen-webfont.svg#webfonthgF3zAEA') format('svg');
	font-weight: normal;
	font-style: normal;
}

.akaChen {
 font-family: 'akaChen',palatino linotype, book antiqua, palatino, serif; 
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
 zoom:1;
}

a, body, div, dl, dt, form, h1, h2, li, p, span, table, td, tr, ul {
  margin: 0;
  padding: 0;
}

h1.akaChen { 
 font-size: 40px;
 text-transform:uppercase;
 line-height: 40px; 
 margin-bottom: 20px;
}


a, h1, p, td {
  color: #FFF;
  font: 12px/25px palatino linotype, book antiqua, palatino, serif;
}
h2 {
  color: #CA0023;
  font: 18px/32px palatino linotype, book antiqua, palatino, serif;  
}

a {
  text-decoration: none;
}
                                             
a img {
  border: 0;
}

body {
  background: #000;
}

div#divCenter {
  width: 940px;
  margin: 0 auto;
  text-align:center;
  margin-top:20px;
}

div#divHeader { 
  width: 940px; 
  margin: 15px 0 35px 0;
}

div#divLanguage {
  height: 12px;
  margin: 0 0 15px;
  text-align: right;
}

div#divLanguage * {
  color: #CA0023;
  font: 11px/14px tahoma, sans-serif;
}

div#divLanguage a         { color: #CA0023; }
div#divLanguage a:hover   { color: #7F0016; }
div#divLanguage a.current { color: #FFF; }

div#divLanguage span {
  padding: 0 8px;
}


dl#dlMenu {
  width: 920px;
  height: 26px;
  margin: 0 auto;
}

dl#dlMenu dt,
dl#dlMenu dt * {
  height: 26px;
}

dl#dlMenu dt {
  display: inline-block; 
  zoom:1;
  *display: inline;
  _height: 26px;
}

dl#dlMenu dt a,
dl#dlMenu dt span {
  float: left;
}

dl#dlMenu dt a.current {
  color: #CA0023; 
}

dl#dlMenu dt a {
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

dl#dlMenu dt a#aMenu_the-story           { width: 133px;}
dl#dlMenu dt a#aMenu_take-action         { width: 152px;}
dl#dlMenu dt a#aMenu_the-history         { width: 150px;}

dl#dlMenu dt a.mainMenu { 
 font-size: 24px;
 text-transform:uppercase; 
}

dl#dlMenu dt span.bullet {
  position: relative;
  top: 5px;
  left: 0;
  width: 62px;
  background: url( ../images/menu/menu_bullet.gif ) 7px 0 no-repeat;
}

dl#dlMenu dt.current span.bullet {
  background-image: url( ../images/menu/menu_bullet_on.gif );
}

dl#dlMenuSub {
  height: 20px;
  margin: 10px 0 0;
  text-align: center;
}

dl#dlMenuSub dt {
  display: inline;
  height: 100%;
}

dl#dlMenuSub dt a,
dl#dlMenuSub dt a * {
  color: #CA0023;
  line-height: 15px;
}

dl#dlMenuSub dt a:hover,
dl#dlMenuSub dt a:hover * { color: #7F0016; }

dl#dlMenuSub dt a.current,
dl#dlMenuSub dt a.current * { color: #FFF; }

dl#dlMenuSub dt a span {
  position: relative;
  top: 1px;
  font: 16px/16px arial, sans-serif;
  margin: 0 16px 0 8px;
}

div#divContent {
  clear: both;
  min-height: 400px;
  margin: 30px auto 0;
}

div#divContent a,
div#divContent .highlight{
  color: #CA0023;
}

div#divContent a:hover { color: white; }

div#divContent p {
  margin: 0 0 10px;
}

div#divLineBreak {
 height: 2px;
 width:100%;
 background: url("../images/linebreak.png") repeat-x;
 clear: both;
}

div#divFooter {
  clear: both;
  height: 15px;
  margin: 0 auto;
  padding: 20px 0;
}

div#divFooter * {
  color: #CA0023;
  font: 12px/23px palatino linotype, book antiqua, palatino, serif;
}

div#divFooter dl,
div#divFooter dl dt {
  float: left;  
}
div#divFooter dl dt img {
 vertical-align: middle;
 margin-right: 7px; 
}

div#divFooter dl dt a:hover { color: white; }

div#divFooter dl dt span {
  padding: 0 8px;
}

div#divFooter p {
  float: right;
  color: #FFF;
}
div.clear {
 clear: both; 
}




@media print {

  div#divHeader,
  dl#dlMenu dt#dtLeaf,
  dl#dlMenu dt a {
    display: none;
  }

  dl#dlMenu {
    height: 35px;
    margin: 0 0 20px;
  }

  dl#dlMenu dt a.current,
  dl#dlMenu dt a.current span {
    display: block;
  }

  dl#dlMenu dt span.bullet {
    display: none;
  }

  dl#dlMenu dt span {
    color: #CA0023;
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
    white-space: nowrap;
  }

  div#divContent {
    width: 100%;
    min-height: 0;
    margin: 0;
  }

  div#divContent div.column_left,
  div#divContent div.column_right {
    width: 47%;
    float: left;
  }

  div#divContent div.column_left {
    padding: 0 6% 0 0;
  }

  div#divFooter {
    margin: 0;
  }

  div#divFooter div {
    text-align: left;
  }
}

