body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-size-adjust:2px;
	color:#707172;
	background:#ffffff;
}

p{
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:0;
	margin-top:0;
}

a{
	color:#df3689;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;	/*override*/
}
a:link{color:#df3689;}
a:visited{color:#df3689;}
a:hover{color:#df3689; text-decoration:underline;}
a:active{color:#df3689;}

img{border:0px;}

h1{
	padding:4px 0px 0px 60px;
	margin:0px 0px 30px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:normal;
	background:url(Images/h1BG.png) no-repeat;
}

h2{
	padding:0px;
	margin:0px 0px 18px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:normal;
}

.floatLeft{float:left;}
.floatRight{float:right;}
.clearFloat{clear:both;}

.spacerLeft{margin-left:10px;}
.spacerLeftDubble{margin-left:20px;}
.spacerRight{margin-right:10px;}
.spacerRightDubble{margin-right:20px;}
.spacerUp{margin-top:15px;}
.spacerUpDubble{margin-top:30px;}
.spacerDown{margin-bottom:15px;}
.spacerDownDubble{margin-bottom:30px;}

.fullWidth{width:100%;}
.halfWidth{width:50%;}
.thirdWidth{width:33%;}
.quarterWidth{width:25%;}

#maincontainer{
	text-align:left;
}

#topArea{
	padding:0px 20px;
	height:104px;
	overflow:hidden;
}

#menuArea{
	display:none;
}

#topBanner{
	display:none;
}

#bannerShadow{
	display:none;
}

#contentArea{
	
}

#bottomArea{
	padding:28px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-top: #000 solid 1px;
}
#bottomArea a{color:#707172;}


#contentArea.twoColumns{
	padding:17px 56px 24px 56px;
}
.twoColumns #mainColumn{
	margin:0px 56px 0px 0px;
	float:left;
}
.twoColumns #rightColumn{
	display:none;
}
.twoColumns #mainColumn .halfWidth{width:48%;}

#contentArea.threeColumns{
	padding:17px 39px 24px 46px;
}
.threeColumns #leftColumn{
	display:none;
}
.threeColumns #mainColumn{
	margin:0px 25px 0px 0px;
	float:left;
}
.threeColumns #rightColumn{
	display:none;
}
.threeColumns #mainColumn .halfWidth{width:48%;}

.box{}
.box .boxTopLeft{
	height:17px;
	padding-left:17px;
	background:url(Images/boxTopLeft.png) no-repeat;
}
.box .boxTopRight{
	height:17px;
	background:url(Images/boxTopRight.png) no-repeat right;
}
.box .boxMiddleLeft{
	padding-left:17px;
	background:url(Images/boxMiddleLeft.png) repeat-y;
}
.box .boxMiddleRight{
	padding-right:17px;
	background:#ffffff url(Images/boxMiddleRight.png) repeat-y right;
}
.box .boxMiddleRight h1{
	padding:8px 0px 0px 30px;
	margin:0px 0px 15px 0px;
	min-height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	background:url(Images/boxHeaderBG.png) no-repeat;
}
.box .boxBottomLeft{
	height:17px;
	padding-left:17px;
	background:url(Images/boxBottomLeft.png) no-repeat;
}
.box .boxBottomRight{
	height:17px;
	background:url(Images/boxBottomRight.png) no-repeat right;
}