﻿body   {
	background: #FFFFFF url('images/H&F/PI_Header.png') repeat-x left top;
}

/*Content & Outer Box*/
#box {
	left: 135px;
	top: 11px;
	width: 760px;
	height: 560px;
	z-index: 3;
	float: left;
	position: absolute;
}
#content {
	left: 150px;
	top: 150px;
	width: 680px;
	height: 350px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	z-index: 3;
	position: absolute;
	line-height: 16pt;
	list-style-position: inherit;
	float: left;
}

#navcontainer ul
{
	margin: 0;
	padding: 10px;
	list-style-type: none;
	text-align: right;
	font-family: "felix Titling";
	font-size: 9pt;
	position: absolute;
	left: 377px;
	top: 97px;
	font-variant: small-caps;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	padding: .05em 1em;
	color: #ae614b;
	background-color: #FFFFFF;
}

#navcontainer ul li a:hover
{
	color: #990099;
	background-color: #FFFFFF;

}


/*Logo*/
#home {
	display:inline;
	margin-left:0px;
	background-image:url('images/CJScales.png') 
	}
.img {
	border-width: 0;
	position: absolute;
	left: 15px; 
	top: 11px;
	 right: 627px
}
.img2 {
	border-width: 0;
	z-index: 2;
	position: absolute;
	top: 30px;
	left:130px;

}

/*body*/
h1 {
	font-family: "felix Titling";
	font-size: 16pt;
	padding-left: 15px;
	color: #ae614b;
	font-variant: small-caps;
}
h2 {
	font-family: "felix Titling";
	font-size: 12pt;
	color: #ae614b;
	z-index: 4;
	padding-left: 15px;
	font-variant: small-caps;
}
h3 {
	font-family: "felix Titling";
	font-size: medium;
	color: #ae614b;
	z-index: 3;
	left: 20px;
	position: absolute;
	text-decoration: none;
	top: 40px;
	font-variant: small-caps;
}

p {
	font-family: Candara, Arial;
	font-size: 11pt;
	padding-left: 15px;
	width: 600px;
	color: #333333;
	z-index: 4;
	text-align: justify;
	font-weight: normal;
}
ul.liststyle {
	color: #333333;
	font-family: Candara, Arial;
	font-size: 11pt;
	font-weight: normal;
}
.termstyle {
	text-align: left;
	color: #ae614b;
	font-family: "felix Titling";
	text-indent: 15px;
}
.definitions {
	color: #333333;
	font-family: Candara, Arial;
	font-size: 11pt;
	font-weight: normal;
	text-align: justify;
}

/*Footer*/

#footer {
	padding: 0;
	margin: 0;
	background-image:url('images/H&F/PI_Footer.png');
	background-repeat: repeat-x;
	height: 220px;
	width: 100%;
	position: absolute;
	top: 400px;
	z-index: 0;
	float: left;
	left: 0;
}

