/* Main sections */
body {
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 0.8em;
  background-color: #fff;
  color: #4c4c4c;
}

#pageWrapper {
  text-align: left;
  margin: auto;
  width: 750px;
  padding-top: 40px;
}

::-moz-selection {
  background-color: #4c4c4c;
  color: #fff;
}
::selection {
  background-color: #4c4c4c;
  color: #fff;
}

.clear {
  clear: both;
}

.l {
  float: left;
}

.r {
  float: right;
}

/* Links */
a, a:visited {
  color: #4c4c4c;
  cursor: pointer;
}

a:hover, a:active {
  color: #000;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}

/* General classes */
.right {
  text-align: right;
}

.bb {
  font-weight: bold;
  font-size: 1em;
}

/* Header */
#header {
}

#header #topRight {
  text-align: right;
  padding: 0;
  margin: 0;
  color: #000;
}

#header #topRight a {
  padding: 4px;
  color: #000;
}

#header #headerMain {
}

#header #headerMain #title {
  font-size: 2em;
  font-family: Georgia, "Times New Roman", Roman, Times, Serif;
  padding: 0;
  margin: 10px 0 0 0;
  text-shadow: 0px 0px 2px #4c4c4c;
}

#header #headerMain #bar {
  background: #4c4c4c url(/img/bar.gif) repeat-y;
  height: 6px;
  font-size: 1px;
  padding: 0;
  margin: 0;
}

#header #headerMain #tagline {
  background-color: transparent;
  color: #d1d400;
  font-size: 1.3em;
  margin: 5px 0 35px 0;
}

#header #headerMain #pageLinks {
  margin-bottom: 5px;
}

#header #headerMain #pageLinks a {
  text-decoration: none;
  margin-right: 10px;
  padding: 5px;
}

/* Footer */
#footer {
  margin-top: 60px;
  padding-top: 5px;
  border-top: 1px solid #808080;
}

#footer #footerLeft {
  float: left;
}

#footer #footerRight {
  font-size: 0.9em;
  float: right;
  text-align: right;
}

#footer #footerRight a {
  color: #000;
  padding: 0 5px;
}

#footer #datasouth {
  padding-top: 15px;
  text-align: right;
}

#footer #datasouth a,
#footer #datasouth {
  color: #7e7e7e;
  text-decoration: none;
}

#footer #datasouth span {
  color: #ff6400;
}

/* Main page details */
#content #leftCol {
  float: left;
  width: 160px;
  padding-top: 10px;
}

#content #leftCol a {
  display: block;
  padding: 5px;
  padding-left: 12px;
  background: transparent url(../img/arrow.gif) no-repeat left center;
}

#content #rightCol {
  float: right;
  width: 570px;
}

#content #rightCol .article {
  text-align: justify;
  padding: 0px 10px;
}

#content h2 {
  font-size: 1.5em;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
}

#content p {
  padding: 0;
  margin: 10px 0;
}

#content ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 10px 0;
}

#content ul ul {
  list-style-type: lower-roman;
}

#content q {
  display: block;
  background-color: #eee;
  padding: 10px;
  margin: 0 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

#content q:before {
  content: "\201C";
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  padding-right: 3px;
}

#content q:after {
  content: "\201D";
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  padding-left: 3px;
}

#content div#subscribe {
  background-color: #eee;
  padding: 5px;
  margin: 10px 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 0.9em;
}

#content div#subscribe h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

#content div#subscribe p {
  margin: 5px;
  padding: 0;
}

#content div#subscribe p.c {
  text-align: center;
}

#content div#subscribe label {
  text-align: left;
  margin: 5px;
  display: block;
  padding: 0;
}

#content div#subscribe input {
  width: 120px;
}

.error {
  color: #900;
  font-weight: bold;
}

#links div.linkBox {
  display: block;
  float: left;
  width: 240px;
  padding: 5px;
  margin: 5px;
}

#links div.linkBox ul li {
  padding: 2px;
  margin-left: 10px;
}

a.newsButton, a.newsButton:visited {
  display: block;
  text-align: center;
  background: #ddd !important;
  border: 1px solid #888;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 50px;
  font-size: 0.8em;
  padding: 5px !important;
  margin: 4px;
}

a.newsButton:hover, a.newsButton:active {
  background: #eee !important;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}