/*Style across entire site*/
body {background-image: url(background.gif);
background-repeat: repeat-x;
font: 14px, tahoma, verdana, sans serif;}
body p{font: 14px times new roman, serif;}

h2 {text-decoration:underline;}

.pics{border:1px solid #B3AA7E;}

/*Page Structure (Positioning)*/

#banner {
width: 785px;
height: 132px;
border: solid 2px #B3AA7E;
}

#body {
width:785px;
height: auto; 
border: solid 2px #B3AA7E;
background-color: #FEFCF1;}

#body h1 {font:30px Goudy Old Style, times new roman, serif; font-weight: strong; color: #8E183C;}
#body h2 {text-align: center; 
font:20px Goudy Old Style, times new roman, serif;}
#body h3 {font:16px Goudy Old Style, times new roman, serif;}
#body a{text-decoration:none; color: #8E183C;}
#body hr{color: #8E183C;
background-color:#8E183C;}

.indexp{width:500px;
font:17px times new roman, times, serif;}

#footer {
height: 70px;
padding: 6px;
width: 773px;
background-color: #8E183C;
border: solid 2px #B3AA7E;}

/*Nav Menu*/
#nav {
height: 24px;
padding: 6px;
width: 773px;
background-color: #8E183C; 
border: solid 2px #B3AA7E;}





/*Lists*/
.bullets {list-style: disc;}
.numbers {list-style: decimal;}
.alpha {list-style: lower-alpha;}

/*Table*/

td {font-family: times news roman, times, sans-serif;
	font-size: 14px}
table {padding: 4px;}

.rightcell{border:solid 1px #B0B0B0; padding:10px;}
.rightcell ul{font: 14px times new roman, serif;}
.rightcell a{text-decoration:none; color: #8E183C;}

.tpics img{border:2px solid #B3AA7E;}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #FEFCF1;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}