body {background-color:#cccccc; height:100%; margin:0px; padding:0px; font-family:Verdana, Courier; font-size:12px; }


/* HomePage Styles */

.TableTopSection
{		background-image:url('images/fin_HomeTop.png'); 
        background-repeat:no-repeat; 
        background-color:#bababa;
        background-position:top center;
	}
.TableBottomSection {
	text-align:right; 
	padding-right:20px; 
	vertical-align:middle; 
	height:145px; 
	line-height:145px; 
	background-image:url('images/fin_HomeBottom.png'); 
	background-repeat:no-repeat;
	}

.JoinText { font-family:Verdana; font-size: 17px; 
			letter-spacing: -.5; 
			color:#050b21; 
			font-weight:bold;}

a.JoinText:link
	{ color:#235ed2 !important;}
	
a.JoinText:hover
	{ color:#f63015 !important;
	   text-decoration:none !important;}

.ContentArea
{	background-color:#efefef; padding:10px;}

.MainContentArea
{	background-color:#ffffff; padding:15px;}

.RightPane
{	padding:5px !important;}

.LoginUpperRight
{ background-image:url(images/upperright.png);
  background-position:top right;
  background-repeat:no-repeat;
  background-color:#efefef;
  	}
.LoginBottomRight
{ background-image:url(images/bottomright.png);
  background-position:bottom right;
  background-repeat:no-repeat;
  background-color:#efefef;
	}

.MainUpperRight
{ background-image:url(images/upperrightmain.png);
  background-position:top right;
  background-repeat:no-repeat;
  background-color:#ffffff;
  	}
.MainBottomRight
{ background-image:url(images/bottomrightmain.png);
  background-position:bottom right;
  background-repeat:no-repeat;
  background-color:#ffffff;
	}

.RegistrationLink
{ background-image:url(images/logintopright2.png); width:377px; height: 81px; }

/* Newsletter Link Styles */
.normal {font-size:12px;}

/* Privacy & Terms Link Styles */
.privacyterms
	{color:#747474 !important; font-size:11px !important; font-weight:bold; letter-spacing:-0.5; 
	 vertical-align:bottom !important;}

a.privacyterms:link,a.privacyterms:active,a.privacyterms:visited
	{color:#747474 !important;}
	
a.privacyterms:hover
	{color:#747474 !important; text-decoration:underline !important;}
	
/* Newsletter Link Styles */	

.NewsletterLink
	{color:#3063ce !important; font-size:11px !important; letter-spacing:-0.5px; vertical-align:top;}

a.NewsletterLink:link,a.NewsletterLink:active,a.NewsletterLink:visited
	{color:#3063ce !important; text-decoration:underline !important;}
	
a.NewsletterLink:hover
	{color:#747474 !important; text-decoration:underline !important;}


/* GENERIC LINKS */

a:link, a:visited, a:active
{	text-decoration:none;
 	color:#3063ce !important;
	}
a:hover
{	text-decoration:underline;
 	color:#747474 !important;
	}

.UserLogoutArea{
	background-color:#efefef; 
    height:35px; 
    line-height:30px; 
    text-align:right;
    padding-right:5px; font-size:11px;}

a.UserLogoutArea:link, a.UserLogoutArea:visited, a.UserLogoutArea:active
{	text-decoration:none;
 	color:#3063ce !important;
	}
a.UserLogoutArea:hover
{	text-decoration:underline;
 	color:#3063ce !important;
	}


/* NAV MENU -- BEGIN */
.topnav{
	text-align:left;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-weight:bold;
	height:30px;
}
.topNavRootItem 
{
	margin:0;
	text-align:center;
	font-weight:bold;
	vertical-align: top;
	color:#888888;
	text-decoration: none;
	background-image:url('images/menu.png');
	background-position:right top;
	background-repeat: no-repeat;
	vertical-align:middle;
	line-height:30px;
	height:30px;
	width:105px;
	display:inline-block;
}	
.topNavRootItemHover
{	vertical-align:top;
	text-align:center;
	color: #888888;
	background-image:url('images/menu_on.png');
	background-position:right top;
	background-repeat: no-repeat;
	vertical-align:middle;
	line-height:30px;
	height:30px;
	width:105px;
	display:inline-block;
}	

.topNavRootItemSelected
{	text-align:center;
	vertical-align:bottom;
	color:black;
	text-decoration: none;
	background-image:url('images/menu_on.png');
	background-position:right top;
	background-repeat: no-repeat;
	vertical-align:middle;
	line-height:30px;
	height:30px;
	width:105px;
	display:inline-block;
}

/* NAVIGATION SUB MENU*/	
.topNavSubItem 
{
	display:block;
	color:#3063ce;
	width: 150px !important;
	text-decoration: none;
	padding: 4px 20px 4px 4px;
	font-size:12px !important;
	height:25px;
	font-weight:bold;
}
.topNavSubItemHover
{
	display:block;
	color:white;
	width: auto;
	margin: 0;
	padding: 4px 20px 4px 4px;
	font-size:12px !important;
	background-color:#3063ce;
	font-weight:bold;
}
.topNavSubItemSelected
{
	display:block;
	color:black;
	text-decoration: none;
	margin: 0;
	padding: 4px 20px 4px 4px;
	background-color:#bc950c;
	font-size:12px !important;
	font-weight:bold;
}
.topNavContainerSub
{
	color:black;
	width: auto;
	min-width:120px;
	font-size:12px !important;
	text-decoration: none;
	background-color:#efefef;
	border:1px solid #888888;
	font-size:12px;
}


