html,body,th,td,div,p,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html, body {
  margin: 0;
  margin-bottom:20px;
  padding:0;
  background: #1E3C5A;
  background-image: url(images/text.jpg);
  background-repeat: no-repeat;
  background-position: 5px 10px;
} 
a {
  color: #1E3C5A;
  text-decoration: underline;
}
a:hover{
  color: #000;
  text-decoration: none;
}

li {
  padding: 1px 0;
}

#content, #menu9 {
  position: relative;
  width: 640px;
  left: 50%;
  margin-left: -320px; 
}

#content {
  background: #fff;
  padding: 10px 15px;
}
#content p {text-align: justify;}
#menu1{
  background: #fff;
  height: 70px;
}
#menu1 a{
  font-size: 12px;
}
#logo {
  position: absolute;
  top: 5px;
  left: 15px;
}
#menu1 img {
  border: 0;
}

#menu9 {
  text-align: center;
  color: #fff;
  margin-top:5px;
}
#menu9 a{ color: #fff;}
#slogan{position: absolute; top: 10px; left: 5px;}

.title {
  font-size: 15px;
  font-weight: bold;
}
.header {
  font-size: 12px;
  font-weight: bold;
}

