@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0; padding: 0;
}

body{
	background-color: #fff;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #000033; line-height: 1.5em;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #FF6600; line-height: 1.5em;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; line-height: 1.5em;
}

ul{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; line-height: 1.5em;
}

a img{
	border: 0;
}
.clear{
	clear: both;
}

.wrapper{
	text-align: center; width: 100%; height: 100%;
}
.pageContent{
	width: 1024px; height: 768px; margin: 0 auto; /*background: #ffffff url(../images/ppintro.png) top no-repeat;*/ text-align: left;
}


.header{
	height: 140px;
}

.content{
	min-height:: 300px; padding: 20px 50px;
}

.footer{
	border-top: #cccccc 5px dashed; height: 140px;
}