@charset "utf-8";
/* CSS Document */

body
{
	background: #FFFFFF;
	font-size: 9pt;
	font-family: "arial", "verdana";
	color: #333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p
{
	line-height: 24px;
	margin-bottom: 16px;
	text-align: justify;
}

a
{
	color: #673695;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: none;
}

#outer
{
	z-index: 2;
	position: relative;
	width: 800px;
	min-height:600px; 
	height:auto;
	border: solid 1px #E5DFEF;
	background-color: #FFFFFF;
	margin: 0 auto;
}
/* for Internet Explorer */
/*\*/
* html #outer {
height: 600px;
}
/**/

#header
{
	position: relative;
	width: 100%;
	height: 70px;
	background: #BCBEC0;

}
#headerHome
{
	position: relative;
	width: 100%;
	height: 212px;
	background: #BCBEC0;

}
#headerLinks
{
	position: absolute;
	top: 24px;
	left: 606px;
	width: 175px;
	height: 17px;
	z-index: 3;
}
#menu{
	position: relative;
	width: 800px;
}
#headerImage{
	position: relative;
	width: 593px;
	height: 120px;
	background: #E5DFEF;
	padding-left: 207px;
}

#ritualLinks
{
	position: absolute;
	top: 45px;
	left: 57px;
	width: 100px;
	height: 17px;
	text-align: right;
	z-index: 3;
}

#line{
	width: 800px;
	height: 1px;
	background: #673695;
}
#content {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 208px;
}
#contentTitle{
    padding: 0px 0px 0px 0px ;
}
#right {
	float: right;
	width: 46%;
	padding-bottom: 10px;
	margin-right: 10px;
	text-align: left;
}
#left {
	float: left;
	width: 46%;
	padding-bottom: 10px;
	margin-right: 10px;
}
.pageTitle {
	font-size: 16px;
	color: #673695;
	font-weight: bold;
}
.pageHome {
	color: #673695;
}
.subHeader {
	font-size: 13px;
	color: #673695;
}

.clearfix:after {content: ".";display: block;height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
