body {
	background-image: url('/en_US/hcp/media/images/common/backgrounds/bg_pattern_dark_purple.gif');
	background-repeat: repeat;
	margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0px;
}

#potcLogo {
	float:left;
}
#loginArea {
	text-align:right;
	padding-top:2px;
	height:31px;
}
#welcomeBar {
	background-color:#7f1399;
	height:21px;
	color:#fff;
	float:right;
	font-size:10px;
	padding-right:5px;
}
#loginBar {
	float:right;	
}	
a.welcomeBar, a.welcomeBar:hover {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
#mainNav {
	padding:4px 0px 10px 0px;
}
#header {
	width:777px;
	height:77px;
	padding:0px;
	margin:0px auto;
	display:block;
	background-image: url('/en_US/hcp/media/images/common/backgrounds/header-background-gradient.gif');
	text-align:left;
}
#headerSeperator {
	width:777px;
	border-top:0px solid #fff;
	border-bottom:2px solid #fff;
	background-image: url('/en_US/hcp/media/images/common/backgrounds/header-background-gradient.gif');
	margin:0px auto;
	height:3px;
}
#subNav {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width:777px;
	height:22px;
	padding:0px;
	margin:0px auto;
	display:block;
	background-color:#7f1399;
	text-align:center;
}
#mainBody {
	margin:0px auto;
	width:777px;
	display:block;
	float:none;
	clear:both;
	background-color:#ffffff;
}
#mainBodyLeftNav {
	width:150px;
	float:left;
	display:block;
	overflow: hidden;
}
#mainBodyCenterContent {
	width:285px;
	padding-left:15px;
	padding-right:35px;
	padding-top:15px;
	float:left;
	display:block;
}
#mainBodyRightColumn {
	width:292px;
	float:left;
	display:block;
}
#mainBodySecondColumn {
	width:612px;
	padding-left:15px;
	float:left;
	display:block;
}

.mainBodySecondColumnContent {
	padding-right:15px;
}
#mainBodySecondColumnFull {
	width:625px;
	padding-left:0px;
	float:left;
	display:block;
}
.mainBodySecondColumnContentFull {
	padding-right:0px;
}
#mainBodyBottomSpacer {
	display:block;
	height:30px;
	float:none;
	clear:both;
}
#footer {
	display:block;
	/*background-color:#a287be;*/
	background-color:#660e8d;
	height:90px;
	margin:0px auto;
	width:777px;
	/*color:#623290;*/
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:none;
	clear:both;
}
#footerContent {
	float:left;
	display:block;
	width:500px;
	padding:10px 10px;
	text-align:left;
}


a {
	color:#623290;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

a.pinkLink{
	color:#E74A9D;
	text-decoration:underline
}

#footerContent, #footerContent a {
	/*color:#623290;*/
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

#partnerLogos {
	float:right;
	display:block;
	margin: 20px 20px 0 0;
	width:230px;
	text-align:right;
}
#footerPrivacy {
	width:700px;
	margin:0px auto;
	padding:7px 77px 5px 7px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display:block;
	text-align:left;
	float:none;
	clear:both;
}
#footerPrivacy a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
}
#formContentPurple {
	font-family:Arial, Helvetica, sans-serif;
	color:#7f1399;
	font-size:12px;
}
.formContentPurpleHeadline {
	font-size:18px;
}
.headerLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.headerLinks:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffcb00;
	text-decoration:none;
}
.headerLinksOn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffcb00;
	text-decoration:none;
	font-weight:bold;
}
.leftNavMain {
	padding:4px 0px 4px 5px;
}

.leftNavSub {
	padding:4px 0px 4px 17px;
}
.small {
	font-size:9px;
}
.whyBox {
	background-color:#FFFFFF;
	border:3px solid #6A3188;
	display:none;
	left:305px;
	padding:3px 10px;
	position:absolute;
	text-align:left;
	top:425px;
	width:200px;
}
#dhtmltooltip {
	position: absolute;
	width: 250px;
	border: 1px solid #d80073;
	padding: 4px;
	background-color: #FFCC00;
	visibility: hidden;
	z-index: 100;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f1399;
	cursor: help;
	
}

.tooltip_label {
	padding:0 0 0 10px;
	text-decoration: underline;
	cursor: help;
	font-size: 12px;
}

/* registration form classes */

		.formFieldLong {
			width:145px;
		}
		.formFieldMedium {
			width:75px;
		}
		.formTextAreaCode {
			width:30px;
		}
		.formTextPhone3 {
			width:30px;
		}
		.formTextPhone4 {
			width:45px;
		}
		.required {
			color:#ff0000;
		}
		.errorMsg {
			color:#ff0000;
			font-size:10px;
		}
		.error {
			color:#ff0000;
		}
		.fieldName {
			font-size:11px;
		}
		.fieldName A {
			text-decoration:underline; 
		}
		.why { 
			font-size:10px;
			text-decoration:underline;
			cursor: help;
		}
		.greyIntro {
			color:#847d6d;
			font-size:11px;
		}
		.headline {
			color:#8d2a9b;
			font-size:18px;
			
		} 
/* end registration form classes */

#sendNowButton {
	width: 90px;
	height: 25px;
	padding: 30px 0 0;
	margin: 0;
	border: 0;
	background: transparent url(/en_US/hcp/media/images/common/buttons/send_now.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#flashContent {
	display:block;
	width:750px;
	height:450px;
	font-size:1px;
	position:absolute;
	z-index:-1000;
	voice-family: female;
}

#flashContent a {
	font-size:1px;
}

.navArrow {
	padding-right:3px;
}

/*  styles to support new header */
#header {
	border:0px solid red;
	width:777px;
	height:79px;
	margin:auto;
	border-bottom:1px solid #fff;
	z-index:100;
	position:relative;
}
#package {
	border:0px solid blue;
	float:left;
	width:118px;
	height:79px;
}
#topNavArea {
	border:0px solid green;
	overflow:hidden;
	float:left;
	width:659px;
	height:79px;
	background-image:url('/en_US/hcp/media/images/common/backgrounds/background_nav_purple.jpg');
	background-repeat:repeat-y;
}
#welcomeArea {
	border:0px solid red;
	width:659px;
	height:52px;
	overflow:hidden;
}
#welcomeMessage {
	float:left;
	font-family:verdana;
	font-size:11px;
	color:#fdfdfd;
	margin-top:5px;
	margin-left:10px;
}
#utilityLinks {
	float:right;
	font-family:verdana;
	font-size:11px;
	color:#fdfdfd;
	margin-top:5px;
	margin-right:10px;
}
#utilityLinks a {
	color:#FDFDFD;
	text-decoration:none;	
	font-family:verdana;
	font-size:11px;
}
#utilityLinks a:hover {
	color:#FDFDFD;
	text-decoration:underline;	
}
#utilityLinksOn {
	float:right;
	font-family:verdana;
	font-size:11px;
	color:#fdfdfd;
	margin-top:5px;
	margin-right:10px;
}
#utilityLinksOn a {
	color:#FDFDFD;
	text-decoration:none;	
	font-family:verdana;
	font-size:11px;
	text-decoration:underline;	
}
#utilityLinksOn a:hover {
	color:#FDFDFD;
	text-decoration:underline;	
}
#topTabs {
	border:0px solid black;
	overflow:hidden;
	width:659px;
	height:27px;
	color:#fdfdfd;
	font-family:verdana;
	font-size:11px;
	background-image:url('/en_US/hcp/media/images/common/backgrounds/nav_tab_corner.gif');
	background-repeat:no-repeat;
	background-color:#660E8D;
}
#navLinks {
	border:0px solid red;
	float:left;
	padding:7px 0px 0px 15px;
	word-spacing:2px;
}
#navLinks a {
	color:#FDFDFD;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;	
}
#navLinks a:hover {
	color:#F2C51A;
}
a.navLinksOn  {
	color:#F2C51A;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;	
}
#siteSearch {
	border:0px solid red;
	float:right;
	padding-top:3px;
}
#searchForm {
	margin:0px;
	padding:0px;
}
#srch_query {
	width:105px;
	height:17px;
	font-family:verdana;
	font-size:10px;
	color:#6F2A7E;
	margin:0px;
	padding:0px;
	border:0px;
	padding-top:4px;
	padding-left:5px;
	line-height:11px;
}
#searchGoButton {
	margin:0px;
	padding:0px;
	padding-right:10px;
	vertical-align:top;
}
#topNavFightingLinks  {
	border:0px solid #ff0000;
	position:absolute;
	z-index:100;
	top:84px;
	left:178px;
	
}
#topNavFightingLinks  img {
	 width:175px;
	 height:6px;
	 display:block;
}
#topNavContestsLinks {
	border:0px solid #ff0000;
	position:absolute;
	z-index:100;
	top:84px;
	left:295px;
}
#topNavContestsLinks  img {
	 width:230px;
	 height:6px; 
	 display:block;
}
#topNavPassionsLinks {
	border:0px solid #ff0000;
	position:absolute;
	z-index:100;
	top:84px;
	left:402px;
} 
#topNavPassionsLinks  img {
	 width:195px;
	 height:6px;
	 display:block;
}
#topNavNewsletterLinks {
	border:0px solid #ff0000;
	position:absolute;
	z-index:100;
	top:84px;
	left:503px;
} 
#topNavNewsletterLinks  img {
	 width:230px;
	 height:6px;
	 display:block;
}
.topNavLinks ul  {
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	list-style-type: none;
	list-style-position:outside;
	text-indent:0;  
	background-color:#F7F2FD;
}
.topNavLinks li  {
	border-bottom:1px solid #FDFDFD;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	font-size:12px;
}
.topNavLinks a  {
	color:#663399;
	font-family:verdana;
	font-size:12px;
	padding:0px 10px;
	vertical-align:middle;
	line-height:23px;
	font-weight:normal;
	text-decoration:none;
}  
/* end new header styles */