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

body {
background-color: #fff;
color: #444;
font-family: Arial;
font-size: 12px;
line-height: 2;
}

#wrap {
margin: 20px auto;
width: 650px;
}

#header {
width: 650px;
height: 200px;
}

#header h1 {
display: none;
}

#content {
width: 650px;
text-align: justify;
}

#content ol {
width: 570px;
margin: 0px auto;
list-style-type: lower-roman;
}

#content ul {
width: 570px;
margin: 0px auto;
}

#navigation {
clear: both;
list-style-type: none;
width: 650px;
margin-top: 10px;
text-align: right;
}

#navigation li {
display: inline;
padding-left: 20px;
}

#navigation li a {
text-transform: uppercase;
}

#footer {
clear: both;
font-size: 10px;
text-align: center;
padding-top: 10px;
}

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

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

h2 {
color: #9ca6aa;
font-weight: normal;
font-style: italic;
text-transform: lowercase;
letter-spacing: 3px;
}

b, strong {
color: #427063;
}

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

input, select, textarea {
background-color: #fff;
border: 1px solid #484f43;
color: #444;
padding: 5px;
font-size: 12px;
font-family: Arial;
}

td {
padding: 3px;
}

p {
margin-bottom: 10px;
}

blockquote {
font-style: italic;
}

p.center {
text-align: center;
}

p.center a {
border-bottom: 0px;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}

.codesort ul {
list-style-type: none;
text-align: center;
}

.codesort p {
margin: 0px;
}

.clear {
clear: both;
}

.memberstable {
margin: 0px auto;
}

.catfile {
display: none;
}

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

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