body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #3D407A;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #EBEDE4;
}
pre {
    background-color:white;
    border:1px solid gray;
    padding:3px;
}


code { 
    display:block;
    background-color:white;
    border:1px solid gray;
    padding:3px;
}

p code, dd code {
    display:inline;
    background-color:white;
    border:none; padding:0px;
}

dl > dt {
    background-color:white;
    font-weight:bold;
    padding-left:10px;
    clear:left;
}

dl > dd {
    padding-bottom:5px;
}

dl dl > dt {
    display:inline;
    float:left;
    clear:left;
    padding-right:5px;
    background-color:#EBEDE4;
}

dl dl > dd {
    padding-bottom:5px;
    display:inline;
    float:left;
}


#website {
    width: 770px;
    background: url("../images/design/bottom.gif") bottom left no-repeat #FFF;
    color: #5C5E5B;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 20px;
}

a:link, a:visited { color: #5C5E5B; }
a:hover { color: #222; }

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

li {
    margin-bottom:0.2em;
}

th { text-align: left; font-weight: bold; color: #969994; padding-right: 5px; }

h1, h2, h3 { 
    border-bottom: 1px solid #AFB1AD;
    padding-bottom: 3px;
    margin-top: 1em;
}

small { font-size: 11px; color: #8D8F8C; }


.pict {
    clear: both;
    margin-left: 0px;
    margin-right: 18px;   
}

#header {
    background: url("../images/design/logo.gif") top left no-repeat #7D7FA4;
    height: 115px;
}

#login {
    width: 175px;
    height: 40px;
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
    color: #EBEDE4;
    font-size: 11px;
    line-height: 1.3em;
}

#login span { font-size: 12px; }
#login a { color: #EBEDE4; }

#header a h1 { display: none; }

#header a.homelink {
    display: block;
    height: 93px;
    width: 550px;
    float: left; 
}

#navigation {
    clear: both;
    list-style: none;
    margin: 0; padding: 0;
    height: 22px;
}

#navigation li, #secondaryNav li {
    display: inline;
    float: right;
    margin-right: 6px;
}

#secondaryNav li { float: left; }

#navigation li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #EBEDE4;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 22px;
}

#navigation li a:hover, #secondaryNav li a:hover {
    text-decoration: underline;
}

#navigation li.current {
    background: url("../images/design/activetab_left.gif") top left no-repeat #EBEDE4;
}

#navigation li.current a {
    background: url("../images/design/activetab_right.gif") top right no-repeat;
    color: #5C5E5B;
}

#navigation li.current a:hover, #secondaryNav li.current a:hover { text-decoration: none; }

#content {
    clear: both;
    margin-left: 22px;
    margin-right: 18px;   
}

#secondaryNav {
    font-size: 11px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: -13px;
}

#secondaryNav ul {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-top: 5px;
}

#secondaryNav li.title { padding-right: 5px; line-height: 14px;}

#secondaryNav li a {
    font-size: 12px;
    margin-right: 10px;
    line-height: 14px;
    color: #5C5E5B;
}

#secondaryNav li.current a {
    font-weight: bold; text-decoration: none; 
}

#mainContent {
    clear: right;
    width: 490px;
    float: left;

}

#wideContent {
    clear: right;
    width: 100%;
    float: left;

}

#sidebar {
    margin-top: 23px;
    float: right;
    width: 200px;
    margin-right: 3px;
    background: url("../images/design/sidebar_top.gif") top left no-repeat #E3E6EB;
    margin-bottom: 30px;
}

#sidebarContent {
    background: url("../images/design/sidebar_bottom.gif") bottom left no-repeat transparent;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#sidebar h3 {
    margin: 0;
    padding-top: 10px;
    border-bottom: 0;
}

#footer {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: right;
    font-size: 10px;
    margin-top: 5px;
    line-height: 14px;
    color: #CED0C8;
}

#footer  a { color: #CED0C8; }
