/*
 * Colors:
 *  - [main] green: #1b4
 *  - green dark: #062
 *  - gray dark: #444
 *  - gray light: #bbb
 *  - orange: #a84
 */

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  border: none;
  color: #444;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table {
  border-spacing: 0px;
}

td, th {
  font-size: 12px;
}

a {
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #1b4;
}

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

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

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;
}

#left {
  position: absolute;
  left: 0px;
  top: 115px;
  width: 20%;
  vertical-align: top;
  border-right: 1px solid #444;
  padding: 0px 20px 0px 20px;
}

#right {
  position: absolute;
  top : 115px;
  right: 0px;
  width: 160px;
  padding: 0px 20px 0px 20px;
  margin: 0px;
  vertical-align: top;
  border-left: 1px solid #444;
}

#content{
  position: absolute;
  top: 115px;
  left: 25%;
  padding-right: 10px;
  padding-left: 10px;
  right: 210px;
}

#content.largeContent {
  width: 70%;
}

#header {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
  width: 100%;
  background-color: #FFF;
  background-image: url(pics/back_header.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  border: none;
  overflow: hidden;
}

#tipofday {
  z-index: 2;
  border: none;
  position: absolute;
  left: 25%;
  margin-left: 10px;
  bottom: 0px;
}

#tipofday div.grey {
  display: inline;
  font-size: 15px;
  color: #444;
  font-weight: bold;
}

#tipofday div.green {
  display: inline;
  font-size: 15px;
  color: #1b4;
  font-weight: bold;
}

#headerbar {
  position: absolute;
  left: 0px;
  top: 80px;
  height: 10px;
  width: 100%;
  border: none;
  background-image: url(pics/bar_back.gif);
  background-position: top left;
  background-repeat: repeat-x;
  height: 20px;
}

#logo {
  position: absolute;
  left: 20px;
  top: 15px;
}

a.printBtn {
  font-weight: bold;
  font-size: 11px;
  color: #1b4;
  text-decoration: none;
  padding-top: 3px;
}
a.more {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #062;
  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: #062;
  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: #062;
  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;
}


#content p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;  
}

#content span.contentSubtitle {
  display: block;
  font-size: 12px;
  margin: 0px;
  padding: 0px;  
  padding-left: 1px;  
}

#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 {
  padding: 0px;
  border-top: 2px dotted #444;
  padding-top: 10px;
  padding-bottom: 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;
}

#staticnav {
  position: absolute;
  left: 0px;
  top: 90px;
  height: 13px;
  width: 100%;
  border: none;
  background-image: none;
  background-color: #1b4;
}