/*-------------divWPageTop ---------------*/
#divWPageTop 
{
	background-image: url(/images/wpage-top2.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 44px;
}



/*-------------divWPageContentbkg ---------------*/
#divWPageContentbkg
{
	background-image: url(/images/wpage2-bkg2.jpg);
	background-repeat: repeat-y;
	width: 1000px;
}


/*-------------divWPageContent ---------------*/
#divWPageContent
{
	background-image: url(/images/wpage2-bkg1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	text-align: center;
}

#divWPageContent .subContent
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:801px;
}

#divWPageContent .subLeftCol
{
	float:left;
	width:175px;
}

#divWPageContent .subRightCol
{
	width:615px;
	float:right;
}

#divWPageContent .red
{
	color:#CC0000;
}

#divWPageContent h4
{
	margin-bottom:10px;
}


#divWPageContent p
{
	margin-bottom:50px;
}

#divWPageContent .lastP
{
	margin-bottom:15px;
}


/*-------------divWPageBtm ---------------*/
#divWPageBtm
{
	background-image: url(/images/wpage-btm2.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 42px;
}


#goBack:link, #goBack:visited {
	color: #CE0807;
	font-size: 12px;;
	text-decoration: none;
}
#goBack:hover {
	text-decoration: underline;
}
