/* layout styles */

body {	
    /* black on black, how goth.  This background is the black off the edges (outside
     * the tan region) but the text color is black on tan, inside the tan region.
     */
    background-color: #c3a579;
    color: #000;
    /* font-family: Arial, Helvetica, sans-serif;	 */
    font-family: 'Times New Roman', 'Times', serif;
    font-size: 14px;	
}

img {
    border: 0px;
}

blockquote {
    font-style:italic;
}

.tiny {
    font-size: 10px;
    font-style:italic;
}

.nav {
    position: relative; 
    z-index: 4; 
    float:right; 
    clear:right;
}

.right  { 
    float: right; 
    clear: both; 
    margin: 15px; 
}

.left  { 
    float: left; 
    clear: both; 
    margin: 15px; 
}

.clear {
    clear: both; 
}

.currentnav {
    position: absolute; 
    left: 45px;
    top: 130px;
}

.popupheader {
    position: relative;
}
/* pull down menus, CSS style */
/* temp comment out
.popupheader .popup {
    display: none;
} 
.popupheader:hover > .popup { 
    display: block; 
} 
*/

.popup .nav {
    font-size: 14px;
}

.nav > a:link {
    color: #000;
    text-decoration: none;
}
.nav > a:visited {
    color: #000;
    text-decoration: none;
}
.nav > a:hover {
    color: #fff;
    text-decoration: none;
} 

/* body styles */
a:link {
    color: #A00;	 
}

a:hover {	
    color: #F00;	 
}

a:visited {	
    color: #A00;	 
} 

h2 small {
    font-size: 14px;
    font-weight: normal;	
    font-style: italic;
    padding-left:20px;
}

h3 {
   font-style: italic;
}

h4 {
    margin-bottom: 0px;
}

h6 {	
    color: #FFFFFF;	
    font-size: 14px;	
    font-style: oblique;	
}

strong { 
    font-weight: bold;	
} 


table {
    margin: 0px;
    padding: 0px;
}
th { 
    margin: 0px;
    padding: 3px;
    /* filter: alpha(opacity=90); -moz-opacity:40%; */
    /* font-family: "Copperplate Gothic Bold"; */
    font-size: 16px;
    font-weight: bold;	
    color: #000;
    background-color: #917e59;
}
td { 
    margin: 0px;
    padding: 3px;
    /* font-family: "Copperplate Gothic Light"; */
    color: #000;
    background-color: #a48d65;
}

.shadowdance td
{
    color: #fff;
    background-color: #000;
}

.dropshadow {
    border-top: 2px solid #bbb;
    border-left: 2px solid #bbb;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}



