* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0 0 20px 0;
    font: 14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #444;
    background: White url(images/bg.gif) repeat-x top;
}

p {
    padding: 5px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #DCC559;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

#main {
    margin: 0 auto;
    width: 940px;
    text-align: left;
}

#header {
    height: 222px;
}

#logo {
    margin: 0 20px;
    height: 148px;
    background: #45B0C3 url(images/header.jpg) no-repeat top;
}

#logo h1 {
    padding: 92px 0 0 20px;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1px;
    color: White;
}

#menu {
    width: 940px;
    height: 70px;
    background: #FE3B29 url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
    padding: 17px 0 13px 120px;
}

#menu ul li {
    float: left;
    display: block;
    margin-right: 5px;
    padding: 0;
    width: 140px;
    height: 40px;
}

#menu ul li a {
    display: block;
    margin: 0;
    padding: 0;
    width: 140px;
    font-weight: bold;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #444;
    background: #C3E2E5 url(images/menu_item.jpg) no-repeat;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: White;
    background: #8EC9D7 url(images/menu_active.jpg) no-repeat;
}

#middle {
    padding-top:60px;
    height: 1%;
    background: url(images/middle.jpg) no-repeat top;
}

#sidebar {
    float: left;
    width: 180px;
}

#sidebar h3 {
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    color: #444;
    background: #57BED0 url(images/blue2.gif) repeat-x top;
    border-top: 4px solid #C6E7EE;
    border-right: 1px solid #7FC8D7;
    border-bottom: 2px solid #4BB4C6;
    border-left: 1px solid #7FC8D7;
}

#sidebar ul {
    list-style: none;
    margin-bottom: 24px;
    padding: 10px 10px 5px 1px;
    background: url(images/blue1.gif) repeat-y left;
    border-bottom: 1px solid #EDE0D0;
}

#sidebar ul li {
    margin: 0;
    padding: 0 5px 10px 15px;
    line-height: 17px;
    background: url(images/arrow.gif) no-repeat;
}

#sidebar ul li a {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-decoration: none;
    color: #147E9D;
}

#sidebar ul li a:hover {
    color: #DCC559;
}

#right {
    float: right;
    width: 730px;
}

.subject {
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #444;
    background: #57BED0 url(images/blue2.gif) repeat-x top;
    border-top: 4px solid #C6E7EE;
    border-right: 1px solid #7FC8D7;
    border-bottom: 2px solid #4BB4C6;
    border-left: 1px solid #7FC8D7;
}

.intro {
    margin-bottom: 24px;
    padding: 10px 0px 15px 15px;
    background: url(images/introbg.gif) repeat-y left;
    border-bottom: 1px solid #EDE0D0;
}

.box {
    margin: 0 0 24px 0;
    background: url(images/blue1.gif) repeat-y left;
}

.box2 {
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #EDE0D0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    margin-left: 20px;
    width: 900px;
    height: 1%;
    background: #57BED0 url(images/blue2.gif) repeat-x top;
    border-top: 4px solid #C6E7EE;
    border-right: 1px solid #7FC8D7;
    border-bottom: 2px solid #4BB4C6;
    border-left: 1px solid #7FC8D7;
}

#footer p {
    padding: 0 30px;
    font-size: 12px;
    line-height: 50px;
    color: White;
}

#footer a {
    color: #444;
}
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote{font-size:x-small;color:#000;line-height:1.4em;background:url(../images/theme/quote.png) 0.1em 0.1em no-repeat;border-top:2px solid #99A;border-bottom:2px solid #99A;padding:1.1em 1.4em;margin:0.1em 0 0.3em 0;overflow:auto;}
blockquote.bbc_standard_quote{background-color:#d7daec;}
blockquote.bbc_alternate_quote{background-color:#e7eafc;}
code.bbc_code{display:block;font-family:"dejavu sans mono","monaco","lucida console","courier new", monospace;font-size:x-small;background:#eef;border-top:2px solid #999;border-bottom:2px solid #999;line-height:1.5em;padding:3px 1em;overflow:auto;white-space:pre;max-height:24em;}
.codeheader, .quoteheader{color:#666;font-size:x-small;font-weight:bold;padding:0 0.3em;}
.codeoperation{font-weight:normal;}