/*{padding: 0; margin: 0;}*/
body {
    margin: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #494949;
    text-align: center;
}
h2 {
    font-size: 16px;
    margin-top: 0;
    color: #2a6d97;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
hr {
    margin: 5px 0;
}
#root {
    margin: 0 auto;
    text-align: left;
    width: 1125px;
    background-color: #fff;
    padding-bottom: 12px;
}
#topBanner {
    /*height: 120px;*/
}
#content {
    border-bottom: 10px solid #fff;
    background: #fff url('/images/layout/bg.gif') repeat-y top left;
}
#contentTwoCol {
    border-bottom: 10px solid #fff;
    background: #fff url('/images/layout/bg-2col.gif') repeat-y top left;
}
#leftCol {
    float: left;
    width: 120px;
}
#centerCol {
    /*background-color: #eee;*/
    float: left;
    width: 500px;
    margin: 0px 18px 0px 18px;
}
#contentTwoCol #centerCol {
    /*background-color: #eee;*/
    float: left;
    width: 987px;
    margin: 0px 0px 0px 18px;
}
#centerCol p, #rightCol p {
    padding:0;
    margin:0em 0em 0.5em 0em;
}
#centerCol h1, #rightCol h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #00689f;
}
#centerCol h2, #rightCol h2 {
    font-size: 14px;
    font-weight: bold;
    color: #00689f;
    margin: 0.2em 0 0 0;
    padding: 0;
}
#centerCol h3, #rightCol h3 {
    font-size: 12px;
    font-weight: bold;
    color: #de761c;
    margin: 0.2em 0 0 0;
    padding: 0;
}
#rightCol {
    float: left;
    width: 468px;
    margin: 0;
    padding: 0;
}
#footer {
    text-align: right;
    color: #00689f;
    height: 15px;
    border: 3px solid #b8d5e7;
    background: #b8d5e7 url('/images/layout/footer.gif') repeat-x top left;
}
#footer div {
    padding: 0 16px;
    height: 15px;
    background-color: #b8d5e7;
}

a {
    color: #00689f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;  
}

/* Navigation */
#navigation {
    background-color: #de761c;
    padding-left: 20px;
    height: 22px;
    font-size: 12px;
    font-weight: normal;
    margin: 3px auto 3px auto;
    /*margin: 3px 0px 0px 0px;*/
    border-bottom: 10px solid #fff;
    overflow: hidden;
    text-align: left;
}
#navigation ul {
    margin:0;
    padding:0;
    list-style:none;
}
#navigation li {
    float:left;
    /*background:#de761c url("/navbgright.gif") no-repeat right top;*/
    background-color: #de761c;
    border-left: 3px solid #fff;
    /*margin: 0px 3px 0px 0px;*/
    padding: 0;
}
#navigation li:hover {
    /*background:#f3c297 url("/navbgright.gif") no-repeat right bottom;*/
    background-color: #f3c297;
}
#navigation a {
    display:block;
    float: left;
    /*background:url("/navbgleft.gif") no-repeat left top;*/
    padding: 3px 15px;
    height: 16px; /* 22 - (3 * 2) */
    text-decoration:none;
    color:white;
}
#navigation a:hover {
    /*background: url("/navbgleft.gif") no-repeat left bottom;*/
    color: #de761c;
    background-color: #f3c297;
}
li#selectednav {
    /*background:#f3c297 url("/navbgright.gif") no-repeat right bottom;*/
    background-color: #f3c297;
}
#selectednav a {
    /*background:url("/navbgleft.gif") no-repeat left bottom;*/
    color: #de761c;
}
img#latest {
    padding-bottom: 13px;
    background: url("/images/latest(120x13).gif") no-repeat center bottom;
}
/* Twitter box */
#twitter_div {
    padding: 2px;
}
#twitter_div ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}


