@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #FFECB3;
}
#container {
	background-color: #FFFFFF;
	height: 860px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(images/pm_background.png);
	background-repeat: no-repeat;
}
#main {
	position:absolute;
	left:40px;
	top:200px;
	width:540px;
	height:520px;
	z-index:1;
	background-color: #FFCCFF;
	opacity:0.8;
	filter: alpha(opacity=80);
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #AD76B2;
	font-size: 11px;
}
#header {
	position:absolute;
	left:40px;
	top:20px;
	width:886px;
	height:120px;
	z-index:1;
	background-image: url(images/pmlogo3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}
#sidebar {
	position:absolute;
	left:615px;
	top:200px;
	width:275px;
	height:520px;
	z-index:1;
	background-color: #FFCCFF;
	opacity:0.8;
	filter: alpha(opacity=80);
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #AD76B2;
}

#GlobalNav {
	background-image: url(images/globalnav2_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	position: absolute;
	right: 50px;
	bottom: 35px;
	text-align: center;
	z-index: 2;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
#footer {
	position:absolute;
	left:41px;
	top:756px;
	width:886px;
	height:60px;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 100%;
	color: #333;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}


#menu {
	position:absolute;
	left:40px;
	top:154px;
	width:876px;
	height:30px;
	z-index:2;
	color: #AD76B2;
	background-color: #AD76B2;
}
.description {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	word-spacing: 1px;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #F09;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #63C;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #63C;
}


p strong {
	color: #333;
	font-size: 12px;
	font-style: italic;
}
p {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 5%;
}
ul {
	font-size: 11px;
	text-align: left;
}
