body {
	background-color: #FFF;
	color: #666;
	font-size: 0.75em; 
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*
HTML > BODY {
	font-size: 0.75em;
}*/


*{
	margin: 0;
	padding: 0;
}

IMG {
	border: none;
}

UL {
	list-style: none;
}


DIV#page{
	/* font-size: 80%; */
	background-color: #FFF;
}

FONT { font-size: 100%; }


A { color: #0099CC; }

#header {
    _display:inline-block;
    height:5.8em;
    border-bottom:.875em solid #0099CB;
    margin:0 0 .875em 0;
    min-width:50em;
}

#printHeader {
    border-bottom:1px solid #7FCCE5;
    padding:0.8em 0 1em;
    margin-bottom:0.2em;
    height:4em;
    width: 51.4em;
}


#header .headline img {
    float:left;
    margin: 2.1em 0 0 2em;
}

#header img {
    margin: 1.2em 0.3em 1.1em 0;
    float:right;
}

#navigation {
    margin:0 3.125em 2.25em 3.125em;
}

#navigation li {
    display:inline;
    padding-right:1.25em;
}

#navigation a {
    color:#0297CF;
    background: transparent url(../images/main/nups_content_body_paragraph_list_link.gif) 0 center no-repeat;
    padding:0 0 0 .6em;
    border-bottom:.0625em solid #0297CF;
    text-decoration:none;
}

#navigation strong a, #navigation a.active {
    color:#0297CF;
    background: transparent url(../images/main/nups_content_list_link_active.gif) 0 center no-repeat;
    padding:0 0 0 .6em;
    border-bottom:.0625em solid #0297CF;
    text-decoration:none;
}

#contents {
    margin:0 3.125em;
    width: 42.7em;
    overflow:visible;
}

#contents h1 {
     color:#FF5500;
     margin:0 0 1.125em 0;
     font-size:1.5em;
     font-weight: bold;
}

#contents .picture-list dt {
    margin:2em 0 0 0;
}

#contents .picture-list dd {
    color:#0197D6;
    padding:.9375em 0 0 0;
}

#contents p {
    line-height:130%;
    margin: 0 0 1.25em 0;
}

#footer {
    border-top:.0625em solid #A8DCEA;
    padding:.5625em 1.865em;
    margin:3.125em 1.25em 1em 1.25em;
}


#footer p {
    float:left;
}

#footer ul {
    float:right;
    list-style-type:none;
}

#footer li {
    display:inline;
    margin-left:1em;
}

#footer ul a {
   padding:0 0 0 1.1em;
   color:#666;
   display:inline-block;
   text-decoration:none !important;
   background-repeat:no-repeat;
   background-position:0 center;
}

#footer ul a:hover {
    /*border-bottom:.0625em solid #0694D2;*/
    color:#0694D2;
}

#footer ul a.print {
    background-image: url(/html/images/main/nups_tools_link_print.gif);
 }

#footer ul a.close {
    background-image: url(/html/images/main/close.gif);
}

#printHeader,#printFooter {
    display:none;
}