/*This style redefines the standart form tag*/
form {
	margin: 0px;
	padding: 0px;
}

/*This div contains the logo image that is found in the header section of the page*/
Div.Logo_Holder {
	width: 380px;
	float: left;
	margin-top: 10px;
	padding-left: 13px;
}
/*This div contains the image  that is used to submit the login data from form that is found in the header section of the page*/
Div.Go_Button_Holder {
	float: right;
	margin-top: 26px;
}
/*This div contains all of the login form elements that are found in the header section of the page*/
Div.Logon_Holder {
	width: 320px;
	float: right;
	text-align: right;
	margin-top: 23px;
	height: 30px;
}
/*This defines the style for the form input box*/
.Log_In_Box {
	background-color: #fbf3dc;
	border: 1px solid #d3d0c7;
	height: 16px;
	width: 96px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 4px;
}
/*This div holds the smaller bank items that are found just above the main header navigation*/
Div.Bank_Bar {
	margin-top: 2px;
	clear: right;
}
/*This div holds and positions the bank links that are found just above the main header navigation*/
Div.Bank_Item_Box {
	float: right;
	font-size: 10px;
	background-color: #4A4E3F;
	padding-right: 6px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

/*This div holds the type in the body section on the main page only*/
Div.Copy_Holder {
	float: left;
	width: 290px;
	margin-left: 10px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.Copy_Holder A:link
{
    color: #d2a402;
}
.Copy_Holder A:active
{
    color: #d2a402;
}
.Copy_Holder A:visited
{
    color: #d2a402;
}
.Copy_Holder A:Hover
{
    color: #003300;
}
Div.Wide_Body_Copy {
	float: left;
	width: 445px;
	margin-left: 24px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

Div.Left_Side {
	background-color: #e4e5c9;
	width: 180px;
	padding-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

/*This div holds and positions the ad image that is located on the left hand side of the page*/
Div.Left_Ad_Holder {
	width: 131px;
	margin-top: 20px;
	margin-left: 14px;
}
/*This div holds and positions the ad image that is located on the bottom half of the main page*/
Div.Ad_Holder {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

/*This div holds the elements that reside just below the footer section of the page*/
Div.Sub_Footer_Holder {
	height: 40px;
}
/*This div holds and formats the terms and conditions links that are found within the Sub_Footer section of the page*/
Div.Terms_Link {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 10px;
	margin-left: 8px;
	padding-left: 8px;
	font-size: 10px;
	margin-top: 11px;
	line-height: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This style formats the type that is found on the left hand side of the Sub_Footer section of the page*/
.Sub_Footer_Type {
	font-size: 10px;
	margin-left: 0px;
	float: left;
	padding-top: 10px;
}
/*This style formats the type that is found on the right hand side of the Sub_Footer section of the page*/
.Sub_Footer_Type_Right {
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	text-align: right;
	padding-top: 10px;
}

/*Link styles for the smaller bank link section found in the header section of the page.*/
.Bank_Item_Box a:hover {
	color: #d2a402;
	text-decoration: none;
	font-weight: normal;
}
.Bank_Item_Box a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.Bank_Item_Box a:active {
	color: #d2a402;
	text-decoration: none;
	font-weight: normal;
}
.Bank_Item_Box a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

/*Underlined link style for Terms and usage at the bottom of the page in the Sub_Footer section*/
.Terms_Link a:hover {
	color: #d2a402;
	text-decoration: underline;
	font-weight: normal;
}
.Terms_Link a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.Terms_Link a:active {
	color: #d2a402;
	text-decoration: underline;
	font-weight: normal;
}
.Terms_Link a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

