* {
margin: 0px;
padding: 0px;
}

body {
background-color: #0b3f66;
color: #333;
font-family: Arial;
font-size: 12px;
line-height: 2;
}

#wrap {
background-color: #186ea1;
margin: 20px auto;
width: 866px;
}

#rightie {
float: right;
width: 265px;
min-height: 371px;
}

#rightie h1 {
display: none;
}

#leftie {
background-color: #fff;
border-right: 1px dotted #aaa;
width: 600px;
min-height: 371px;
float: left;
}

#header {
font-family: "Trebuchet MS";
text-transform: uppercase;
color: #0b3f66;
text-align: right;
}

#header h1 {
font-weight: normal;
letter-spacing: 10px;
}

#header p {
color: #666;
margin-top: -20px;
letter-spacing: 10px;
}


#content {
padding: 20px;
padding-top: 0px;
width: 560px;
text-align: justify;
}

#content ol {
width: 500px;
margin: 0px auto;
list-style-type: lower-roman;
}

#content ul {
width: 500px;
margin: 0px auto;
}

#navigation {
list-style-type: none;
width: 560px;
margin: 0px auto;
}

#navigation li {
display: inline;
padding-right: 20px;
}

#navigation li a {
font-weight: bold;
text-transform: uppercase;
border-bottom: 0px;
}

#footer {
font-size: 10px;
text-align: center;
padding: 10px;
}

a {
color: #4EA0D0;
border-bottom: 1px dotted #4EA0D0;
text-decoration: none;
}

a:hover {
color: #aaa;
border-bottom: 1px dotted #aaa;
text-decoration: none;
}

h2 {
color: #0b3f66;
font-family: "Trebuchet MS";
font-weight: normal;
text-transform: lowercase;
letter-spacing: 8px;
}

b, strong {
color: #4D96BF;
}

i, em, blockquote {
color: #4D96BF;
}

input, select, textarea {
background-color: #fff;
border: 1px solid #4D96BF;
color: #333;
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;
}