body {
	background-image: url(images/global_background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

div#mainContainer {
	width: 763px;
	margin-top: 30px;
	vertical-align: middle;
	text-align: center;
}

div#global_cornerTop {
	width: 763px;
	height: 16px;
	clear: both;
	vertical-align: bottom;
}

div#global_cornerTop img{
	vertical-align: bottom;
}

div#global_contentArea {
	width: 760px;
	_width:760px;  /* IE hack */
	height: 430px;
	background-color: #FFF;
	border-left: 2px solid #DAE1E6;
	border-right: 1px solid #DAE1E6;
}

div#global_cornerBottom {
	width: 763px;
	height: 16px;
	clear: both;
}

div#global_footer {
	width: 763px;
	height: 40px;
	margin-top: 25px;
}

div#global_footer div#footerLink{
	width: 350px;
	padding-left: 30px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	color: #639CAA;
	text-align: left;
	float: left;
}

div#global_footer div#footerLink a:link{ color: #586D79; text-decoration: none; }
div#global_footer div#footerLink a:visited{ color: #586D79; text-decoration: none;}
div#global_footer div#footerLink a:hover{ color: #2D5D8D; text-decoration: none; }

div#global_footer div#footerTag{
	width: 337px;
	float: right;
	padding-right: 20px;
}

div#global_terms {
	width: 750px;
	margin-top: 80px;
	text-align: left;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	color: #ADB6BF;
}

div#global_contentArea div#sub_cardGraphic {
	padding-top: 65px;
	padding-bottom: 25px;
}

div#global_contentArea div#sub_buttons {
	padding-bottom: 40px;
}

div#global_contentArea div#sub_applyforcard {
	float: right;
	padding-right: 10px;
}

div#global_contentArea div#sub_applyforcard img{
	vertical-align: bottom;
}

/* MAIN CONTENT PAGES */

div#subpage_cornerTop {
	width: 763px;
	height: 16px;
	clear: both;
	vertical-align: bottom;
}

div#subpage_cornerTop img{
	vertical-align: bottom;
}

div#subpage_contentArea {
	width: 760px;
	height: 410px;
	background-color: #FEFEFF;
	border-left: 2px solid #DAE1E6;
	border-right: 1px solid #DAE1E6;
}

div#subpage_navBarArea {
	position: relative;
	width: 760px;
	height: 25px;
	border-left: 2px solid #DAE1E6;
	border-right: 1px solid #DAE1E6;
}

div#subpage_cornerBottom {
	width: 763px;
	height: 16px;
	background-color: #FEFEFF;
	clear: both;
}

/* NEW NAV BAR BUTTONS */
#container {
	position: relative;
	width: 745px;
	height: 18px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	vertical-align: top;
}

#nav {
	position: absolute;
	top: 0px;
	left: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 18px;
	display: inline;
	overflow: hidden;
	width: 610px;
	vertical-align: top;
	float: left;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
}
	
#nav a:hover {
	background-position: 0 -18px;
}

#nav a.selected, #nav a:hover.selected {
	background-position: 0 -18px;
	cursor: default;
}
	
#nofees a  {
	width: 129px;
	background: url(images/nav_nofees.gif) top left no-repeat;
}

#rewards a  {
	width: 135px;
	background: url(images/nav_rewards.gif) top left no-repeat;
}

#reminders a  {
	width: 135px;
	background: url(images/nav_reminders.gif) top left no-repeat;
}

#overtime a  {
	width: 100px;
	background: url(images/nav_overtime.gif) top left no-repeat;
}
	
#benefits a  {
	width: 110px;
	background: url(images/nav_benefits.gif) top left no-repeat;
}

div#applyBtn {
	width: 122px;
	height: 25px;
	float: right; 
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

div#applyBtn a {
	padding: 0px;
	margin: 0px;
}