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

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


.left {
float:left;
}

.right {
float:right;
}

.clear {
clear:both;
}

#page_background {
	background-color:#ffffff;
	background-image: url(../images/coming-soon-background.jpg); 
	background-repeat:repeat-x;
	margin: 0px; /*Flushes background against sides of page*/
}

#main_wrapper {
	width: 1024px; /*Width of main wrapper*/
	margin: 0 auto; /*Flushes to top and centers wrapper on page*/
	min-height:100%;
	height:100%;/*For IE6 and 5.5*/
}

#PPlogo {
	position:relative;
	vertical-align:middle;
	margin:0 auto;
	width:450px;
	padding-top:35px;
	width:402px;
	height:auto;
	z-index:1;
}

#body_container {
	width:450px;
	margin: 0 auto; /*Flushes to top and bottom, and centers container inside main_wrapper div*/
	height:100%;
	clear:both;
}

.main_body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 125%;
	font-weight: normal;
	margin: 0px;
	text-align:left;
}

.main_body_textItalics {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	font-weight: normal;
	font-style: italic;
}

.main_body_textBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	font-weight: bold;
}

.header1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #67242f;
	line-height: 125%;
	font-weight: bold;
	margin: 0px;
	text-align:center;
}

.header1Italics {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 125%;
	font-weight: normal;
	font-style: italic;
}

.header1Heavy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 125%;
	font-weight: bolder;
}


a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C2963D;
	line-height: 125%;
	text-decoration:underline;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C2963D;
	line-height: 125%;
	text-decoration:underline;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 125%; 
}

