/* =General rules 
---------------------------------------------------------------------------- */
* {
 font-family: tahoma, arial, helvetica, sans-serif;
 color: #000000;
 line-height: 1.3em;
}
body {
 font-size: 70%;
}
a:link, a:visited, a:active {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
ul {
 list-style: none;
}
li {
 display: inline;
}
abbr, acronym {
 border-bottom: 0.1em dotted #dbd5c5;
}

/* =Header
---------------------------------------------------------------------------- */
#ulitopnavigation {
 display: none;
}
#ulilanguage {
 border-bottom: 0.1em dotted #d9d9d7;
}
#ulinavigation a, #uliaccessibility a {
 color: #3b5998;
 text-transform: lowercase;
}
#divindeximg {
 background: url(../images/s3.png) repeat-y;
 background-position: 16em;
 /*background-color: #3b5998;*/
}
#divindeximg  h1 span {
 background: url(../images/imglogo.gif) no-repeat;
}

/* =Navigation
---------------------------------------------------------------------------- */
#uliaccessibility {
 border-top: 0.1em dotted #d9d9d7;
 border-bottom: 0.1em dotted #d9d9d7;
 /*background-color: #89a1c7;*/
}
#ulinavigation {
 border-top: 0.1em dotted #d9d9d7 ;
}
#ulinavigation li a {
 display: block;
 background-color: #f7f7f7;
 color: #3b5998;
 border-bottom: 0.1em dotted #d9d9d7;
 text-decoration: none;
}
#ulinavigation li a:hover {
 background-color: #3b5998;
 color: #ffffff;
}
#ulinavigation .aselected {
 background-color: #6d84b4;
 color: #ffffff;
}
#ulinavigation .level2 {
 color: #ffffff;
 text-decoration: none;
 background: #89a1c7;
 line-height: 1.5em;
}

/* =Main Content
---------------------------------------------------------------------------- */
h1, h2, h3, h3 a, h4 {
 font-weight: 100;
 color: #88c315;
}
h1 {
 font-size: 130%;
}
h2 {
 font-size: 130%;
}
h3 {
 font-size: 120%;
}
h4 {
 font-size: 110%;
}
#divprimarycontent li, #divsecondarycontent li {
 display: block;
}
#divprimarycontent li {
 background: url(../images/imgarrowrightblack.gif) no-repeat 0em 0.4em;
}
#divsecondarycontent li a {
 background: url(../images/imgarrowrightmediumblue.gif) no-repeat 0em 0.4em;
}
#divsecondarycontent a {
 color: #3b5998;
}
#divbanner1, #divbanner2, #divbanner3 {
 background-color: #f0f0f0;
 border-top: 0.1em #d9d9d7 dotted;
 border-bottom: 0.1em #d9d9d7 dotted;
 background-color: #f7f7f7;
}
#divbanner1 h2, #divbanner1 p, #divbanner1 li a, #divbanner2 h2, #divbanner2 p, #divbanner3 h2, #divbanner3 p {
 text-transform: lowercase;
 color: #3b5998;
}
#divsecondarycontent h2 {
 font-size: 120%;
}
.backtotop {
 background: url(../images/imgarrowupblack.gif) no-repeat 0em 0.4em;
}
#adobe {
 background: url(../images/pdf.gif) no-repeat 0 5%;
}

/* =Footer
---------------------------------------------------------------------------- */
#divfooter, #divfooter a {
 text-transform: lowercase;
 color: #3b5998;
}

/* =Form
---------------------------------------------------------------------------- */
input, textarea {
 border: 0.1em dotted #d0d0d0;
 font-size: 100%;
}
label {
 font-size: 100%;
}
#btnsubmit, #btnreset {
 background-color: #f7f7f7;
 border: 0.1em solid #b9b9b9;
}
fieldset#service input {
 border: none;
}