* {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  margin: 0;
  text-align: left;
}

body {
  text-align: left;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  border: none;
  color: #000;
  width: 940px;
}

#all {
  width: 940px;
  text-align: left;
}

a {
  color: #000000; /*#157ABC;*/
  text-decoration: underline;
}

a img {
  border-width:0px;
}

/* header */
#header {
  padding-left: 20px;
  border: 0px solid #fff;
  height: 76px;
}

.headerLogo, .headerTitle {
  float: left;
  margin-top: 10px;
}

.headerTitle {
  margin-left: 20px;
  line-height: 56px;
  font-weight: bold;
  font-size: 20px;
}

.clear {
  clear: both;
}

span.contentSubtitle {
  font-size: 14px;
  font-weight: normal;
}

/* hbar */
#hbar {
  clear: both;
  height: 0px;
  background-color: #FFFFFF; /*#157ABC;*/
  vertical-align: middle;
  display: none;
}

/* content */
h1 {
  font-size: 18px;
  font-family: arial, sans serif;
  text-align: right;
  font-weight: bold;
}

hr {
  height: 1px;
  border-bottom: 1px solid #000000;/*#1079BD;*/
}

#left {
  float: left;
  width: 0px;/*225px;*/
  display: none;
}

#content {
  background-color: #FFFFFF;/*#8CC3FF;*/
  padding-left: 0px;
}

#mainContent {
  padding: 10px;
  background-color: #FFFFFF;
}

#mainContent ul, #mainContent ol {
  margin-left: 50px;
}

/* footer */
#footer {
  clear: both;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  border-top: 1px solid #000000;/*#157ABC;*/
}

/* Category */

div.categView {
  text-align: center;
  padding: auto;
}

div.subTopic {
  width: 650px;
  margin: 0 auto 20px auto;
  padding: 2px;
  padding-left: 5px;
  border-left: 2px solid #000000;
  border-bottom: 0px none #FFFFFF;
}

div.subTopic h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  /*background-color: #8CC3FF;*/
  border-bottom: 1px solid #000000; /*#8CC3FF;*/
  text-align: left;
}

div.subTopic h2 a {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  color: #000000;
  text-decoration: none;
}

div.subTopic div.contentTeaser {
  /*margin: 2px;*/
  width: 645px;
  text-align: left;
}

div.subTopic a.more {
  display: block;
  width: 645px;
  text-decoration: underline;
  /*border-bottom: 1px #4279BD solid;*/
  text-align: left;
}