/* CSS Document */

body {
	background-color: #8288B0;
	background-image: url(px/page_bg.jpg);
	background-repeat: repeat-y
}
#navPanel {
	position: absolute;
	left: 419px;
	top: 75px;
	width: 420px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2E387B;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #2E387B;
}
.insetImg{
	margin-right: 10px;
}
#insetPanel {
	position: absolute;
	left: 0px;
	top: 155px;
	width: 840px;
}
#imagePanel {
	position: absolute;
	left: 20px;
	top: 72px;
	text-align: right;
	width: 380px;
}
#imagePanelLA {
	position: absolute;
	left: 20px;
	top: 72px;
	text-align: left;
	width: 380px;
}
.logoPadder{
	margin-bottom: 264px;
}
.matrix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-position: right;
	text-align: center;
	line-height: 13px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
}
ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-left: 0px;
	padding-left: 0px;
}
li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-left: 15px;
	padding-left: 0px;
}
#textPanel {
	position: absolute;
	left: 20px;
	top: 400px;
}
.formTinter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #E3E4ED;
}
.formNonTinter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.insetRight {
	float: right;
}
