/*

*/

* {padding:0; margin:0;}

.clear {clear:both;}

body {
  font: 1em "Trebuchet MS", Verdana, sans-serif;
  color: #000;
/*  color: #666666;*/
  background:url("theme/bg.gif") 0 0 repeat-x;
  margin: 1em;
}

#wrap {
  width:960px;
  margin:0 auto;
  overflow:hidden;
}

#site_name {
  
}

#site_name a {
  color: #006600;
  text-decoration: none;
}
#site_name .desc {
  display: block;
  margin: 0px 0px 0px 4px;
  color: #884;
  font: bolder small-caps 0.5em "Trebuchet MS", Verdana, sans-serif;
}

#header {
/*
*/
}

#topmenu {
}

#topmenu ul {
  text-align: center;
  display: block;
  float:left;
  background: url(theme/topmenu_bg.png) repeat-x bottom;
  border-top: 1px solid gray;
/*
  border-left: 1px solid black;
  border-right: 1px solid black;
*/
}

#topmenu li {
  display: inline;
}

#topmenu li.mi_currentpage {
}

#topmenu .last {
  border-bottom: 1px solid gray;
  height: 22px;
  padding: 2px 15px 2px 15px;
}

#topmenu a, #topmenu a:visited, #topmenu a:active {
  display: block;
  float:left;
  height:21px;
  padding: 2px 15px 2px 15px;
  text-decoration:none;
  color:#000000;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

#topmenu a:hover {
/*  border-bottom: 1px solid white;*/
  background: #fff;
}

#topmenu .mi_currentpage a,
#topmenu .mi_currentpage a:visited,
#topmenu .mi_currentpage a:active {
  border-bottom: 1px solid white;
  background: #fff;
  color:#000;
}

#middle {
/*  border-top: 1px solid black;*/
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
  padding: 10px;
  padding-left: 30px;
}

#middle img {
  padding: 30px 30px 0px 30px;

}

.section {
}

.section .title {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
/*  text-align: center; */
}

.section ul {
  margin-left: 1em;
}

.section .content {
  padding-top: 8px;
  padding-bottom: 8px;
}

.section .content p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: justify;
}


#footer {
/*  background:url(theme/footerbg.jpg) bottom no-repeat;*/
  padding-bottom:25px;
  text-align: center;
  font-size: 0.8em;
}

