@charset "UTF-8";
/* CSS Document */

body {
    color: rgb(25,65,100);
	background: #fff url(../_images/bg-body.gif) repeat-x top right;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
    margin: 8px 0 0 0;
}

img {
    border: 0;
}

.hidescreen {
    display: none;
}


#pagetitle {
    position: absolute;
    left: 128px;
    bottom: 0;
    width: 644px;
    height: 50px;
}
#pagetitle img {
    position: absolute;
    bottom: 0;
    right: 0;
}
#pagetitle h1 {
    display: none;
}

#pagecontainer {
    position: relative;
    top: 8px;
    background: rgb(225,235,241) url(../_images/bg-pagecontainer.gif) no-repeat top left;
    width: 100%;
}

#page {
    position: relative;
    left: 120px;
    width: 831px;
    background: #fff url(../_images/bg-page.gif) repeat-y top left;
    border-left: 8px solid #fff;
    border-right: 1px solid #fff;
}


#content {
    position: relative;
    padding: 8px 187px 20px 188px;
    background: transparent url(../_images/bg-content.gif) repeat-y top right;
    min-height: 28em;
}
#teaser {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 0 8px 0;
    width: 178px;
}
#footer {
    position: relative;
    background-color: #fff;
    border-top: 1px solid rgb(197,207,216);
    font-size: 90%;
    margin-top: 2em;
    padding: 0;
}

#menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 164px;
    padding: 8px;
}
#topMenu {
    position: absolute;
    top: 8px;
    left: 128px;
    width: 644px;
    color: rgb(173,10,4);
}


#content h2 {
    font-size: 130%;
    line-height: 150%;
    margin: 1.5em 0 0 0;
}
#content h3 {
    font-size: 110%;
    color: rgb(0,122,137);
    margin: 1.5em 0 0 0;
}
#content img.banner {
    margin: 16px 0 16px 0;
}
#content img.citation {
    margin: 16px 0 16px 0;
}
#content a {
}
#content a:link {
    color: rgb(173,10,4);
    text-decoration: none;
}
#content a:visited {
    color: rgb(145,34,25);
    text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus {
    color: rgb(0,122,137);
    text-decoration: none;
}
#content p {
    margin: 1.0em 0 0 0;
    padding: 0;
}
#content p.intro {
    font-weight: bold;
}
#content p.subnav {
    text-align: right;
    margin: 0;
}
#content .caps {
    font-size: 96%;
}


#menu ul {
    list-style: none;
    padding: 0;
}
#menu ul.subMenu {
    padding-left: 1.0em;
}
#menu li {
    padding-bottom: 4px;
    padding-top: 4px;
}
#menu a {
    text-decoration: none;
}
#menu a:link, #menu a:visited {
    color: rgb(25,65,100);
}
#menu a:hover, #menu a:active, #menu a:focus {
    color: rgb(173,10,4);
}
#menu a.current {
    font-weight: bold;
}


#teaser h2 {
    font-size: 100%;
    margin: 0;
}
#teaser p {
    margin: 0;
}
#teaser ul {
    list-style-image: url(../_images/list-teaser.gif);
    padding-left: 1em;
}
#teaser li {
}

#teaser img {
    margin: 8px 8px 0 8px;
}
#teaser a:link, #teaser a:visited {
    color: rgb(25,65,100);
}
#teaser a:hover, #teaser a:active, #teaser a:focus {
    color: rgb(173,10,4);
}


#footer ul {
    margin: 0;
    padding: 0;
}
#footer li {
    display: inline;
    padding: 0 10px 0 0;
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer a {
    text-decoration: none;
}
#footer a:link, #footer a:visited {
    color: #99a6b0;
}
#footer a:hover, #footer a:active, #footer a:focus {
    color: #51626f;
}
#footer a.current {
    font-weight: bold;
}


#service {
    color: rgb(197,207,216);
}
#service ul {
    margin: 0;
    padding: 0;
}
#service li {
    display: inline;
    padding: 0 0 0 0;
}
#service p {
    margin: 0;
    padding: 0;
}
#service a {
    text-decoration: none;
}
#service a:link, #service a:visited {
    color: rgb(197,207,216);
}
#service a:hover, #service a:active, #service a:focus {
    color: #51626f;
}
#service a.current {
    color: #51626f;
}


#topMenu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
#topMenu li {
    display: inline;
    padding: 0 0 0 0;
}
#topMenu a {
    text-decoration: none;
}
#topMenu a:link, #topMenu a:visited {
    color: rgb(173,10,4);
}
#topMenu a:hover, #topMenu a:active, #topMenu a:focus {
    color: rgb(0,122,137);
}
#topMenu a.current {
    color: #13171a;
}

.todo {
    color: #f0f;
}


