* {
margin: 0;
padding: 0;
}
a {
color: #963;
}
a:hover {
color: #C60;
}

/* *****Body***** */

body {
width: 960px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #7E372E;
background-image: url(../img/bg_header.png);
background-repeat: repeat-x;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
/* *****Header***** */
.header {
height: 150px;
width: 920px;
background-image: url(../img/sm_header.gif);
background-repeat: no-repeat;
background-position: left center;
}

/* *****Navigation***** */

.navigation {
height: 24px;
background-color: #E2CE85;
font-family: Verdana, sans-serif;
font-size: 1em;
font-weight: bold;
color: #4e0202;
width: 920px;
padding: 0;
margin: 0;
text-align: center;
}
.slide {
}
.navigation a {
color: #7E372E;
text-decoration: none;
margin-right: 12px;
line-height: 24px;
width: auto;
padding-top: 3px;
padding-right: 4px;
padding-bottom: 3px;
padding-left: 4px;
}
.navigation a:hover {
color: #4e0202;
background-color: #a78531;
width: auto;
}
/* *****MP3***** */

/* *****Content***** */

.content {
background-color: #FFFF8B;
height: auto;
width: 920px;
clear: both;
border-top-width: 12px;
border-bottom-width: 12px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #A78531;
border-bottom-color: #A78531;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 25px;
padding-left: 0px;
}
.map {
text-align: center;
vertical-align: middle;
margin: 20px;
padding: 20px;
width: 95%;
}
.email {
margin: 20px;
padding: 20px;
}
.audioplayer {
height: 24px;
width: 920px;
text-align: right;
padding-top: 2px;
padding-bottom: 2px;
}
p {
font-family: Arial, Helvetica, sans-serif;
padding: 20px;
font-size: 1em;
color: #7e372e;
}
.floatright {
float: right;
background: white url(img/shad_bottom.png) repeat-x bottom left;
background-color: #FFFFFF;
padding: 5px;
clear: right;
margin: 5px;
}
div.shadow {
background: #b4afa3;
padding: 0 1px;
border-left: 1px solid #dcd7c8;
border-right: 1px solid #dcd7c8;
}
.h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #a78531;
font-size: 2em;
padding: 20px;
}
.h2	{
font-family: Arial, Helvetica, sans-serif;
color: #6B131E;
font-size: 1.2em;
font-style: italic;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
line-height: 2em;
height: auto;
padding: 5px;
}
.resources {
	width:600px;
}
.resources a {
color:#7E372E;
font-weight:600;
text-decoration:none;
}
.resources a:hover {
	text-decoration:underline;
}
/* *****Footer***** */
.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: xx-small;
color: #999999;
height: 48px;
width: 880px;
padding: 20px;
text-align: center;
vertical-align: 50%;
}
.footer a {
color: #DDCC99;
}
.footer a:hover {
color: #ffffff;
}
.spacer {
padding-bottom: 200px;
}
.sm_spacer {
padding-bottom: 100px;
}
/* *****Table***** */
ol {
margin:0;
padding: 0 1.5em;
}
table {
color:#FFF;
background:#7A1000 url(../img/full2.png) repeat-x top left;
border:5px solid #900;
border-collapse:collapse;
width:50em;
}
table a {
color:#FFFFFF
}
table a:hover {
color:#FFFFCC
}
thead {
}
thead th {
padding:1em 1em .5em;
border-bottom:1px dotted #FFF;
font-size:120%;
text-align:left;
}
thead tr {
}
td, th {
background:transparent;
padding:.5em 1em;
}
tbody tr {
}
tbody tr.odd td {
background:transparent url(../img/tr_bg.png) repeat top left;
}
tfoot {
}
tfoot td {
padding-bottom:1.5em;
}
tfoot tr {
}
* html tr.odd td {
background:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tr_bg.png', sizingMethod='scale');
}