body {
  font-family: arial, helvetica, sans-serif;
  font-size: 0.85em;
  color: #FFFFFF;
  background-color: #000000;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #006DA6;
}

/* -- Layout classes -- */
#mainContainer {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

#wikitext {
  margin: 0px 0px 0px 0px;
  background-color: #555555;
  padding-bottom: 5px;
}

/* -- Content container -- */
#content {
  float: right;
  width: 550px;
  margin-right: 10px;
}

#content p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 10px 8px 10px;
  background-color: #555555;
}

#content a {
  text-decoration: none;
  border-bottom: 1px solid #DEFF00;
  color: #FFFFFF; 
}

#content a:hover {
  border-bottom: 1px solid #DEFF00;
  color: #DEFF00;
}

#content a img {
  border: 0px;
}

#content h1,
#sideBar h1 {
  clear: both;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-variant: small-caps;
  text-indent: 10px;
  margin: 0px;
  padding-top: 2px;
  border-top: 15px solid #000000;
  border-bottom: 3px solid #333333;
  color: #DEFF00;
  background-color: #006DA6;
}

#sideBar h1.sidehead {
  font-size: 1.0em;
  padding: 0px;
  border-bottom: 0px;
}

#sideBar h1.sidehead a {
  display: block;
  text-decoration: none;
  color: #DEFF00;
  padding: 2px 0px 0px 0px;
  border: 0px;
}

#sideBar h1.sidehead a:hover {
  color: #FFFFFF;
  background-color: #00517C;
}

/* -- Content header and footer -- */
#header {
  display: table-cell;
  height: 100px;
  width: 550px;
  text-align: right;
  vertical-align: bottom;
  margin-bottom: 0px;
  background: url(gfx/relaxed_hdr.gif) no-repeat top left;
}

#footer {
  float: left;
  height: 75px;
  width: 550px;  
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;  
  margin-top: 10px;
  margin-bottom: 10px; 
  background: #333333 url(gfx/round_corner.gif) no-repeat bottom right;  
}

#footer a {
  border: 0px;
  color: #DEFF00;  
}

#footer a:hover {
  border: 0px;
  color: #AAAAAA;  
}

/* -- Menu & news container -- */
#sideBar {
  float: right;
  width: 200px;
  margin: 0px;
  background-color: #333333;
}

#sideBar a {
  text-decoration: none;
  border-bottom: 1px solid #DEFF00;
  color: #FFFFFF;
}

#sideBar a:hover {
  color: #DEFF00;
}

#sideBar a img {
  vertical-align:middle;
  padding: 0 5px 0 5px;
  border: 0px;
}

#sideBar p a.wikilink,
#sideBar p a.urllink,
#sideBar p a.selflink {
  display: block;
  clear: both;
  font-size: 0.85em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 1px;
  padding: 0 0 0 25px;
  border: 0px;
  color: #FFFFFF;
  background: #006DA6 url(gfx/relaxed_icn_menu.gif) no-repeat center left;
}

#sideBar p a:hover.wikilink,
#sideBar p a:hover.selflink,
#sideBar p a:hover.urllink {
  color: #DEFF00;
  background: #00517C url(gfx/relaxed_icn_menu_on.gif) no-repeat center left;
}

#sideBarHeader {
  height: 100px;
  background: #333333 url(gfx/relaxed_hdr_bg.gif) repeat-x bottom right;;
}

#sideBarFooter {
  height: 70px;
  font-size: 0.60em;
  text-transform: uppercase;
  text-align: center;  
  border-top: 10px solid #000000;
  background: #333333 url(gfx/round_corner.gif) no-repeat bottom right;  
}

#sideBarFooter a {
  border: 0px;
  color: #DEFF00;  
}

#sideBarFooter a:hover {
  border: 0px;
  color: #AAAAAA;  
}

/* -- Title and sub-headings -- */
.highLight {
  color: #DEFF00;
}

/* -- IE CSS2 selector hack.  This still validates, but IE ignores the class defined
      with the [id].  The result is you set the IE specific value in the first class
      definition, and the standard compliant browser value in the second class -- */
#title {
  font-size: 30px;
  padding: 48px 4px 0px 0px;
}

#title[id] {
  padding-top: 0px;
  padding-bottom: 3px;
}

> #title[id] {
  padding-top: 48px;
  padding-bottom: 4px;
}

#title a{
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -8px;
  border: 0px;
}

#title a:hover{
  color: #DEFF00;
}

strong,
.subHeading,
h2,
h3 {
  font-size: 1.1em;
  font-variant: small-caps;
  color: #DEFF00;
}

.subHeading,
h2,
h3 {
  display: block;
}

h2,
h3 {
  padding: 4px 10px 4px 10px;
  margin: 0px;
}

h3 {
  font-size: 1.0em;
}

hr {
  margin: 0px 8px 0px 8px;
}

li {  
  margin: 0px 0px 2px -10px;
  list-style-image:url(gfx/relaxed_icn_menu.gif);
}

/* -- Images styles -- */
.imgRight, .imgLeft {
  border: 1px solid #888888;
}

.imgRight {
  float: right;
  margin: 0 0 10px 10px;
}

.imgLeft {
  float: left;
  margin: 0 10px 10px 0;
}

/* -- Takes care of the 'jump to top' arrow -- */
.upArrow {
  clear: both;
  display: block;
  text-align: right;
}

.upArrow a img {  
  margin-top: 10px;
  border-bottom: 0px;
  background-color: #DEFF00;
}

.upArrow a:hover img {  
  border: 0px;
  background-color: #BBBBBB;
}

/* -- Quote block styles -- */

.quote {
  display: block;
  margin: 10px 15px 10px 15px;
  padding: 2px;  
  border: 1px solid #888888;
  background-color: #666666;
}

.author {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #DEFF00;
}

/* tooltips */
a.info {
    position: relative;
    z-index: 24;
    background-color: #ccc;
    color: #000;
    text-decoration: none
}

a.info:hover {
    z-index: 25;
    background-color: #ff0
}

a.info span {
    display: none
}

a.info:hover span { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em; 
    left: 2em;
    width: 15em;
    border: 1px solid #0cf;
    background-color: #cff; 
    color: #000;
    text-align: center
}

