/* CSS Document */
body, div, td {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

	scrollbar-face-color: #ebeae8;
	scrollbar-track-color: White;
	scrollbar-arrow-color: #666666;
	scrollbar-shadow-color: White;
	scrollbar-3dlight-color: White;
	scrollbar-darkshadow-color: White;
}
body {
	text-align: center;
}
div, td {
	text-align: left;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #a10043;
	text-indent: 10px;
	/*padding-top: 4px;*/
}
h1 div.subtitle { display: inline; }
h1 div.subtitle, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
div.articles {
	margin-top: 10px;
	padding-left: 10px;
	font-size: 11px;
}
div.articles a {
	color: #a10043;
}

#pageLayout {
	position: relative;
	margin: 0 auto;
	width: 967px;
}

div.printonly {
	display: none;
}
div.dontprint {
	display: block;
}
/* -------- HEADER -------- */

#pageHeader {
	position: relative;
	width: 967px;
	height: 163px;
	border-bottom: 1px solid #dddddd;
	z-index: 100;
}
#headerArqanaLogo {
	position: absolute;
	top: 7px;
	left: 25px;
	width: 149px;
	height: 106px;
}
#headerArtcurialLogo {
	position: absolute;
	top: 7px;
	left: 726px;
	width: 230px;
	height: 21px;
}
#headerHR01 {
	position: absolute;
	top: 124px;
	left: 0px;
	width: 967px;
	height: 12px;
	background-color: #ebeae8;
	border-bottom: 1px solid #999999;
}
#headerTopMenu {
	position: absolute;
	top: 107px;
	left: 247px;
	width: 719px;
	height: 24px;
	text-align: right;
}

/* -------- CONTENT -------- */
#pageContentContainer {
	position: relative;
	width: 967px;
	z-index: 50;
}
#pageContentMarginLeft {
	position: relative;
	float: left;
	width: 1px;
	height: 397px;
}
#pageContent {
	position: relative;
	float: left;
	width: 928px;
}

/* -------- FOOTER -------- */
#pageFooter {
	position: relative;
	width: 967px;
	height: 24px;
	background-color: #ebeae8;
}
#pageFooter a {
	color: #666666;
}
#pageFooterLeft, #pageFooterRight {
	position: relative;
}
#pageFooterLeft {
	float: left;
	padding: 4px 0px 0px 7px;
}
#pageFooterRight {
	float: right;
	padding: 6px 7px 0px 0px;
	text-align: right;
}
#pageFooterFlag {
	display: inline;
	padding: 6px 2px 0px 0px;
}
#pageFooterMenu {
	display: inline;
}
#pageFooterMenu ul {
	display: inline;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	list-style-type: none;
}
#pageFooterMenu ul li {
	display: inline;
	padding-left: 4px;
}

