@charset "UTF-8";
/* CSS Document */

/*Hidden Content*/
ASIDE.left,
FOOTER,
HEADER,
#breadcrumb,
#banner,
.SMALLCAL_STYLE,
.btn-menu,
#social-feed,
#quick-access-icons,
.icon-nav-carousel,
.cards.graphic-ads {
	display:none;
}


/*Typography and Layout*/
h1 {
	font-size: 24pt;
}

h2 {
	font-size: 14pt;
	margin-top: 25px;
}
body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
}

MAIN a:after{
  content: " (" attr(href) ") ";
  font-size: 80%;
  display:block;
}
.ContentTemp_MainCol,
.ContentTemp_SideCol {
	display:block;
	width:100%;
	clear:both;
}


/*Size Contraint on Images and Assets*/
.ContentTemp_MainCol IMG {
	max-height:3in;
  	width:auto;
}

#DataTable {
    vertical-align: top;
    font-size:90%;
    color:#666666;
    padding:5px;
    border-bottom:1px solid #cccccc;
}