@charset "UTF-8";
/* CSS Document */

html {
	text-align:center;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
}
#bannerWrapper {
	width:100%;
	margin:0 auto;
	text-align:center;
	background-color:#FF0099;

}
#banner {
	width:780px;
	margin:0 auto;
}
#bannerLeft {
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	width: 250px;
}
#bannerRight {
	float:right;
	margin:30px 0px 0px 0px;
}
#bannerRight h1 {
	text-align:right;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#FFFF00;
	font-weight:bold;
	font-size: 140%;
	line-height:20px;
	width: 470px;
}
#bannerRight h2 {
	text-align:right;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-weight:bold;
	width: 470px;
	font-size:100%;
}

#topbar {
	clear:both;
}
#topNav {
	width:780px;
	text-align:center;
	background-color: #FF0099;
	height:25px;
	background-image:url(library/Image/PI_2009/topbarmiddle.gif);
	background-repeat:repeat-y;
}
#topNav ul {
	text-align:left;
	list-style-type: none;
	list-style-image:none;
	margin: 0px 0px 0px 10px;
}
#topNav li {
	display: inline;
	font-size:75%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	border-right:solid 1px #000000;
}
#topNav a {
	color: #000000;
	text-decoration:none;
}
#topNav a.selected {
	color: #FF0099;
	text-decoration:none;
}
#topNav a:hover {
	color: #FF0099;
	text-decoration:none;
}
#mainWrapper {
	margin:0 auto;
	width:780px;
}

#mainContent{
	border:solid 1px #c1c1c1;
	text-align:center;
	width:748px;
	padding:15px;
	
}

#mainCopy{
	width:470px;
	text-align:left;
}

#summaryCustom{
	float:right;
	width:250px;
}

#clear{
	clear:both;
}
#footerWrapper {
	margin:0 auto;
	width:780px;
	clear:both;
}
#footer {
	background-color:#c1c1c1;
	height:16px;
}

#footer a{
	color: #ffffff;
	text-decoration:none;

}
#footerRight {
	float:right;
	padding-right:5px;
	font-size: 60%;
	color: #ffffff;
}
#footerLeft {
	font-size: 60%;
	color: #ffffff;
	padding-left:5px;
	text-align:left;
}
#footerCurve {
	background-repeat:no-repeat;
	background-image:url(library/Image/PI_2009/home/bottomcurve.gif);
	height:6px;
}

#footerNav{
	margin-top:5px;
}
#footerNav ul {
	line-height: 15px;
	text-align:center;
	list-style-type: none;
	list-style-image:none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}
#footerNav li {
	display: inline;
	font-size:60%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right:solid 1px #999999;
	padding-top: 0px;
}
#footerNav a {
	color: #999999;
	text-decoration:none;
}
#footerNav a:hover {
	text-decoration:underline;
}

