* {
	border:0;
	margin:0;
	padding:0;
}

body {
	margin:5px 10px;
	background-color:#fff;
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
}

a, a:visited, a:link, a:active, a:hover {
	color:#14386d;
	text-decoration:none;
	border-bottom:1px dotted #707070;
}

#marginal a, #marginal a:visited, #marginal a:link, #marginal a:active, #marginal a:hover {
	border:0;
	font-weight:bold;
}

#holy-tools {
	width:100%;
	height:90px;
	background-image:url(logo_going.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#header-container {
	width:100%;
	height:171px;
	background-color:#7daeef;
	/* background-image:url(bg-header.png); */
	background-position:top right;
	background-repeat:no-repeat;
}

#slogan {
	height:171px;
	width:192px;
	float:left;
	background-image:url(bg-slogan.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#page-illu {
	height:171px;
	float:left;
	margin-left:1px;
	background-color:#7daeef;
}

#navigation-container {
	position:absolute;
	top:260px;
	left:10px;
	width:192px;
	margin-top:10px;
}

#navigation-top {
	width:192px;
	height:30px;
	background-image:url(bg-navigation-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#7daeef;
	color:#fff;
	line-height:30px;
}

#navigation-top h2 {
	padding-left:1em;
	line-height:30px;
	font-weight:bold;
	font-size:10pt;
	color:#fff;
}

#navigation-bottom {
	width:192px;
	height:30px;
	background-image:url(bg-navigation-bottom.png);
	background-positon:top left;
	background-repeat:no-repeat;
	background-color:#7daeef;
}

#navigation-container ul {
	border-top:1px dotted #fff;
	background-color:#7daeef;
	list-style-type:none;
}

#navigation-container ul li {
	background-color:#7daeef;
	border-bottom:1px dotted #fff;
	line-height:30px;
	color:#fff;
	padding-left:1em;
}

#navigation-container ul li.scnd {
	line-height:2.5em;
	background-color:#f9f9f9;
	font-size:80%;
	border-bottom:1px dotted #707070;
}

#navigation-container a, #navigation-container a:hover, #navigation-container a:visited, #navigation-container a:link, #navigation-containter a:active {
	color:#fff;
	text-decoration:none;
	border:0;
}

#navigation-container li.scnd a, #navigation-container  li.scnd a:hover, #navigation-container li.scnd a:visited, #navigation-container li.scnd a:link, #navigation-containter li.scnd a:active {
	color:#707070;
	border:0;
}

#content {
	background-image:url(bg-content.png);
	background-position:top right;
	background-repeat:repeat-y;
	margin-left:193px;
	margin-right:210px;
	margin-top:10px;
	margin-bottom:10px;
}

#logo4print {
	display:none;
}

#marginal {
	position:absolute;
	right:10px;
	top:260px;
	width:200px;
	margin-top:1em;
	float:right;
}

#footer-container {
/*
	margin-left:203px;
	margin-right:210px;
*/
	margin-left:1em;
	margin-right:1em;
	height:100px;
	background-image:url(bg-footer.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#e5e5e5;
	clear:left;
	margin-bottom:0.5em;
	color:#707070;
}

#content p, #content img,
#content h1, #content h2, #content h3, #content h4, #content h5,
#content ul, #content ol, #content table {
	padding-left:10pt;
	padding-right:10pt;
	line-height:1.5em;
	margin-bottom:1em;
}

#content ul {
	margin-left:1.5em;
	list-style-type:image;
	list-style-image:url(bullet.png);
}

#content ul li {
	margin-left:1.25em;
	padding-left:0;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-weight:normal;
	font-size:1.25em;
	color:#14386d;
	margin-bottom:0.5em;
}

#content h1 {
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
}

#content h2, #content h3, #content h4, #content h5 {
	font-weight:bold;
	font-size:1.1em;
}

#content h3, #content h4, #content h5 {
	font-size:1em;
}

#marginal p, #marginal img,
#marginal h1, #marginal h2, #marginal h3, #marginal h4, #marginal h5,
#marginal ul, #marginal ol, #marginal table {
	font-size:8pt;
	line-height:12pt;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0.5em;
	color:#707070;
	padding-left:0; padding-right:0;
}

#marginal h2 {
	font-weight:bold;
	line-height:1.5em;
	border-top:1px dotted #707070;
	border-bottom:1px dotted #707070;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

div.holytools {
	font-size:80%;
	color:#707070;
	padding-left:10pt;
	text-align:right;
	padding-top:1em;
}

div.holytools a, div.holytools a:hover, div.holytools a:active, div.holytools a:link, div.holytools a:visited {
	text-decoration:none;
	color:#707070;
	text-transform:uppercase;
	border:0;
}

div.delimiter {width:100%; clear:both;}
