a { text-decoration: none;}
a:active { color:#000000; cursor: default;}
a:link { color:#000000; cursor: default;}
a:visited { color:#000000; cursor: default;}
a:hover { color:#a77860; cursor: pointer;}

body {
background: #ffffff;
font-family: verdana, arial;
color: #7f4426;
}

#container {
background: #ffffff;
width: 800px;
text-align: center;
margin: 0 auto 0 auto;
border-width: 3px;
border-style: solid;
border-color: #7f4426;
}

#header {
background: #ffffff;
width: 100%;
height: 128px;
}

#navigation {
background: #ffffff;
width: 218px;
float: left;
padding-top: 20px;
padding-left: 10px;
}

#side {
background: #ffffff;
width: 218px;
float: left;
padding-top: 20px;
padding-left: 10px;
}

#nav {
clear: both;
margin: 0 0 0;
padding: 0 0;
list-style: none;
text-align: center;
height: 28px;
padding-left: 17px;
}

#nav li {
font-size: 1.1em;
width: 170px;
line-height: 28px;
border-style: solid;
border-color: #000000;
border-width: 1px;
margin-bottom: 5px;
}

#nav li a {
display: block;
background: #a77860;
color: #ece4d7;
}

#nav li a:hover {
background: #ece4d7;
color: #7f4426;
}

#nav li.active a {
background: #7f4426;
color: #ece4d7;
}

#nav li.active:hover a {
background: #ece4d7;
color: #7f4426;
}

#content {
background: #ffffff;
float: right;
width: 562px;
height: 100%;
min-height: 300px;
text-align: left;
padding-right: 10px;
}

#copy {
background: #ffffff;
text-align: center;
margin: 0 auto 0 auto;
padding-top: 10px;
padding-bottom: 10px;
border-style: solid;
border-color: #000000;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-top-width: 1px;
width: 500px;
}

#footer {
clear: both;
}

img { 
border: 0px;
}

.center {
text-align: center;
margin: 0 auto 0 auto;
}

p.head {
font-weight: bold;
font-style: italic;
font-size: 110%;
}

#picleft {
float: left;
padding-right: 20px;
padding-bottom: 10px;
text-align: center;
}

#pleft {
float: left;
padding-right: 10px;
padding-bottom: 10px;
text-align: center;
}

#picright {
float: right;
padding-left: 10px;
padding-bottom: 10px;
text-align: center;
}

table {
width: 100%;
}

p.special {
font-weight: bold;
font-style: italic;
}