html, body
{
	height: 100%;
}

body
{
	font: 12pt/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #212121;	
	margin: 0;
	background-color: white;
}

/* @group Page Layout */

#container
{
	height:  auto !important;
	position: relative;
	min-height: 100%;
}

#header, #footer
{
	width:  100%;
	min-width: 640px;
}

#header
{
	padding-top: 1em;
	padding-bottom: 1em;
	width: 100%;
}

#content
{
	padding: 1em 20px 4em;
}

#content, #title
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	margin-top: 1em;
	padding-top: 0.5em;
	position: absolute;
	bottom: 0;
	height:  2em;
}


/* @end */

/* @group Header / Footer Design */

#header, #footer
{
	color: #d5d5d5;
	background-color: #212121;
}

#title
{
	font-size: 24pt;
	line-height: 200%;
	text-align: center;
}

#title a
{
	color: inherit;
}

#footer
{
	text-align: center;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* @end */

/* @group Text */

a
{
	/*color: #a83942;*/
	color: #19427f;
	text-decoration: none;
	font-weight: bold;
}

.silentlinks a
{
	text-decoration: none;	
	color: inherit;	
	font-weight: normal;
}

.silentlinks a:hover,
.silentlinks a:target
{
	text-decoration: underline;	
}

h1,h2,h3
{
	clear: both;
	/*color: #19427f;*/
}

h1
{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	padding-top: 1.5em;
	margin-top: 1.5em;
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1
{
	border-top: 2px solid silver;
}

h1:first-child
{
	border:  none;
	margin-top: 0;
}

h2
{
	font-size: 100%;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-top: 1.5em;
	text-transform: uppercase;
}

h3
{
	font-size: 12pt;
	text-transform: uppercase;
}

p
{
	margin-top: 6pt;
	margin-bottom: 6pt;
}

h2 + p,
h2 + div.right
{
	margin-top: 0;
}

a img
{
	border:  1px solid silver;
	padding:  2pt;
	margin-left: 6pt;
	margin-bottom: 6pt;
	margin-left: -6pt;
	margin-right: -6pt;
}

a img:hover,
a img:focus
{
	border:  1px solid #212121;
}

.remark
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.image
{
	line-height: 120%;
	font-size: 80%;
	text-align: center;
	padding-top: 6pt;
	padding-bottom: 6pt;
}

div.image a img
{
	margin-bottom: 0;
}

/* @end */

/* @group TOC
 */

ul.toc
{
	padding-left: 0;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 2em 0 0;
	color: #19427f;
	font-style: italic;
}

ul.toc li
{
	display: inline;
	white-space: nowrap;
	list-style-type: circle;
}

ul.toc a
{
	font-weight: normal;
	font-style: inherit;
}

ul.toc li.nobreak:before
{
	content:  '  •  ';
}

ul.toc li.break:before
{
	content:  '';
}

/* @end */

h2
{
}

h1
{
}