/* Default style for links */
a:link    { color: #1236d8; text-decoration: none;}
a:visited { color: #96abdf; text-decoration: none;}
a:hover   { color: #1236d8; text-decoration: underline;}
a:active  { color: #1236d8; text-decoration: underline;}

/* Default style */
body
{
  background-color: #FFFFFF;
}
html, body, #content {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #content {
	height: auto;
}

body {
	margin: 0;
	font-family: Segoe UI, Tahoma, sans-serif;
}

#content {
	position: absolute;
	top: 0;
    left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	padding: 0 1%;

}

#footer {
    \width: 100%;
    w\idth: 100%;
}

#main {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
}


/* Use this style for footnote numbers */
span.Footnote
{
  font-size: small;
  vertical-align: super
}

/* Use this style to control spacing for inline related topics tags */
div.WWHInlineRelatedTopics
{
  margin-top:    8px;
  margin-bottom: 4px;
}
