#topMenu {
 margin-bottom: 10px;
 margin-left: 10px;
 margin-right: 0;
 margin-top: 0;
 padding: 0;
 list-style-type: none;
 clear: both;
 float: left;
}

#topMenu li {
 margin: 0;
 padding: 0;
 display: inline;
}

div.articleBody {
 margin-top: 24px;
 margin-bottom : 24px;
}

#mainBlock {
 margin-left : 175px;
}

div.mainBlock h2 {
 margin-top : 5px;
}

div.navbar {
 text-align : center;
}

div.top {
 height : 90px;
 margin-top : -5px;
}

div.top h1 {
 margin-top : 0;
}

h1, h2, h3 {
 margin-bottom : 0;
 margin-top : 0;
 text-align : center;
}

a {
 color : green;
 cursor: pointer;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

img {
 border:0
}

table {
 border-collapse : collapse;
}

.clearBoth {
 clear : both;
}

.counter {
 text-align : center;
 margin-bottom : 0;
 margin-top : 0;
}

.counter span {
 font-size : 1.5em;
 font-weight : bold;
}

.firstPage {
 display : inline;
 float : left;
 margin-right : 10px;
}

.floatleft {
 float : left;
}

.floatright {
 float : right;
}

.lastPage {
 display : inline;
 float : right;
 margin-left : 10px;
}

.nextPage {
 text-align : right;
 display : inline;
 float : right;
}

.prevPage {
 text-align : left;
 display : inline;
 float : left;
}

.reflist {
 list-style-type : none
}

.relatedArticles {
}

.sectionList {
 margin-left : 24px;
 margin-top : 24px;
 margin-bottom : 24px;
}

.u {
 text-decoration:underline;
}

#containerul {
 clear : both;
 float : left;
 width : 175px;
}

#containerul, #containerul ul {
    display:inline;
    margin:0;
    padding:0;
    text-align:left;
  }


/* change list item style */


#containerul li {
    padding : 0;
    list-style-type : none;
    margin-bottom : 0;
    margin-left : 15px;
    margin-right : 0;
    margin-top : 0;
  }


/* position symbols next to list items. */


#containerul .symbols {
    background-position : 0 50%;
    background-repeat : no-repeat;
    float : left;
    height : 1em;
    width : 12px;
  }

ul.droplist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.droplist li {
  display: inline;
  position: relative;
}

.linklist li ul {
  display: none;
  position: absolute;
}

#relatedArticles {
  margin-left: 175px;
}
