/* CSS Document */

body {margin:10px auto 10px auto;
padding:0px 10px 0px 10px

}

.wrapper {
  width: 96%;
  margin: auto;

}


.header {
background-color: #FFFFFF;
text-align:left;
border-bottom: 1px solid #A9A9A9;
padding:1px 10px 1px 10px;

}



.footer {
width:100%;
background-color: #F5F5F5;
text-align:center;
border-top: 1px solid #A9A9A9;
border-bottom: 1px solid #A9A9A9;
font:Georgia, "Times New Roman", Times, serif;
font-size:90%;
padding-top:4px;
padding-bottom:4px;

}




.navpanel {
text-align:center;
font:Georgia, "Times New Roman", Times, serif;
font-size:1.0em;
padding:5px 2px 5px 2px;
color:#000000;
background-color: #F5F5F5;
border-bottom: 1px solid #A9A9A9;
}

.navpanel01 {
text-align:center;
font:Georgia, "Times New Roman", Times, serif;
font-size:16px;
padding:2px 0px 2px 0px;
margin: 1px 0px 0px 0px;
line-height:115%;
color:#FF0033;

}




h1 { font-size:1.9em;
text-align:center;
font:Georgia, "Times New Roman", Times, serif;
margin-bottom: 10px;
color:#333333;
text-transform: normal;
}

h2 { font-size:1.2em;
color: #2e6ab1;
text-align:center;
font:Georgia, "Times New Roman", Times, serif;
font-style: normal;

}

h3 {
font-size:1.4em;
color: #000000;
text-align:left;
font:Georgia, "Times New Roman", Times, serif;
font-style: bold;

}

h4 {
color: #DC143C;
font:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-decoration: underline;
}

h5 { font-size:1.8em;
text-align:center;
font:Georgia, "Times New Roman", Times, serif;
margin-bottom: 18px;
color:#003300;
}

div.toolbar {
  background: #7777FF;
  padding: 0px 4px 0px 0px;
  color: #FFFFFF;
}

div.toolbar a {
  color: #FFFFFF;
}

#language_selector {
  font-size: 11px;
}


div.content {
  padding: 5px;
  color: #333333;
}
div.content a {
  color: #333333;
}

div.content a:hover {
  color: red;
}


p {font-size: 110%}

p,h1,h2,h3,h4 { margin: 10px 10px 10px 10px}

li {font-size: 130%}


#cloud
{
width: auto;
margin:10px 15px 10px 15px;
padding:10px 10px 10px 10px;
text-align: center;
line-height:175%;
background-color: #F8F8FF;

}



#suggest
{
padding: 2px;
text-align: center;


}

#suggest form
{
    padding: 10px;
    margin: 0;
}

fieldset
{
    border: 1px #B0C4DE solid;
    padding: 6px;
}

legend
{
    font-weight: bold;
    color: #000000;
}



label
{
    font-weight: bold;
    color: #000000;
}

a {
color:#333333;
text-decoration:none;
font-weight:normal;


}
a:visited {
color:#2e6ab1;
text-decoration: none;
font-weight:normal;
}

a:hover {
color: #FF3300;
text-decoration: underline;


}



