/* The clearfix method */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* Using the touch scrolling on capable devices. */
.overthrow-enabled .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* Basic Styling of the Body */
body {
  margin: 0 auto;
  color: black;
	font-family:Calibri, sans-serif;
	font-size: 11pt;
  position: relative;
  overflow: auto;
}
a:link, a:visited {color: #0153a1; text-decoration: underline;}
a:hover, a:active {color: #2b84b8; text-decoration: none; outline: none;}
/* Le Header */
header {
  padding: 0 .5em;
  position: relative;
	z-index: 1000;
  margin: .5em auto;
	max-width:1100px;
	background-color: #fff;
}
  /* The common properties in the NAV element */
  /* Making sure lists have no margin/padding */
header h1#branding a {
  font-weight: normal;
	font-size:.8em;
}
header nav {
	clear:both;
}
 header ul#menu {
  margin: 0 !important;
  padding: 0 !important;
}
.blankFullW {
	clear:both;
	font-size: 6px;
	float: none;
	margin: auto;
	height: 6px;
	width: 100%;
	padding: 0px;}
.blankthin {
	font-size: 6px;
	float: none;
	margin: auto;
	height: 3px;
	width: 100%;
	padding: 0px;}
.image-center {
	display: block;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: right;
}
.image-left {
	float: left;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: left;
}
.boldi {font-weight:bold; font-style: italic;}
.mboldi {font-weight:bold; font-style: italic; color:#900000;}
/* The content and footer sections */
section.content,
footer {
	width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
	padding: .5em;
  font-size: 1em;
	line-height: 1.3em;
  text-align: left;
}
.pageTitle {
	clear:both;
	float:none;
	padding:.25em 0 0 0;
	width:100%;
	font-size:1.2em;
	color:#0153a1;
	font-weight:bold;
	text-align:center;}
footer {
	color: #777;
	text-decoration:none;
}
footer a:link, a:visited {
	color: #0153a1;
	text-decoration:none;
}
footer a:hover {
	color: #ff0000;
	text-decoration:none;
}
#copyrightText {
	clear: both;
	width:100%;
	text-align:center !important;
	padding:0px;}
/* Dimension (or rather, just the Screen Width) display */
#dimensions {
  position: fixed;
  right: 10px;
  bottom: 0px;
  background: #000;
  font-size: 1.2em;
  color: #FFF;
  padding: 10px;
}
.pageWhite { /* Provides white background for content of most pages  */
	clear: both;
	margin: .5em auto;
	padding: 0;
	float: none;
	max-width: 1100px;
	text-align: left;
	background-color:#fff;
}
.docTitle {
	margin:.5em;
	text-align:left;
  COLOR: #0153a1;
  FONT-WEIGHT: bold;
  FONT-SIZE: 1.15em;
	margin: .25em 0;
}
.docTitleC {
	margin:.5em;
	text-align:center;
  COLOR: #396edf;
  FONT-WEIGHT: bold;
  FONT-SIZE: 1.15em;
	margin: .5em 0;
}
.wrapper  {
	clear:both;
	position:relative;
	line-height: 1.25em;
	margin: .25em 0 .25em .5em;
	height: auto;
}
.standOut {
	color:#df002c;  /* Muted Red */
	font-weight:bold;
}
.standOutBig {
	color:#df002c; /* Muted Red */
	font-weight:bold;
	font-size:1.15em;
}
