body {
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #EAEFF6;
  padding: 0px;
  margin: 0px;
  font-size: 0.9em;
  box-sizing: border;
  -moz-box-sizing: border;
}

a {
  color: #0A2D6C;
}

.clear {
  clear: both;
}

#header {
  height: 80px;
  width: 100%;
  
  position: absolute;
  left: 0px;
  top: 0px;
  
  z-index: 1;
}
#header #headerBar {
  height: 50px;
  
  margin: 30px 10px 0px 10px;
  
	background-image: url(pics/back_stripes.gif);  
	background-color: #3464AA;  
  border-bottom: 2px solid gray;
  border-right: 2px solid gray;
}

#header #headerBar #titleLink {
  padding-left: 60px;
  color: #FFF;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
}

#header #logoLink {
  display: block;
  width: 60px; 
  height: 70px;
  
  position: absolute;
  left: 10px;
  top: 10px;
}

#content {
  padding: 140px 280px 0px 230px;
}

#footer {
  border-top: 2px solid #0A2D6C;
  margin: 0px 0px 30px 0px;
  padding-top: 4px;
  font-size: 0.6em;
  clear: both;
  background-color: transparent;
}

/* content default + categ teasers */
#content h1 {
  clear: both;
  font-size: 1.4em;
  color: #000;
  margin: 5px 0px 20px 0px;
}
#content h2 {
  clear: both;
  font-size: 1.2em;
  color: #000;
  margin: 5px 0px 10px 0px;
}
#content h3 {
  clear: both;
  font-size: 1.0em;
  color: #000;
  margin: 5px 0px 10px 0px;
}

#content .contentSubtitle {
  display: block;
  font-size: 0.8em;
}

#content div.contentText {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 0.9em;
}

#content div.subTopics div.subTopicLine {
  border-collapse: collapse;
  margin-bottom: 10px;
  margin-top: 10px;
}
#content div.subTopics table.subTopicLine {
  border: none;
  border-spacing: 0px;
  margin: 0px;
  border-collapse: collapse;
}

#content .subTopic {
  vertical-align: top;
  padding-right: 10px;
  border-top: 1px solid #0A2D6C;
  margin-top: 10px;
}


/* Topic Image*/
#content div.topicImageLeftBreakNone {
  float: left; 
  margin-right: 10px; 
  width: auto; 
  height: 100%;
}
#content div.topicImageRightBreakNone {
  float: right; 
  margin-left: 10px; 
  width: auto; 
  height: 100%;
}
#content div.topicImageLeftBreakSide {
  float: left; 
  margin-right: 10px; 
  margin-bottom: 10px; 
  width: auto;
}
#content div.topicImageRightBreakSide {
  float: right; 
  margin-left: 10px; 
  margin-bottom: 10px; 
  width: auto;
}
#content div.topicImageCenter {
  margin-bottom: 10px;
}

/* Links */
a.more {
  display: block;
  text-align: right;
  padding-top: 4px;
}
a.more:after {
  content: '»';
}
a.more:before {
  content: '...';
}
a.back, a.search {
  display: block;
  text-align: left;
  margin-top: 0px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  float: left;
  width: auto;
}
a.back:before, a.search:before {
  content: '»';
}
a.back:after, a.search:after {
  content: '«';
}
