/* CSS Document */
a.userTipsLink:link, 
a.userTipsLink:visited, 
a.userTipsLink:active	{
	color:				#006594;
	font-size: 			12px;
	line-height:		15px;
	font-family: 		arial, sans-serif;	
	font-weight:		bold;
	text-decoration: 	none;
}
a.userTipsLink:hover 	{
	color:				#006594;
	font-size: 			12px;
	line-height:		15px;
	font-family: 		arial, sans-serif;	
	font-weight:		bold;
	text-decoration: 	none;
	text-decoration:	underline;
}
#rightRail				{
/*	background-color: 	#e8e5de; */
	width:				201px;
	margin:				0px;
}
.hidden {
  display: none;
}
.userTips {
	margin-left:		20px;
	margin-right:		20px;
}
.userTipsTextBox		{
	width:				160px;
	margin-left:		20px;
	margin-right:		20px;
}
.userTipsTitle			{
	font-family:		arial, sans-serif;
	font-size:			1.3em;
	line-height:		16px;
	font-weight:		bold;
	color:				#4e917a;
	margin-top:			21px;
}
.userTipsText			{
	font-family:		"Arial", sans-serif;
	font-size:			1.2em;
	line-height:		15px;
	color:				#000000;
	margin-bottom:		10px;
}
.userTipsTitleDivider	{
	margin-top:			12px;
	margin-bottom:		14px;
}
/*.userTipsDivider		{
	margin-top:			21px;
}*/
.learnMore				{
	margin-left:		3px;
	margin-bottom:		1px;
}

/* login section classes originally present here */
/*
.urgentMessageBackground	{
	background-image:	url(/images/direct/urgentMessageBackground.gif);
	background-repeat:	repeat-x;
	background-position: bottom;
	min-height:			101px;
	height:				101px;
	padding-bottom:		20px;
}
html>body .urgentMessageBackground{
	background-image:	url(/images/direct/urgentMessageBackground.gif);
	background-repeat:	repeat-x;
	background-position: bottom;
	min-height:			101px;
	height:				auto;
	padding-bottom:		20px;
}
*/
.urgentMessage	{
	background-image:	url(/images/direct/urgentMessageBackground.gif);
	background-repeat:	repeat-x;
	background-position: bottom;
	min-height:			101px;
	height:				101px;
	padding-bottom:		20px;
}
html>body .urgentMessage	{
  height: auto;
}
/*
.urgentMessageContainer	{
	margin-left:		20px;
	margin-right:		20px;
}
*/
.urgentMessageHeading	{
	font-family:		"Times New Roman", Times, serif;
	font-size:			1.2em;
	line-height:		15px;
	font-weight:		bold;
	color:				#be6516;
	margin-bottom:		5px;
	margin-top:			20px;
}
.urgentMessageText		{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.1em;
	line-height:		15px;
	font-weight:		bold;
	color:				#000000;
}
.h1_Heading {
  padding-left: 25px;
	font-family: "times new roman", sans-serif;
	padding: 10px,0,0,25px;
	margin: 0;
	color: #965649;
	font-size: 2.2em;
	line-height: 26px;
	font-weight: normal;
}

/* BEGIN Remaining Right Rail Classes for pre-login */
#rightRail				{
	background-color: 	#e8e5de;
	width:				201px;
	margin:				0px;
}
.userTipsDivider		{
	margin-top:			21px;
}
.learnMore				{
	margin-left:		3px;
	margin-bottom:		1px;
}
.loginDirect			{
	width:				200px;
	height:				201px;
	background-image:	url(/images/direct/loginBackground.jpg);
}
html>body .loginDirect			{
	width:				200px;
	height:				201px;
	background-image:	url(/images/direct/loginBackground.jpg);
	padding-top:		5px;
}
.loginIcon				{
	margin-left:		10px;
	margin-top:			3px;
	margin-bottom:		2px;
}
.loginFieldSection		{
	width:				180px;
	height:				165px;
	margin-left:		10px;
	margin-top:			0px;
	background-color:	#f8f2d8;
}
html>body .loginFieldSection		{
	width:				180px;
	margin-left:		10px;
	background-color:	#f8f2d8;
	min-height:			165px;
	height:				auto;
	padding-top:		4px;
	padding-bottom:		10px;
}
.fieldHeading			{
	margin-left:		10px;
	margin-top:			10px;
	margin-bottom:		3px;
}
input.fieldSection			{
	border-style:		solid;
	border-color:		#c0b6aa;
	border-width:		1px;
	margin-left:		10px;
	margin-bottom:		2px;
	background-color:	#fbf8ee;
}
.loginSectionText		{
	line-height:		12px;
	margin-left:		5px;
	margin-top:			8px;
	float:				left;
	width:				105px;
}
html>body .loginSectionText		{
	line-height:		12px;
	margin-left:		10px;
	margin-top:			5px;
	float:				left;
	width:				105px;
}
.loginDirectButtonSection	{
	float:				right;
}
.loginDirectButton			{
	margin-right:		11px;
	margin-top:			10px;
	margin-bottom:		4px;
}
html>body .loginDirectButton			{
	margin-right:		11px;
	margin-top:			10px;
	margin-bottom:		4px;
}
.loginErrorTitle			{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.2em;
	color:				#ff0000;
	line-height:		15px;
	font-weight:		bold;
	margin-left:		10px;
}
.loginErrorText				{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.1em;
	color:				#ff0000;
	line-height:		15px;
	font-weight:		normal;
	margin-left:		10px;
}

.urgentMessageBackground	{
	background-image:	url(/images/direct/urgentMessageBackground.gif);
	background-repeat:	repeat-x;
	background-position: bottom;
	min-height:			101px;
	height:				101px;
	padding-bottom:		20px;
}
html>body .urgentMessageBackground{
	background-image:	url(/images/direct/urgentMessageBackground.gif);
	background-repeat:	repeat-x;
	background-position: bottom;
	min-height:			101px;
	height:				auto;
	padding-bottom:		20px;
}
.urgentMessageContainer	{
	margin-left:		20px;
	margin-right:		20px;
}
.callToActionLink1Div   {
	margin-top:         10px;
	margin-bottom:      10px;
}
/*.urgentMessageHeading	{
	font-family:		"Times New Roman", Times, serif;
	font-size:			1.2em;
	line-height:		15px;
	font-weight:		bold;
	color:				#be6516;
	margin-left:		20px;
	margin-right:		20px;
	margin-bottom:		5px;
	margin-top:			20px;
}
.urgentMessageText		{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.1em;
	line-height:		15px;
	font-weight:		bold;
	color:				#000000;
	margin-left:		20px;
	margin-right:		20px;
}*/
/* END Remaining Right Rail Classes for pre-login */
