* {
margin: 0px;
padding: 0px;
}

body {
background-color: #faefbe;
color: #785a2e;
font-family: Arial;
font-size: 12px;
line-height: 2;
}

a {
color: #d49a40;
text-decoration: none;
border-bottom: 1px dotted #d49a40;
}

a:hover {
color: #9bb049;
border-bottom: 1px dotted #9bb049;
}

b, strong {
color: #9bb049;
}

i, em, blockquote {
color: #c6c193;
}

h2, h3 {
font-family: Garamond;
font-style: italic;
font-weight: normal;
font-size: 225%;
letter-spacing: 3px;
text-transform: lowercase;
}

h2 {
letter-spacing: 5px;
padding-left: 20px;
}

input, select, textarea {
background-color: #f9f3d9;
border: 0px;
border-bottom: 2px solid #c6c193;
border-left: 2px solid #c6c193;
color: #785a2e;
font-family: Arial;
font-size: 12px;
padding: 5px;
}

ol {
width: 500px;
margin: 0px auto;
margin-left: 20px;
list-style-type: lower-roman;
}

td {
padding: 5px;
}

#wrap {
width: 750px;
margin: 30px auto;
}

#top {
margin-bottom: 20px;
}

#top h1 {
display: none;
}

#content {
width: 750px;
background-color: #f9f3d9;
background-image: url(bgtop.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#cbottom {
width: 750px;
background-image: url(bgbottom.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#navigation {
float: left;
width: 110px;
padding: 20px;
padding-top: 0px;
}

#navigation ul {
list-style-position: inside;
}

#navigation li {
list-style-type: none;
}

#navigation a {
font-variant: small-caps;
}

#text {
float: right;
width: 570px;
text-align: justify;
padding-right: 20px;
}

#text ul {
width: 550px;
margin: 0px auto;
margin-left: 20px;
}

#footer {
background-color: #f9f3d9;
margin-top: 10px;
font-size: 10px;
text-align: center;
background-image: url(bgtop.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#footer p {
padding: 20px;
}

.award {
text-align: center;
margin-top: 10px;
}

.clear {
clear: both;
}

p.catfile {
display: none;
}

.memberstable {
margin: 0px auto;
}

.catimg {
float: left;
margin-right: 10px;
margin-top: 10px;
}

#codes li {
display: inline;
padding-right: 0.5em;
}

#codes ul {
list-style-type: none;
text-align: center;
width: 570px;
margin-left: 0px;
}

#codes p {
margin: 0px;
}

#codes img {
border: 0px;
}

#tigernav {
text-align: center;
margin-bottom: 10px;
}

#tigernav ul {
list-style-type: none;
margin-left: 0px;
}

#tigernav li {
display: inline;
padding-left: 15px;
}

.red, .red strong {
color: red;
}

.green, .green strong {
color: green;
}