/*** Body & World, Global Definitions***/

body {
    margin: 0px;
    background-color: #e2f9ff;
    text-align: center;
}

div.world {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h1 {
    color: #181a5e;
    font-weight: bold;
    font-size: 2em;
    margin: 5px 0px 8px 0px;
}

h1 a {
    color: #181a5e;
}



/*** Top ***/

div.top {
    background: url("images/bg-top.gif") no-repeat top center;
    height: 220px;
}

div.top div.world {
}

div.top div.world div.flash {
    height: 111px;
}

div.top div.menu {
    width: 920px;
    height: 99px; 
    margin-left: 2px;
}

div.top div.menu a {
    display: block;
    padding: 10px 0px 10px 0px;
    margin: 49px 0px 0px 0px;
    width: 97px;
    float: left;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

div.top div.menu a:hover {
    text-decoration: underline;
}


/*** Main ***/

div.main {
}



/*** Bottom ***/

div.bottom {
    background: url("images/bg-bottom.gif") no-repeat top center;
    height: 117px;   
    margin-top: 20px;
    font-weight: bold;
    color: #000000;
}

div.bottom div.world {
    padding-top: 60px;
}

div.bottom a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

div.bottom a:hover {
    color: white;
    background-color: #d0129f;
}



/*** Left Column & (Right) Content ***/

div.left-column {
    float: left;
    width: 200px;
}

div.content {
}

div.content div.breadcrumbs {
    font-size: 0.9em;
    margin: 0px 0px 10px 0px;
}



/*** Blocks ***/

div.blocks {
    width: 200px;
}

div.blocks div.box {
    font-size: 0.9em;
    padding: 10px 12px 12px 12px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #d3d3d3;
    background-color: #fcfcfb;
    background-image: url("images/box-bg.gif");
    background-repeat: repeat-x;
}

div.blocks div.box-grey {
}

div.blocks div.box-green {
    border-color: #7ec916;
}

div.blocks div.box-red {
    border-color: #ba1f25;
}

div.blocks div.box div.box-title {
    color: #7ec916;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 1.3em;
}

div.blocks div.box p {
    margin: 0px 0px 5px 8px;
    padding: 0px;
}

div.blocks div.box ul, div.blocks div.box ol {
    padding-left: 23px;
    margin: 0px 0px 5px 0px;
}

div.blocks div.box ul {
    list-style-type: circle;
}

div.blocks div.box ul ul, div.blocks div.box ul ol, div.blocks div.box ol ol, div.blocks div.box ol ul {
    padding-left: 12px;
    margin-bottom: 0px;
}

div.blocks div.box li {
}

div.blocks div.box ul li a {
    color: #606060;
    text-decoration: none;
}

div.blocks div.box ul li.in-breadcrumbs a, div.blocks div.box ul li.selected a {
    color: #7ec916;
}

div.blocks div.box ul li.selected a {
    font-weight: bold;
}

div.blocks div.box ul li.not-selected a {
    font-weight: normal;
    color: #606060;
}

div.blocks div.box ul li a:hover {
    color: #7ec916;
}



/*** SiteMap ***/

ul.sitemap {
    margin: 0px 0px 20px 25px;
    padding-left: 20px;
    list-style-type: circle;
}

ul.sitemap ul {
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 15px;
    list-style-type: circle;
}

ul.sitemap ul li {
}

ul.sitemap li a {
    text-decoration: none;
}

ul.sitemap li a:hover {
    text-decoration: underline;
}

