
/* default styles */
body {
    padding: 0px 0 0 0;
    margin: 0;
    font: 12pt Trebuchet, Tahoma, Arial, sans-serif;
    background: #ffffff;
    color: #304274;
}

a, a:link, a:visited {
    color: #304274;
    text-decoration: none
}

a:hover {
    color: red;
    text-decoration: none
}
p {
    margin: 0 0 5px 0;
}

h1 {
    font: bold 2.2em Arial, Sans-Serif;
    padding: 8px 0 0 0;
    margin: 0;
    letter-spacing: -1px;
}

h2 {
    margin: 0;
    padding: 0;
    font: bold 1.8em Arial, Sans-Serif;
    letter-spacing: -1px;
}

h1 a, h2 a {
    color: #000;
    background: inherit;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

/* layout */ #content {
    margin: 0px auto;
    width: 1000px;
} #logo {
    margin: 0 0 0px 0;
}

/* left side */ #left {
    float: left;
    width: 1000px;
    margin: 0 0 10px 0;
} .left_articles {
    margin: 0px 0 0px 0;
    background: #ffffff;
    color: #2139a3;
    padding: 15px 15px 5px 10px;
}

/* footer */ #footer {
    clear: both;
    color: #304274;
    background: #ffffff;
    padding: 10px 15px;
    border-top: 1px solid #ccc;
} #footer .right {
    float: right;
}

/* slimbox */
/* SLIMBOX */ #lbOverlay {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    background-color: #FFF;
    cursor: pointer;
} #lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
} .lbLoading {
    background: #fff url(images/loading.gif) no-repeat center;
} #lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
} #lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
} #lbPrevLink {
    left: 0;
} #lbPrevLink:hover {
    background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
} #lbNextLink {
    right: 0;
} #lbNextLink:hover {
    background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
} #lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
} #lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
} #lbCaption, #lbNumber {
    margin-right: 71px;
} #lbCaption {
    font-weight: bold;
}

