body {
  font-family: Arial,Helvetica,sans-serif;
  background-color: #282828;
}
.hiddenText {
  text-indent: -200ex;
  display: block;
}
.absolutePosition {
  display: block;
  position: absolute;
}
ul {
  list-style-type: square;
  list-style-image: url(../img/bullet.gif);
}
ul ul {
  list-style-type: square;
  list-style-image: url(../img/dash.gif);
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}
ul.noBullet {
  list-style-type: none;
  list-style-image: url();
  padding-left: 10px;
}
li.languageSelector {
  height: 22px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: left top;
}
li.languageSelector:hover {
  background-position: left bottom;
}
ul#mainMenu {
  list-style-type: none;
  list-style-image: url();
}
li.mainMenu {
  display: block;
  width: 200px;
  height: 40px;
  padding-right: 0px;
  margin-right: 0px;
  right: 0px;
  position: relative;
  left: 15px;
}
li.mainMenu a {
  width: 200px;
  height: 40px;
}
li.mainMenu:hover {
  background-position: left center;
}
li.currentMainMenu {
  background-position: left bottom;
}
li.notCurrentMainMenu {
  background-position: left top;
}
#main {
  background-color: #f0f0f0;
  display: block;
  margin-left: 255px;
  width: 650px;
  min-height: 300px;
  position: absolute;
  margin-top: 26px;
  padding-top: 0px;
}
#main a {
  text-decoration: none;
}
#main a:link {
  color: #520000;
}
.zeroTopMargin {
  margin-top: 0px;
}
#main h1 {
  margin-left: 10px;
  margin-tp: 0px;
}

#main h2 {
  margin: 0px 0px 0px 234px;
  padding: 0px 8px;
  background: #d52828 none repeat scroll 0% 50%;
  width: 400px;
  text-align: right;
  color: #ffffff;
  letter-spacing: 1.5px;
  display: block;
  font-size: 20px;
  font-family: arial black,arial,helvetica,osaka,sanserif;
  font-weight: inherit;
  text-transform: uppercase;
  clear: none;
}
#main h3 {
  margin: 0px 0px 0px 264px;
  padding: 0px 8px;
  background: #3d3c3c none repeat scroll 0% 50%;
  width: 370px;
  color: #ffffff;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-align: right;
}
dt {
  margin: 0px;
  padding: 1px 3px 1px 8px;
  background: #3d3c3c none repeat scroll 0% 50%;
  width: 173px;
  color: #ffffff;
  letter-spacing: 1.5px;
  font-weight: bold;
}
dd {
  padding: 1px 3px 10px 1px;
}
p {
  margin-left: 10px;
}
ul.paper {
  padding-bottom: 0px;
}
ul li.paper {
  padding-bottom: 10px;
}
#main ul li {
  padding-bottom: 10px;
}
#main ul li.noBottomMargin {
  padding-bottom: 0px;
}
#main ul ul li {
  padding-bottom: 0px;
}
#main ul ul li.bottomMargin {
  padding-bottom: 10px;
}

.cite{
  font-size: 70%;
}