body {
  margin           : 0;
  font-family      : Verdana, Arial, sans-serif;
  font-size        : 18px;
  line-height: 1.5;
  background-color : #fff;
}

/* Layout */
#containerMain {
  margin : 10px auto;
  max-width  : 1000px;
}

#containerHeader {
  margin           : 0;
  padding          : 0;
  background-color : #41403f;
}
#containerHeader img {
  margin-top: 50px;
  width: 100%;
  height: auto;
}

#containerContent {
  margin       : 0;
  padding      : 20px 50px 50px 50px;
  border-left  : 1px solid #ababab;
  border-right : 1px solid #ababab;
}

#containerNav {
  float      : left;
  width      : 180px;
  min-height : 500px;
  margin     : 0;
  padding    : 10px 0;
}

#containerHome {
  padding : 25px 0;
}

#containerHomeRight {
  float      : right;
  width      : 325px;
  margin     : 0;
  padding    : 0;
  text-align : right;
}

#containerInside {
  float   : right;
  width   : 740px;
  margin  : 0 40px 0 0;
  padding : 10px 0;
}

#containerInsideRight {
  float      : right;
  width      : 225px;
  margin     : 0;
  padding    : 0;
  text-align : right;
}

#containerInfoRight {
  float   : right;
  width   : 210px;
  margin  : 0;
  padding : 10px 0;
}

#containerSpeakers {
  margin : 10px;
}

#containerFooter {
  margin           : 0;
  padding          : 3px;
  text-align       : center;
  font-family      : Verdana, Arial, sans-serif;
  font-size        : 10px;
  color            : #cfcfcf;
  background-color : #41403f;
}

.aflogo {
  margin  : 5px 0 0 5px;
  padding : 1px;
  border  : 1px solid #ababab;
}

/* Styles */
.headerTitle {
  padding        : 30px 0 10px 20px;
  font-family    : Verdana, Arial, Helvetica, sans-serif;
  font-size      : 24px;
  letter-spacing : 1px;
  color          : #000;
}

.boxTitle {
  margin           : 0 0 5px 0;
  padding          : 1px 5px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #41403f;
  background-color : #e1e1e1;
  border-left      : 4px solid #FD7F01;
}

.boxContent {
  margin      : 10px 0 30px 0;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 12px;
  line-height : 20px;
  color       : #000;
}

.boxRecord {
  margin        : 20px 0 0 0;
  font-family   : Verdana, Arial, Helvetica, sans-serif;
  font-size     : 12px;
  line-height   : 20px;
  color         : #000;
  border-bottom : 1px dotted #ccc;
}

.boxContent td {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 12px;
  line-height : 20px;
}

.tit {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 13px;
  font-weight : bold;
  line-height : 18px;
  color       : #000;
}

.txt {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 11px;
  line-height : 18px;
  color       : #000;
}

.txt2 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 11px;
  line-height : 16px;
  color       : #000;
}

.aftxt {
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 11px;
  color       : #000;
}

.frontorg {
  padding : 30px 10px 10px 30px;
}

.frontorg .aftxt {
  padding-left : 15px;
  font-size    : 13px;
}

#error {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 11px;
  color       : #f00;
}

/* Form */
form {
  margin : 0;
}

.fo {
  margin      : 2px 0;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 11px;
  color       : #000;
}

.but {
  margin           : 0;
  padding          : 1px 3px;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  color            : #FD7F01;
  background-color : #41403f;
  border           : 0;
}

/* Links */
a {
  text-decoration : none;
  color           : #003399;
}

a:hover {
  text-decoration : underline;
  color           : #41403f;
}

a.aflink, a.aflink:hover {
  text-decoration : none;
  font-weight     : bold;
  color           : #000;
}

a.nav {
  display          : block;
  margin           : 0 0 5px 0;
  padding          : 3px 10px;
  text-decoration  : none;
  font-size        : 11px;
  font-weight      : bold;
  color            : #FD7F01;
  background-color : #41403f;
}

a.navA {
  display          : block;
  margin           : 0 0 5px 0;
  padding          : 3px 10px;
  text-decoration  : none;
  font-size        : 11px;
  font-weight      : bold;
  color            : #41403f;
  background-color : #FD7F01;
}

a.navA:hover, a.nav:hover {
  display          : block;
  margin           : 0 0 5px 0;
  padding          : 3px 10px;
  text-decoration  : none;
  font-size        : 11px;
  color            : #000;
  background-color : #FD7F01;
}