* {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1em;
}

body {
    color: black;
    text-align: center; /* for IE */
    background: #fff;
    font-family: Arial Narrow;
}

p {
    font-size: 1.1em;
    color: #333333;
    text-align: justify;
    margin: 10px 10px 15px 0px;
    line-height: 1.5em;
}

ul {
    text-align: left;
    margin-left: 20px;
}

ol {
    text-align: left;
    margin-left: 20px;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: brown;
}

pre {
    background: #FFFFFF;
    font-size: 0.8em;
    padding-top: 10px;
}

blockquote {
    margin: 5px 0px 0px 5px;
    font-style: italic bold;
    font-size: 0.8em;
    color: #111111;
}

p a {
    color: brown;
    font-weight: normal;
}

td {
    vertical-align: top;
}

#whole {
    width: 1000px;
    margin: 0 auto;
    background: white;
    text-align: center;
}

/* HEADER */

#head {
    height: 150px;
    width: 100%;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 4em;
    letter-spacing: -1px; /*background       : url(images/background2.jpg) bottom repeat-x white;*/
    border-bottom: 2px solid #553333;
}

#news {
    color: #553333;
    border: 2px solid #553333;
    margin-top: 30px;
    float: right;
}

#logo {
    z-index: 2;
    padding-bottom: 10px;
}

/* MENU BAR */

#menu {
    z-index: 0;
    width: 100%;
    margin-top:: 200px;
    background: transparent;
    text-align: center;
    padding: 5px 0 5px 0;
    border-bottom: 2px solid #553333; /*border-top       : 2px solid #773333;*/
}

#menu a {
    font-weight: bold;
    font-size: 1.2em;
    color: black;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

#submenu {
    z-index: 0;
    width: 100%;
    margin-top:: 200px;
    background: transparent;
    text-align: center;
    padding: 5px 0 5px 0; /*border-bottom    : 2px solid #553333;*/
/*border-top       : 2px solid #773333;*/
}

#submenu a {
    font-weight: bold;
    font-size: 1.0em;
    color: black;
    text-decoration: none;
}

#submenu a:hover {
    text-decoration: underline;
}

#menu-level-3 {
    z-index: 0;
    width: 100%;
    margin-top:: 200px;
    background: transparent;
    text-align: center;
    padding: 5px 0 5px 0; /*border-bottom    : 2px solid #553333;*/
/*border-top       : 2px solid #773333;*/
}

#menu-level-3 a {
    font-weight: bold;
    font-size: 1.0em;
    color: black;
    text-decoration: none;
}

#menu-level-3 a:hover {
    text-decoration: underline;
}

#drop_shadow {
    height: 32px;
    background: url( img/fade_blue_down.gif ) top repeat-x white;
    margin-bottom: -22px;
}

/* Content */

#content {
    width: 940px;
    margin: 0 auto;
    text-align: left; /* counter the body center */
    padding: 0px 10px 10px 0px;
}

#sell {
    margin: 15px auto;
    width: 770px;
    text-align: center;
    /*background: #FFFFFF;*/
    padding: 10px 10px 10px 10px;
    font-size: 1.5em;
    font-family: sans-serif, serif;
    color: #666666;
    -moz-border-radius-topleft: 1em;
    border-topleft-radius: 1em;
    -moz-border-radius-topright: 1em;
    border-topright-radius: 1em;
    -moz-border-radius-bottomleft: 1em;
    border-bottomleft-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    border-bottomright-radius: 1em;
}

#copyright {
    width: 800px;
    margin: 0 auto;
    color: #777777;
    text-align: center;
    font-size: 0.6em;
    padding: 30px 0;
}

/* CLASSES */

.highslide-body {
    border-style: solid;
    border-width:3px;
    border-color:coral;
    background-color:burlywood;    
}

.highlighted_menu {
    border-bottom-color:crimson;
    border-bottom-width:2px;
    border-bottom-style:solid;
}

.unhighlighted_menu {
    border-style:none;
}

.inset_right {
    float: right;
    border-style: solid;
    border-width:3px;
    padding:5px;
    margin-left:8px;
    margin-bottom:8px;
    border-color:coral;
    background-color:burlywood;
}

.page_title {
    font-size: 2em; /*font-weight: bold;*/
    text-align: center;
}

.current_section {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.page_subtitle {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.information {
    color: purple;
}

.inset_picture {
    margin-right: 5px;
}

.sibling_menu {
    text-align: center;
}

.quotation {
    font-style: italic;
}

.question {
    font-style: italic;
}

.question a {
}

.question_initial {
    font-style: normal;
    font-weight: bold;
    color: black;

}

.answer_initial {
    font-style: normal;
    font-weight: bold;
    color: black;
}

.home_page_menu_td_padding {
    width: "400px";
}

.logo_text {
    font-size: 48px;
    color: red;
    font-family: Arial Narrow;
    font-weight: normal;
}

.r {
    color: pink;
}

.g {
    color: yellow;
}

.b {
    color: skyblue;
}

.red {
    color: #ff0044;
}

.spotlight {
    padding-bottom: 10px;
    padding-top: 5px;
    margin: 5px;
    /*
      background: #FFFFEE;
      border: 1px solid gray;
      -moz-border-radius-topleft: 1em; border-topleft-radius: 1em;
      -moz-border-radius-topright: 1em; border-topright-radius: 1em;
      -moz-border-radius-bottomleft: 1em; border-bottomleft-radius: 1em;
      -moz-border-radius-bottomright: 1em; border-bottomright-radius: 1em;
    */
}

.blurb {
    text-align: center;
    margin-top: 30px;
    margin-right: 5px;
    font-size: 1.7em;
    font-weight: bold;
}

/*
.spotlights a {
  color: #4444AA;
  text-decoration: none;
  font: normal 1.5em monospace;
}

.spotlights a:hover {
  text-decoration: underline;
}
*/

.spy {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 2em;
    font-weight: bold;
    color: #222222;
    text-align: left;
}

/* .spy img { width: 30px; } */

.spot {
    font-weight: bold;
    color: #FF0077;
    text-align: left;
}

.emblem {
    margin: 0 auto;
    border: 1px solid black;
    margin-top: 20px;
    background: gray;
    font-size: 0.9em;
    width: 125px;
    height: 20px;
    line-height: 20px;
}

.really_small {
    font-size: 0.9em;
}