body { 
	background-color: #000c46;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/_images/pgbkgd_pwap.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	}

#PgTopper { 
	padding: 0;
	margin: 0 auto;
	height: 200px;
	background-image: url(/_images/pghead_PWAP.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#PgWrapper {
	background-color: #ffffff;
	width: 980px;
	margin: 0 auto 20px auto;
	border-left: #ffc119 solid 10px;
	border-right: #ffc119 solid 10px;
	border-bottom: #ffc119 solid 10px;
}

#MainArea {
	margin: 0 auto;
	width: 940px;
	}


/* -------- Menu STYLES ----------- */

#MenuArea {
	padding: 0;
	background-color: #cb1d1e; 
	margin: 0 auto 15px auto;
	width: 980px;
	}


/* IE6 Only */
* html #menuWrapper {
	left: 52%;
	}


/* -------- BASE STYLES ----------- */

h1 {
	font-size: 1.9em;
	color: #555555;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	border-bottom: 1px #ec5e06 solid;
}

h2 {
	font-size: 1.3em;
	color: #aaaaaa;
	line-height: 1.2em;
	text-align: right;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #fccd07;
	}

a:hover {
	color: #ed1c24;
	}


/* -------- MAIN AREA STYLES ----------- */

#MainArea h1 {
	font-size: 2.4em;
	color: #022873;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	border: none;
}

#MainArea h2 {
	font-size: 1.6em;
	color: #022873;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

#MainArea h3 {
	font-size: 1.3em;
	color: #022873;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: normal;	
}

#MainArea h4 {
	font-size: 1.3em;
	color: #022873;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	margin-top: 6px;
	font-weight: normal;
	padding: 4px;
	background-color: #cdcdcd;
}

#MainArea h5 {
	font-size: 1.2em;
	color: #022873;
	line-height: 1.2em;
	text-align: left;
	margin: 1px 0 0 20px;
	font-weight: normal;
	padding: 4px;
	background-color: #efefef;
}

#MainArea ul {
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	font-weight: normal;
	color: #000000;
	}

#MainArea p {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	margin: 0;
	font-weight: normal;
	color: #000000;
	padding-top: 6px;
	}

#MainArea p strong {
	font-weight: bold;
	color: #022873;
	}

#MainArea a:link, #MainArea a:visited {
	text-decoration: underline;
	color: #cc1d1e;
	}

#MainArea a:hover {
	color: #ffc119;
	}


/* -------- Menu STYLES ----------- */

#MenuArea {
	margin: 7px auto 7px auto;
	}

/* -------- COPYRIGHT ----------- */


#Copyright {
	margin: 5px 0 5px 0;
	color: #333333;
	font-size: .9em;
	line-height: 1.0em;
	text-decoration: none;
	text-align: center;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #cc1d1e;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #ffc119;
}

