
table.Main {
  border-collapse: collapse;
}

table.Main td.TopBar {
  color: #000000;
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}

table.Main td.TopBar a {
  color: #000000;
}

table.Main td.TopBar div.TagLine {
  float: right;
  width: 240px;
  font-size: 9pt;
  font-weight: normal;
  font-variant: small-caps;
  text-align: center;
}

table.Main td.Tabs {
  padding-left: 5px;
}

table.Main td.Tabs ul {
  height: 25px;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 4px;
}

table.Main td.Tabs li {
  background: url(http://images.harc.edu/Icons/Tabs/E0E0E0Left.gif) #F2F3F5 no-repeat;
  border-bottom: solid 1px #E0E0E0;
  display: block;
  float: left;
  margin-right: 4px;
  padding-left: 3px;
}

table.Main td.Tabs li div {
  background: url(http://images.harc.edu/Icons/Tabs/E0E0E0Right.gif) no-repeat right top;
  display: block;
  float: left;
  margin: 0px;
  padding-right: 3px;
}

table.Main td.Tabs li a {
  color: #434343;
  display: block;
  font: bold 15px Arial;
  float: left;
  margin: 0px;
  padding: 4px 6px 2px 6px;
}

table.Main td.Tabs li a:visited {
  color: #434343;
  text-decoration: none;
}

table.Main td.Tabs li a:hover {
  text-decoration: underline;
}

table.Main td.Tabs li.on {
  background: url(http://images.harc.edu/Icons/Tabs/336633Left.gif) no-repeat;
  border-bottom: solid 1px #336633;
}

table.Main td.Tabs li.on div {
  background: url(http://images.harc.edu/Icons/Tabs/336633Right.gif) no-repeat right top;
}

table.Main td.Tabs li.on a {
  color: #FFFFFF;
  text-decoration: none;
}

table.Main td.Tabs li.on a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

table.Main td.Tabs li.on a:hover {
  text-decoration: underline;
}

table.Main td.SubTabs {
  background-color: #336633;
  border-bottom: solid 1px #000000;
  height: 23px;
  padding: 0px 10px 0px 10px;
}

table.Main td.SubTabs table {
  border-collapse: collapse;
}

table.Main td.SubTabs table td {
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  font: 12px Arial;
  padding: 4px 10px 4px 10px;
}

table.Main td.SubTabs table td.S {
  background-color: #486C8E;
}

table.Main td.SubTabs div.Menu {
  position: absolute;
  top: 102px;
  visibility: hidden;
  z-index: 2;
  
  background-color: #448844;
  border: solid 2px #000000;
  border-top-style: none;
  border-bottom-width: 1px;
}

table.Main td.SubTabs div.Menu table {
  width: 100%;
}

table.Main td.SubTabs div.Menu td {
  border-left-style: none;
  border-right: none;
  padding: 0px 0px 0px 0px;
}

table.Main td.SubTabs td.S div.Menu {
  background-color: #486C8E;
}

table.Main td.SubTabs div.Menu div {
  border-bottom: solid 1px #000000;
  padding: 3px 8px 3px 8px;
  text-align: center;
}

table.Main td.SubTabs a {
  color: #FFFFFF;
}

table.Main td.BreadCrumbs {
  background-color: #486C8E;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 8pt;
  /*height: 20px;*/
  height: 10px;
  padding: 3px 10px 3px 10px;
}

table.Main td.BreadCrumbs a {
  color: #FFFFFF;
}

table.Main td.Content {
  background-color: #FFFFFF;
  padding: 10px 10px 10px 10px;
}

table.Main td.UpdatedDate {
  background-color: #486C8E;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 8pt;
  height: 20px;
  padding: 3px 10px 3px 10px;
  text-align: right;
}

table.Main td.UpdatedDate div.SiteMeter {
  position: absolute;
  left: 10px;
}

table.Main td.UpdatedDate div.SiteMeter div {
  position: relative;
  top: 7px;
}

table.Main td.Bottom {
  background-color: #336633;
  border-top: solid 1px #000000;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 9pt;
  height: 25px;
  padding: 3px 10px 3px 10px;
}

table.Main td.Bottom a {
  color: #FFFFFF;
}
