

/* Presentation */ 
 
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p {
    padding: 0 15px;
}

a {
    padding: 0 0 0 0px;
    color: #A52A2A;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #FF8C00;
}

h1 {
    font-size: 15px;
}

h1, h2, h3, h4 {
    margin:0; 
    padding: 5px 0;
}

h1.title {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    padding: 3px 0 0 0;
}

p.smalltxt {
    font-size: 10px;
}

/* Layout */ 
body{
    margin: 0;
    padding: 0;
    background: White;
    color: #333333;
}    
     
#lh-col{
    position: absolute;
    top: 25px;
    left: 0;
    width: 170px;
    z-index: 3;
    background: #FFDEAD;
    color: #333333;
}

#rh-col{
    position: absolute;
    top: 27px;
    right: 0;
    width: 150px;
    z-index: 2;
    background: #FFDEAD;
    color: #333333;
    padding: 0 0 0 0px;
}

#rh-col p {
  padding: 0 0 0 5px;
}


#c-block {
    width: 100%;
    z-index: 1;
    background: #FFDEAD;
    color: #333333;
    min-height: 600px;
    /* IE hack */
    height:expression(this.scrollHeight < 600? "600px" : "auto" );
}

#c-col{
  margin:0 152px 0 172px;
  position:relative;
  background:#ffffff;
  color: #333333;
  z-index:5;
  border: solid #000000;
  border-width:0 1px;
  min-height: 600px;
  /* IE hack */
  height:expression(this.scrollHeight < 600? "600px" : "auto" );
}

div.text {
    margin: 15px 25px 0 25px;
}

#links {
    margin: 30px 75px 30px 75px;
}

#hdr{
    height: 25px;
    border-bottom: 1px solid #483D8B;
    width: 100%;
    background: #483D8B;
    color: #FFDEAD;
    margin: 0;
}

#ftr {
    width: 100%;
    height: 20px;
    border: solid #000000;
    border-width: 1px 0;
    background: #483D8B;
    color: #F5F5DC;
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 11px;
}

.buttonscontainer {width: 142px;}

.buttonscontainer {width: 172px;}

.menusubtitle {
    color: #49250A;
    padding: 10px 0px 2px 5px;
    display: block;
    font: 11px Verdana, sans-serif;
    font-weight: bold;
    /* text-decoration: underline; */
}    

.buttons a {
    color: #483D8B;
    background-color: #FFDEAD;
    padding: 1px;
    padding-left: 5px;
    display: block;
    font: 11px Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

.buttons a:hover {
    background-color: #483D8B;
    color: #FFDEAD;
    text-decoration: none;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

div.rating {
    padding: 10px 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.search_result {
    font-size: 10px;
}

.search_url {
    font-size: 10px;
    color: #008000;
}
