body {
	text-align:	center;
	background:	#8eafbc url(../img/back_metalic.jpg);
	margin:		10px 0px 10px 0px;
	font-size:	90%;
}

div.mainDiv {
	width:		850px;
	text-align:	left;
	margin-left:	auto;
	margin-right:	auto;
	font-family:	serif;
	position:	relative;
	left:		-50px;
}

img.navbarImage {
	position:	absolute;
	z-index:	2;
	left:		205px;
	top:		-5px;
	
}

div.locationBar {
	font-family:	sans-serif;
	
	position:	absolute; 
	z-index:	5;
	left:		215px; 
	top:		2px; 
	width:		695px;
	font-size:	12px;
}

img.mainTitle {
	position:	absolute; 
	left:		220px; 
	top:		17px; 
	z-index:	1; 
}

div.mainTitle span.down {
	font-family:	sans-serif; 
	font-size:	16px; 
	color:		white; 
	font-weight:	bold; 
	padding-left:	35px;
}

div.menuText {
	position:	absolute; 
	left:		70px; 
	top:		187px; 
	z-index:	1; 
	width:		130px; 
	font-family:	serif;
}

div.menuText a {
	font-size:	15px;
	font-weight:	bold;
	line-height:	150%;
}

div.menuText a:hover {
}

img.menuBackground {
	position:	absolute; 
	top:		25px; 
	left:		0px; 
	z-index:	0;
	border:		none;
}

img.pnLogo {
	position:	absolute;
	top:		460px;
	left:		80px;
	z-index:	1;
	border:		none;
}

div.outerContentBox {
	position:	absolute; 
	width:		705px; 
	z-index:	3;
	background:	url(../img/back_maindiv.gif) top left repeat-y; 
	top:		132px; 
	left:		205px;
	line-height:	0px;
}

div.innerContentBox {
	padding:	15px 15px 0px 15px;
	line-height:	normal;
}

p.question {
	font-weight:	600;
}

p.answer {
	font-style:	italic;
}

div.leftPanel {
	float:		left;
	width:		455px;
	background:	white;
}

div.rightPanel {
	float:		right;
	width:		200px;
	border-left:	1px  navy solid;
	padding-left:	10px;
	background:	white;
}

