@charset "UTF-8";

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
  margin: 0; 
  padding: 0; 
}
a img,:link img,:visited img {
  border: none; 
}
a {
  text-decoration: none;
  color: #000000; 
}
a:hover {
  text-decoration: underline;
}

body, td {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}
body {
  background-color: #fdcc05;
}

h1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 1em;
}
h2 {
  font-family: Verdana, sans-serif;
  font-size: 17px;
  color: #cf0000;
  text-transform: uppercase;
  line-height: 17px;
  font-weight: bold;
}
p {
  line-height: 14px;
}

#wrapper {
  width: 750px;
  background-color: #ffff3d;
  margin-left: auto;
  margin-right: auto;
}
.navigation {
  float: left;
  width: 145px;
  margin: 105px 10px 10px 5px;
  display: inline;
}
.navigation ul {
  list-style-type: none;
  list-style-position: outside;
}
.navigation ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
}
.navigation ul li.home {
  text-transform: none;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
}
.navigation ul li.underline a {
  text-decoration: underline;
}
.navigation ul li.selected {
  color: #cf0000;
  font-weight: bold;
}
.navigation ul li.selected a {
  color: #cf0000;
}
.navigation ul li ul {
  list-style-type: disc;
  list-style-position: inside;
}
.navigation ul li li {
  text-transform: none;
  line-height: 16px;
  font-weight: normal;
}
.main {
  float: left;
  width: 355px;
  margin: 40px 10px 10px 0;
  display: inline;
}
.main .intro {
  color: #cf0000;
}
.edito {
  color: #cf0000;
}
.edito h1 {
  color: #000000;
}
.edito .signature {
  text-align: right;
  margin-top: 3px;
}
.main table.tab tr.odd td {
  color: #cf0000;
}
.rightcol {
  float: left;
  width: 225px;
  margin: 145px 0 10px 0;
  display: inline;
  overflow-x: hidden;
}
.rightcol img {
  display: block;
  margin: 0;
}
.rightcol .textpane_upperborder {
  height: 10px;
  overflow: hidden;
  background-image: url(../images/textpane_upperborder.gif);
}
.rightcol .textpane_lowerborder {
  height: 10px;
  overflow: hidden;
  background-image: url(../images/textpane_lowerborder.gif);
}
.rightcol .textpane {
  background-color: #ffffff;
  color: #cf0000;
  padding: 0 5px 10px 15px;
  font-size: 12px;
  line-height: 15px;
}
.rightcol .textpane h2 {
  color: #000000;
  font-size: 15px;
  margin-bottom: 1em;
}
.rightcol .textpane .signature {
  font-size: 9px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: right;
  margin-top: 3px;
}
.rightcol .catchpane {
  background-color: #ffffff;
  color: #cf0000;
  padding: 0 5px 10px 15px;
  font-size: 14px;
  font-style: italic;
}
.rightcol .catchpane p {
  line-height: 17px;
}
.rightcol .catchpane h2 {
  color: #000000;
  font-size: 17px;
  margin-bottom: 0.2em;
  text-transform: none;
  font-style: normal;
}
.rightcol .infopane {
  font-size: 11px;
  line-height: 14px;
  background-color: #ffffff;
  padding: 0 5px 10px 15px;
}
.rightcol .infopane h2 {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #cf0000;
  text-transform: none;
}
.rightcol .calpane {
  font-size: 9px;
  line-height: 13px;
  background-color: #ffffff;
  padding: 0 5px 10px 15px;
}
.rightcol .calpane h1 {
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.rightcol .calpane h2 {
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  color: #000000;
  text-transform: none;
  margin-bottom: 0;
}
.rightcol .calpane strong {
  color: #cf0000;
}
.header {
  background-color: #cf0000;
  height: 118px;
  overflow: hidden;
}
.header img {
  display: block;
  float: left;
}
.footer {
  background-color: #cf0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
  clear: left;
  padding: 2px 5px 2px 5px;
}
.footer a {
  color: #ffffff;
}
.footer .phone {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.footer .title {
  float: right;
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  text-align: right;
  padding-top: 10px;
}

