/* Page formatting */

* {
  margin: 0;
  padding: 0;
}

/* Link Styles */

a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #009933;
	text-decoration: none;
}
a:active {
	color: #009933;
	text-decoration: none;
}

a.nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align:right;
}

a.nav:link {
	color: #663300;
	text-decoration: underline;
}
a.nav:visited {
	color: #663300;
	text-decoration: underline;
}
a.nav:hover {
	color: #CC3300;
	text-decoration: none;
}

a.index:link {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;	
}

a.index:visited {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

a.index:hover, a.index:active {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

/*
a.topNav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #EFEFEF;
	text-align:right;
	text-decoration: none;
}
a.topNav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #CCCCCC;
	text-align:right;
	text-decoration: none;
}
a.topNav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;
	text-decoration: underline;
}
a.topNav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;
	text-decoration: underline;
}
*/


/* Top Navigation Menu */
.topMenu {
	width: 600px;
	height: 35px;
}

.cssnav {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/over_bn.jpg) no-repeat;
	width: 120px;
	height: 35px;
	overflow: hidden; 	/* for IE to hide extra height */
}

.cssnavSelected {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(images/down_bn.jpg) no-repeat;
	width: 120px;
	height: 35px;
	overflow: hidden; 	/* for IE to hide extra height */
}

.cssnav a {
	display: block;
	color: #EFEFEF;
	width: 120px;
	height: 35px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden; 	/* for IE to hide extra height */
}

.cssnav a:hover {
	color: #FFFFFF;
}

.cssnav a:visited {
	color: #EEEEEE;
}

.cssnav img {
	width: 120px;
	height: 35px;
	border: 0px;
}

* html a:hover {
	visibility: visible;
}

.cssnav a:hover img {
	visibility: hidden;
}

.cssnav span
{
	position: absolute;
	left: 0px;
	top: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 120px;
	cursor: pointer;
}


/* Titles and Fonts Styles */
.title1 {
	position:relative; 
	display:block; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #045489;
}
.title1 span {
	position:absolute;
	display:block;
	top:0px;
	left: 0px;
}
.title1:before {
	display:block; padding:1px; content: attr(title); color:#666;
}

.title2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
	text-align: left;
	vertical-align: top;
}
h3 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-right: 5px;
}
.pCenter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.pSide {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.pRight {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	position: relative;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/* Table cell Styles */

.navCellTD {
	background-image: url(images/navcell_bg.jpg);
	background-repeat: repeat-x;
}
.verticalTDdashed {
	background-image: url(images/blue_dashed_v.gif);
	background-repeat: repeat-y;
}
.horizontalTDdashed {
	background-image: url(images/blue_dashed_h.gif);
	background-repeat: repeat-x;
}
.topTDgradient {
	background-image: url(images/top_bluegrad_bg.jpg);
	background-repeat: repeat-x;
}
.botTDgradient {
	height: 40px;
	background-image: url(images/top_bluegrad_bg.jpg);
	background-position:center;
	background-repeat: repeat-x;
}

.topperTD {
	background: url(images/topper_bg.jpg) no-repeat;
}

.topperTDRight {
	background: url(images/topper_bg_right.jpg) no-repeat;
}

.footerTD {
	height: 60px;
	vertical-align: middle;
	background: url(images/footer_bg.jpg) no-repeat;
}
.contentColTD {
	background-image: url(images/content-columns.gif);
	background-repeat: repeat-x;
}
.subNavLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align:left;
	text-decoration: none;
	padding-left: 0.15em;
	list-style-type: disc;
	list-style-position: inside;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	font-variant: small-caps;
	color: #0066CC;
	vertical-align: top;
}

#header_logo
{
	background: url('images/psp_logo_trans.png'); width:223px; height:100px; text-align: right;
}


/*  045489 | B1C4EC */
.imageIcon {
	float: left;
	padding-right: 2px;
}
.imageMore {
	padding-bottom: 3px;
}
.rightUL {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
	margin-left: 15px;
}

ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin-left: 20px;
}