@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
}
/*
#header, #rightcolumn-inner, #rightcolumn-footer {
    behavior: url(iepngfix.htc);
} 
*/

a, a:visited {
    color: #35b;
}
a:hover {
    color: red;
}

body {
    background: transparent url(./bg-ball.png) no-repeat fixed;
}

#container {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

#container-inner {
}

#header {
    width: 938px;
    height: 70px;
    margin: 10px auto 0;
    background: transparent url(./cc-header-bg.png) top left no-repeat;
    z-index: 99;
    position: absolute;
    border-bottom: 1px solid gray;
}
head+body #header {
    position: absolute;
}
#header-inner {
    width: 900px;
    margin: 0 auto;
    padding: 1em 0 0 0;
}

#logo {
    text-indent: -9999px;
    background: transparent url(./cc-logo.png) top left no-repeat;
    height: 55px;
    width: 330px;
    float: left;
}
#navigater {
    float: right;
    height: 33px;
}
#navigater li {
    padding: 0;
    line-height: 33px;
    font-size: 18pt;
    float: left;
    list-style: none;
    width: 4em;
    text-align: center;
    border-right: 1px solid gray;
    font-family: "Times New Roman";
}
#navigater a {
    color: black;
    font-size: 18pt;
    text-decoration: none;
}
#navigater a:hover {
    font-size: 18pt;
    text-decoration: underline;
    background: transparent url(./anchor.gif) bottom center no-repeat;
    text-decoration: none;
    padding-bottom: 3px;
}


#main {
    width: 950px;
    margin: 0 auto;
    position: absolute;
}
#main-inner {
}
#rightcolumn {
    position: relative;
    width: 250px;
    float: right;
    z-index: 80;
    top: 80px;
}
#rightcolumn-inner {
    background: transparent url(./cc-leftside.gif) top right repeat-y;
}
#leftcolumn {
    top: 80px;
    position: relative;
    width: 700px;
    float: left;
    z-index: 80;
}
#leftcolumn-inner {
    border-bottom: 3px solid #f0f0f0;
}

#rightcolumn h1 {
    font-size: 24pt;
    width: 235px;
    text-align: center;
    border-bottom: 3px dashed #d5e5f5;
    font-family: "Times New Roman";
}
#rightcolumn li {
    padding: 5px 15px 5px 15px;
    list-style: none;
    width: 200px;
    border-bottom: 1px dashed #cccccc;
    text-align: left;
}
#topics ul {
}
#toggletopics {
    text-align: center;
    margin: 1em auto 0;
    padding: 0 1em 0;
    display: block;
    text-decoration: none;
    border: 1px solid #cccccc;
    background-color: white;
}
#rightcolumn-footer {
    height: 50px;
    width: 250px;
    background: transparent url(./cc-leftside-bottom.gif) no-repeat;
}

#bread {
    width: 700px;
    background-color: white;
    float: left;
    background: transparent url(./bread-background.png);
}
#bread ul {
    float: left;
}
#bread li {
    float: left;
    list-style: none;
    line-height: 38px;
    margin-left: 20px;
}
.entry {
    background-color: #ffffff;
    clear: left;
    margin: 0 auto;
    border-top: 4px solid #def;
    padding-bottom: 1em;
}
.entry h1 {
    border-top: 1px solid #d9e9f9;
    border-bottom: 1px dashed #afbfcf;
    padding-left: 1em;
    padding-top: 5px;
    line-height: 2em;
    font-weight: bold;
    color: #0a405b;
    font-size: 12pt;
}
.entry h2 {
    border-bottom: 1px dashed #aaaacc;
    padding-left: 1em;
    line-height: 2em;
    font-weight: bold;
    color: #0a405b;
    font-size: 12pt;
}
.entry p {
    line-height: 1.5em;
    padding: 0.5em 1em;
    text-indent: 1em;
}
.entry ul {
}
.entry li {
    margin-left: 3em;
    list-style: disc;
    line-height: 1.5em;
}
.entry div.img {
    text-align: center;
    margin: 5px;
}
.entry img {
    border: 1px solid #aabbcc;
}
#pagetop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-align: right;
    padding: 5px;
    border: 1px solid #aaaacc;
    display: block;
    z-index: 100;
}

#footer {
    width: 988px;
    margin: 0 auto;
    position: relative;
    clear: both;
    top: 100px;
}

#footer-inner {
    margin: 0 auto;
}

#footnote {
    width: 100%;
    color: black;
    padding-top: 3em;
    z-index: -1;
}
#footnote h1 {
    padding: 1em;
}
#footnote ul {
    padding: 1em;
}
#footnote li {
    list-style: none;
}

#copyright {
    width: 100%;
    padding: 1em 0;
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
}

.clear {  
    clear: both;  
    line-height: 0;  
    height: 0;
}

#feedicon {
    border: none;
}

