

body
{
width: 100%;
text-align: center;
margin: 0;
}

.siteWrap {
 font-size: 1em;
 font-family: Arial, sans-serif;
 width: 800px;
 text-align: left;
 margin: auto;
 }


h1
{
 font-size: 1.5em;
 font-weight: bold;
 color: #847331;
 margin-bottom: 0;
 margin-top: 10px;
 font-family: Georgia, serif
}

h2
{
 font-size: 1em;
 font-weight: bold;
 color: #24A2D2;
 margin-bottom: 0;
 margin-top: 10px;
text-transform: uppercase
}

h3
{
 font-size: .8em;
 color: #845229;
 font-weight: bold;
 margin-bottom: 0;
 margin-top: 10px;
}


.confMenu 
{
background: #000000;
display: table;
width: 100%;
margin-bottom: 10px;
z-index: 210;
position: relative;
font-size: .72em;
font-weight: bold;
text-transform: uppercase;
font-family: Arial;
}

.confMenu a, .confMenu a:visited {
text-decoration: none;

text-transform: uppercase;
}

.confMenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.confMenu ul li {
position: relative;
float: left;
text-align: center;
padding: 8px 2px 8px 2px;
height: 14px;
border-right: 1px solid #AF784C;
}

.confMenu li a, .confMenu li a:visited {
text-decoration: none;
color: #fff !important;

}

.confMenu li a:hover {
text-decoration: none;
color: #fff !important;
background: #847331;
padding: 8px 4px 6px 4px;
display: block;
margin-top: -8px;
}

*html .confMenu li a:hover 
{
    margin-bottom: -15px;
}



.confFtr {
width: 100%;
text-align: center;
border-top: 1px solid #845229;
padding-top: 4px;
margin-top: 20px;
font-size: .7em;
text-transform: uppercase;
}

.confFtr a, .conFtr a:visited {
text-decoration: none;
color: #000000;
}

.confFtr a:hover {
text-decoration: underline;
color: #845229;
}
