body {
    background: #E7E7E7;
    margin:0;
    padding:0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464646;
}

* {
    margin:0;
    padding:0;
}

.clear {
    clear: both;
}

/* DEFAULTS
*/

ul {
    margin-left: 25px;
}

ol {
    margin-left: 20px;
}

li {
    padding: 6px;
    list-style: circle;
}


/* LAYOUT
------
*/

#thebody {
    width: 990px;
    margin: 0 auto;
    padding: 0;
}


#mainbody {
    background: #fff none repeat-y scroll 0 0;
    margin:0 auto;
    padding: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#header {
    padding: 0;
    margin: 0 auto;
    height: 72px;
    background: #990000;
}

#subheader {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    background: #888;
    padding: 5px 15px 7px 15px;
    margin: 0;
}

#sidebar {
    width: 200px;
    padding: 0;
    float: left;
}

#content {
    float: right;
    margin: 0;
    text-align: justify;
    padding: 15px;
    background: #f3f0e9;
    border: 1px solid #d4d4d4;
    line-height: 1.75em;
}

#footer {
    margin: 0px;
    background: #464646;
    padding: 20px 0px 10px;
}

/* HEADER STYLES
*/

#header h1  {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 15px;
}

#header h1 a {
    color: #fff;
    font-size: 48px;
    text-decoration: none;
    letter-spacing: -2px;
    float: left;
}

#header h2 {
    color: #fff;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 4px;
}

#header h3 {
    color: #fff;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-top: 30px;
    margin-left: 8px;
}

/* SIDEBAR STYLES
*/

#sidebar ul{
    display:block;
    list-style:none;
    margin:0px;
    border-bottom: 1px solid #d4d4d4;
}

#sidebar li{
    padding: 0px;    
    display:block;
    list-style:none;
}

#sidebar li a#sub{
    padding-left:24px;
}

#sidebar li#current a#sub{
    padding-left: 24px;
    font-weight: normal;    
}

#sidebar li ul{
    display:block;
    list-style:none;
    border: 1px solid #d4d4d4;
}

#sidebar li a{
    color: #464646;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    display: block;
    padding: 5px;
    text-decoration:none;
}

#sidebar li a:hover{
    background: #d4d4d4;
}

#sidebar li#current{
    background: #f3f0e9;
}

#sidebar li#current a{
    color: #900;
    font-weight: bold;
}

/* FOOTER STYLES
*/

#footer p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#footer p a {
    color: #fff;
    margin: 0;
    padding: 0;
}

/* CONTENT STYLES
*/

#content p {
    line-height: 1.75em;
    margin-bottom: 1em;
}

#content h1 {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #990000;
    margin-bottom: 12px;
}

#content h2 {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 6px;
}

#content a {
    color: #d17702;    
}

#content a:visited {
    color: #936241;    
}

#content a:hover {
    color: #936241;    
}

#content table {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#content table td {
    vertical-align: top;
}

#content table td {
    padding-bottom: 15px;
    padding-right: 15px;
}

#content table td#profile {
    width: 300px;
}

#content table img {
    width: 80px;
    height: 100px;
    border: 1px solid #d4d4d4;
    padding: 5px;
    background: #fff;
}

#content table p {
    line-height: 1.3em;
    margin-bottom: 6px;
}

#content tt {
    color:#55F;
}

#content tt.code {
    display: block;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    margin-bottom:10px;
    background: #ffe;
}

#content tt.key {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: capitalize;
    border: 1px solid #ccc;
    color: #222;
    padding: 1px 3px;
    background: #FFEECA;
}

#squished li {
    line-height: 1.3em;
}

#squished b {
    color: #000;
    font-weight: normal;
    display: block;
}

.titledlist a {
    display: block;
    margin-bottom: 5px;
}

#numlist ol {
    list-style: lower-roman;
}

#numlist li {
    list-style: decimal;
}

#numlist b {
    color: #000;
    font-weight: normal;
    display: block;
}