body   {
    background-color: #FFFFFF; 
    background-image: url("/column_colors_bkgnd.jpg");
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    /*background-repeat: repeat-x;*/
}
/* THE INFO BOX */
#content  {
    width: 680px;
    height: 261px;
    top: 200px;
    left: 300px;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}


/* PAGE TITLES */
.title {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
/* PAGE SUBTITLES */
.subtitle {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
/* HEADLINES IN INFO TEXT BOX */
.headline {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 200px;
}
.caption {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
}

/*.thumbover {
    border-style: solid;
    border-width: 1px;
    border-color: #994422;
    width: 68px;
    height: 68px;
}*/
.thumb {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    width: 68px;
    height: 68px;
}
/*td  { color: #380604; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; background-repeat: repeat-x }
.sidebar  { color: #78716c; font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 18px; background-repeat: repeat-x }
a { color: #7d0e08; text-decoration: none }
a:hover { color: #fff; background-color: #7d0e08 }
a:visited { }

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color
background-color: #F4EECE;
}*/
