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



body {
	margin: 0px;
	padding: 0px;
	background-color: #bbd27d;
	background-image: url(pww_images/bg_x.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4D4D4D;
	margin: 0;
}
h1 {
	font-size: 14px;
	color: #ea7900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #70180E;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a1800;
	line-height: normal;
}
h3 {
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: #333;
	font-family: helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/*********************************************************
******************    BODY    ****************************
*********************************************************/

#wrapper{
	height: auto;
	width: 900px;
	margin-left:auto;
	margin-right: auto;
}

#header {
	height: 395px;
	widows: 800px
	background-position: center;
	/*background-image: url(images/index_01.jpg);*/
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0%;
	background-image: url(pww_images/header.jpg);
}
#contentWrapper{
	height: 405px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(pww_images/contentBG.jpg);
}
#footer {
	background-image: url(images/index_07.jpg);
	height: 45px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	margin-left: 45px;
	padding-top: 20px;
	float: left;
}
#sidebar2 {
	float: right;
	margin-right: 30px;
}
/*********************************************************
********************* END BODY ***************************
*********************************************************/	
	
	

/*********************************************************
*********** BULLETS **************************************
*********************************************************/

ul {
	color:#4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image:url(images/bullet.jpg);
	font-size: 12px;
	list-style-position:outside;
	line-height: 20px;	
}
li {
	list-style-image: url(pww_images/bullet.gif);
	line-height: 2.5em;
}	
.bullet2 {	
	color:#4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image:url(images/bullet2.jpg);
	font-size: 12px;
	list-style-position:outside;
	
}
ol {	
	color:#20858C;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image:url(images/bullet.jpg);
	font-size: 12px;
	list-style-position:outside;
	line-height:22px;
	
}
/*********************************************************	
*********** END BULLETS *********************************
*********************************************************/
a:link {
	color: #4D4D4D;
	text-decoration: none;
}
a:visited {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover {
	color: #658C21;
	text-decoration: none;
} 
