#wrap {
	
}
#header {
	BORDER-RIGHT: green 0px dotted; PADDING-RIGHT: 0px; BACKGROUND-POSITION: 0px 100%; BORDER-TOP: green 0px dotted; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: green 0px dotted; PADDING-TOP: 0px; BORDER-BOTTOM: green 0px dotted; BACKGROUND-REPEAT: no-repeat; POSITION: relative; HEIGHT: 113px; BACKGROUND-COLOR: #fff
}
BODY.persuasion DIV#header {
	MARGIN-LEFT: -1px; WIDTH: 737px
}
#logo {
	LEFT: 0px; VERTICAL-ALIGN: bottom; WIDTH: 235px; WHITE-SPACE: nowrap; POSITION: absolute; TOP: 0px
}
#header A.HGFR {
	RIGHT: 485px
}
#siteLinks {
	BORDER-RIGHT: red 0px dotted; BORDER-TOP: red 0px dotted; FONT-SIZE: 12px; RIGHT: 20px; VERTICAL-ALIGN: top; BORDER-LEFT: red 0px dotted; COLOR: #add8f5; BORDER-BOTTOM: red 0px dotted; WHITE-SPACE: nowrap; POSITION: absolute; TOP: 48px; TEXT-ALIGN: right
}
#siteLinks A:link {
	FONT-WEIGHT: bold; COLOR: #005388; FONT-FAMILY: 'Century Gothic, Trebuchet MS',verdana,sans-serif; TEXT-DECORATION: none
}
#siteLinks A:visited {
	FONT-WEIGHT: bold; COLOR: #005388; FONT-FAMILY: 'Century Gothic, Trebuchet MS',verdana,sans-serif; TEXT-DECORATION: none
}
#siteLinks A:hover {
	FONT-WEIGHT: bold; COLOR: #005388; FONT-FAMILY: 'Century Gothic, Trebuchet MS',verdana,sans-serif; TEXT-DECORATION: none
}
#siteLinks A:hover {
	TEXT-DECORATION: underline
}
#siteLinks SPAN {
	COLOR: #005388
}
#siteLinks DIV.loginLink {
	DISPLAY: inline
}
#siteLinks DIV.signupLink {
	DISPLAY: inline
}
#siteLinks DIV.loginSignupSeparator {
	DISPLAY: inline
}



/* tabs */

UL#tabs {
	list-style: none;
	position: absolute;
	left: 12px;
	top: 78px;
	padding: 7px 0 0 0;
	margin: 0;
	border: 0px dotted purple;
	width: 710px;
	width: 98%;
	}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: 'trebuchet ms',verdana,sans-serif;
	height: 28px;
	line-height: 28px;
	font-size: small;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 10px;
	}
	#tabs li.firstTime {
		font-size: 11px;
		font-weight: normal;
		float: right;
		float: left;
		margin-left: 5px;
		margin-top: -10px;
	}

#tabs a {
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 3px;
	margin: 0px 3px;
	padding: 0 0px 0 7px;
	text-decoration: none;
	}
	#tabs li.active a {
		background-repeat: no-repeat;
		background-position: left top;
	}

	#tabs li.firstTime a {
		background-repeat: no-repeat;
		background-position: left top;
		margin: -5px 3px 0px 0px;
		padding: 0 0px 0 7px;
	}

#tabs a span {
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	display: block;
	padding: 0px 15px 0px 8px;
	color: #005388;
	}
	#tabs li.active a span {
		background-repeat: no-repeat;
		background-position: right top;
		color: #fff;
	}

	#tabs li.firstTime a span {
		background-repeat: no-repeat;
		background-position: right top;
		color: #fff;
		padding-top: 0px;
	}

#tabs a:hover {
	background-position:0% -43px;
	}

	#tabs a:hover span {
		background-position:100% -43px;
	}

	#tabs li.active a:hover span {
		background-position: right top;
	}

	#tabs li.active a:hover {
		background-position: left top;
	}


#tabs li.firstTime a:hover {
	background-position:0% -33px;
	}

	#tabs li.firstTime a:hover span {
		background-position:100% -33px;
	}
	
/* tabs */

#tabs a {
	background-image: url("../images/tab/2008_left.gif");
	}

	#tabs li.firstTime a {
		background-image: url("../images/tab/first/left.gif");
	}
	
	#tabs li.active a {
		background-image: url("../images/tab/active/left.gif");
	}
	
	#tabs a span {
		background-image: url("../images/tab/2008_right.gif");
	}

		#tabs li.firstTime a span {
			background-image: url("../images/tab/first/right.gif");
		}

		#tabs li.active a span {
			background-image: url("../images/tab/active/right.gif");
		}
