* {
margin: 0px;
padding: 0px;
}

body {
background-color: #fff;
border-top: 10px solid #0F8378;
color: #444;
font-family: Arial, sans-serif;
font-size: 12px;
}

#wrapper {
margin: 0px auto;
width: 700px;
}

#nav {
margin: 0px auto;
width: 700px;
margin-top: 20px;
margin-bottom: 20px;
}

#nav ul {
list-style-type: none;
text-align: center;
}

#nav li {
display: inline;
padding: 15px;
}

#nav a {
border-bottom: 0px;
color: #666;
font-size: 18px;
font-variant: small-caps;
font-weight: bold;
letter-spacing: 3px;
text-decoration: none;
padding: 3px 7px;
-moz-border-radius: 3px;
background-color: #eee;
}

#nav a:hover {
color: #fff;
background-color: #0F8378;
padding: 3px 7px;
-moz-border-radius: 3px;
}

#box {
width: 700px;
margin: 0px auto;
}

#content {
width: 480px;
float: left;
text-align: justify;
line-height: 2;
}

#content h2 {
color: #63C18D;
letter-spacing: 5px;
padding-left: 20px;
text-transform: lowercase;
}

#content ol {
width: 430px;
margin: 5px auto;
list-style-type: lower-roman;
}

#content ul {
width: 430px;
margin: 5px auto;
}

#sidebar {
width: 200px;
float: right;
}

#sidebar h1 {
color: #0F8378;
text-align: center;
letter-spacing: 5px;
font-weight: normal;
font-style: italic;
}

#sidebar p.sub {
font-size: 11px;
text-align: center;
font-style: italic;
color: #aaa;
}

#sidebar p.example {
font-size: 500%;
margin-top: 10px;
text-align: center;
}

#sidebar p.desc {
margin-top: 10px;
font-size: 11px;
text-align: justify;
line-height: 2;
}

#footer {
width: 700px;
margin: 0px auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
line-height: 2;
font-size: 11px;
}

.clear {
clear: both;
}

a {
color: #63C18D;
border-bottom: 1px dotted #63C18D;
text-decoration: none;
}

a:hover {
color: #aaa;
border-bottom: 1px dotted #aaa;
}

blockquote {
font-style: italic;
}

p {
margin-bottom: 10px;
}

p.center {
text-align: center;
}

input, textarea, select {
border: 0px;
padding: 5px;
background-color: #fff;
border: 1px solid #0F8378;
color: #666;
font-family: Arial, sans-serif;
font-size: 12px;
}

td {
padding: 5px;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}

.codesort ul {
list-style-type: none;
text-align: center;
}

.codesort p {
margin: 0px;
}

#content img {
margin: 0px auto;
border: 5px solid #ededed;
margin-bottom: 10px;
}

#codes img {
border: 0px;
}

.memberstable {
margin: 0px auto;
}

b, strong {
color: #0F8378;
}

i, em, blockquote {
color: #0F8378;
}

.catfile {
display: none;
}

.green, .green strong {
color: green;
}

.red, .red strong {
color: red;
}