body {
  margin: 0px;
  padding: 0px;
  background-color: #F8F8F8;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  border: none;
  color: #344B6B;
  /*
  background-image: url(pics/back.gif);
  background-position: left top;
  background-repeat: repeat-y;
  */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
td, th {
  font-size: 12px;
}

a {
  color: #344B6B;
  text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #000F2E;
  margin: 0px;
  margin-bottom: 10px;
}
h2 {
	font-size: 13px;
	color: #000F2E;
  margin: 0px;
  margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #000F2E;
  margin: 0px;
  margin-bottom: 10px;
}
h4 {
	font-size: 11px;
	color: #000F2E;
  margin: 0px;
  margin-bottom: 10px;
}

hr {
  height: 1px;
  border: none;
  border-bottom: 2px solid #FF9933;
}

div.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
}
br.clear {
  clear: both;
  background-color: transparent;
  display: block;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
br[clear=all] {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  display: block;
}

#content {
  margin: 95px 295px 250px 50px;
}
#content.largeContent {
  margin-right: 20px;
}

#left {
  position: absolute;
  width: 180px;
  top: 90px;
  left: 30px;
}

#right {
  position: absolute;
  width: 250px;
  /*height: 90%;*/
  top: 90px;
  right: 20px;  
}

#header {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0px;
  left: 0px;
  background-color: #F8F8F8;
  background-image: url(pics/liner.gif);
  background-position: left middel;
  background-repeat: repeat;
  border-bottom: 0px solid #FF9933;
}
#header img#img_logo {
  border: none;
  margin-top: 1px;
  margin-left: 0px;
}
#hbar {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 63px;
  left: 0px;
  border-top: 1px solid #FFF;
  background-color: #F8F8F8;
}

#footer {
  text-align: right;
  border-top: 1px solid #FF9933;
  margin-top: 20px;
  font-size: 0.8em;
}

/* standard content */
#content span.contentSubtitle {
  display: block;
  font-size: 0.9em;
}

#content div.topicText {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

#content div.subTopics {
  clear: both;
  margin-top: 0px;  
}
#content table.subTopicLine tr {
  vertical-align: top;
}
#content td.topicSpacer {
  padding: 6px;
  border: none;
}
#content .subTopic {
  border-top: 2px dotted #FF9933;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* image in content */
#content div.topicImageLeftBreakNone {
  float: left; 
  margin-right: 10px; 
  width: auto; 
  height: 100%;
  border: 2px solid #EEEEEE;
  vertical-align: top;
}
#content div.topicImageRightBreakNone {
  float: right; 
  margin-left: 10px; 
  width: auto; 
  height: 100%;
  border: 2px solid #EEEEEE;
  vertical-align: top;
}
#content div.topicImageLeftBreakSide {
  float: left; 
  margin-right: 10px; 
  margin-bottom: 10px; 
  width: auto;
  border: 2px solid #EEEEEE;
  vertical-align: top;
}
#content div.topicImageRightBreakSide {
  float: right; 
  margin-left: 10px; 
  margin-bottom: 10px; 
  width: auto;
  border: 2px solid #EEEEEE;
  vertical-align: top;
}
#content div.topicImageCenter {
  margin-bottom: 10px;
  border: 2px solid #EEEEEE;
}

/* special links */

a.more {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #FF9933;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.search {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #FF9933;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.back {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #FF9933;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}
