/* GENERIC */
H1  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  22px;
    font-weight:    normal;
    color: #0070b8;
    margin: 0;
    line-height: normal;
}

H2  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  18px;
    font-weight:    normal;
    color: #0070b8;
    margin: 0;
    line-height: normal;
}

H3  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  24px;
    font-weight:    normal;
    color: #004a99;
    margin: 0;
    line-height: normal;
}

H4  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  14px;
    font-weight:    normal;
    color: #004a99;
    margin: 0;
    line-height: normal;
}

H5  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  22px;
    font-weight:    normal;
    color: #9c0656;
    margin: 0;
    line-height: normal;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: white;
    text-transform: uppercase;
    margin: 0;
	  background: url("orangebullet.gif") no-repeat 0 7px;
	  padding-left: 10px;
}
/* BLOG */
.HorizontalLine {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #aaca85;
}
.BlogTopics {
  display: none;
}
.BlogFooter {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #aaca85;
  padding-bottom: 20px;
}
.BlogFooterLeft {
  display: none;
}
.BlogHead {
  margin-top: 20px;
}
.BlogDateline {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.BlogInfo td {
  vertical-align: top;
  text-align: left;
}
H2.BlogTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:  22px;
  font-weight:    normal;
  color: #0070b8;
  margin: 0;
  line-height: normal;
}
H2.BlogTitle a:link, H2.BlogTitle a:visited, H2.BlogTitle a:active {
  color: #0070b8;
  text-decoration: none;
}
H2.BlogTitle a:hover {
  color: #0070b8;
  text-decoration: underline;
}
/*
.BlogDescriptionHeavy, .BlogDescription {
 display: none;
}
*/
.BlogContent .SubHead {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: white;
}
.BlogContent a.CommandButton:link,.BlogContent a.CommandButton:visited, .BlogContent a.CommandButton:active {
  color: #d8c8bd;
	text-decoration: underline;
}
.BlogContent a.CommandButton:hover {
	color: white;
	text-decoration: underline;
}
.BlogMoreLink {
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}
.leftpane .Subhead {
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
	background: url("orangebullet.gif") no-repeat 0 5px;
	padding-left: 10px;
}
.leftpane .CommandButton a:link,.leftpane .CommandButton a:visited, .leftpane .CommandButton a:active {
	color: white;
	text-decoration: none;
}
.leftpane .CommandButton a:hover {
	color: white;
	text-decoration: underline;
}
