/*This defines the default type for the page*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/*This style redefines the standart h1 tag*/
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #003300;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;		
}
/*This style redefines the standart h2 tag*/
h2 
{
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-size: 16px;
	color: #343d37;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
/*This style redefines the standart h3 tag*/
.Body_Copy_Title_XX
{
	font-family: Georgia, "Times New Roman", Times, serif;		
	color: #343d37;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;	
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 
{
	font-family: Georgia, "Times New Roman", Times, serif;		
	color: #343d37;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
/*This style redefines the standart h4 tag*/
h4 
{
	font-family: Georgia, "Times New Roman", Times, serif;		
	font-size: 12px;
	color: #343d37;
	font-weight: bold;
}

/*This contains all of the elements on the page and serves as a page centering device for the site.*/
Div.Main_Holder {
	height: 600px;
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div contains all of the header elements for the page*/
Div.Header_Holder 
{
	font-family: Georgia, "Times New Roman", Times, serif;	
}

/*This div generates the border that resides around the middle section of the page*/
Div.Page_Border {
	width: 751px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div contains the navagation that is found in the header section of the page*/
Div.Main_Nav_Holder {
	background-color: #003300;
	height: 26px;
	width: 751px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div holds and positions the main navigation elements that are located within the header section of the page*/
Div.Nav_Item_Box {
	float: left;
	line-height: 26px;
	padding-left: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div holds the flash elements that are located just below the header section of the page*/
Div.Flash_Holder {
}
/*This div contatins all of the elements that make up the main section of the page*/
Div.Body_Holder 
{
	font-family: Georgia, Times New Roman, Times, serif;			
	background-color: #d3d2b6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adb991;
	width: 751px;
	height: 268px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

/*This div contains all of the navagational elements  that are found on the left side of the page*/
Div.Side_Nav_Holder {
	font-size: 11px;
	font-weight: bold;
	color: #003300;
	padding-top: 4px;
	padding-left: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*Style for the main navigation category type that is found in the Side_Nav section of the page.*/
.Side_Nav_Level_1 {
	padding-top: 10px;
}
/*Style for the secondary navigation category type that is found in the Side_Nav section of the page.*/
.Side_Nav_Level_2 {
	font-size: 10px;
	font-weight: normal;
	padding-left: 6px;
	padding-top: 2px;
}

/*This div contains and places the page title copy that is found within the main body section of the page*/
Div.Page_Title {
	height: 46px;
	background-color: #c4cca4;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-color: #adb991;
	border-left-color: #c6c6a4;
	border-right-color: #c6c6a4;
	line-height: 46px;
	text-indent: 14px;
	width: 569px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div defines a single, narrow column for the main section of the page. This div may also be used as the second column within the main content section of the page. This div cannot be used for generating two column layouts within the wide quote or story boxes*/
Div.Narrow_Column_Holder {
	width: 220px;
	float: left;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div defines a single, wide column for the main section of the page*/
Div.Wide_Column_Holder {
	color: #000000;
	float: left;
	padding-left: 40px;
	width: 480px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div is used to format the content into one single wide column within the main section of the page*/
Div.Indented_Wide_Column_Holder {
	color: #343d37;
	padding-left: 20px;
	width: 416px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.Indented_Wide_Column_HolderA:link
{
    color: #d2a402;
    text-decoration: none;
}
.Indented_Wide_Column_Holder A:active
{
    color: #d2a402;
    text-decoration: none;    
}
.Indented_Wide_Column_Holder A:visited
{
    color: #d2a402;
    text-decoration: none;    
}
.Indented_Wide_Column_Holder A:Hover
{
    color: #003300;
    text-decoration: none;    
}
/*Holds the subtitle content that is found as the first line below the page title in the body of the page*/
Div.Page_Sub_Title {
	padding-top: 20px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*Main style for the content that is found throughout the page*/
.Body_Copy {
	color: #343d37;
	padding-top: 0px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 2px;
}
.Body_Copy A:link
{
    color: #d2a402;
    text-decoration: none;
}
.Body_Copy A:active
{
    color: #d2a402;
    text-decoration: none;    
}
.Body_Copy A:visited
{
    color: #d2a402;
    text-decoration: none;    
}
.Body_Copy A:Hover
{
    color: #003300;
    text-decoration: none;    
}
/*Main style for the titles that are found above the paragraphs of content*/
.Body_Copy_Title {
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	color: #343d37;
}
/*This div creates a horizontal rule that spans the width of whatever div is resides within*/
Div.Horizontal_Rule {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C3C39E;
	border-bottom-color: #e7e6ca;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div holds all of the elements that make up the quote box sections of the page layout*/
Div.Quote_Box {
	background-image: url(images/Quote_background.jpg);
	background-repeat: repeat;
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This is the main type style for the quote box elements. This style is for the single small column layout*/
.Quote_Copy {
	font-size: 11px;
	font-weight: normal;
	color: #343d37;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
	font-style: italic;
}
/*This is the main type style for the quote box elements that are placed into one wide column on the page*/
.Quote_Copy_Wide {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #343d37;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}
/*This is the style for the name and the company of the quoted individual. This style is for the single small column layout*/
.Quote_Signature {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #343d37;
	text-align: right;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 20px;
}
/*This is the style for the name and the company of the quoted individual when they are placed into one wide column on the page*/
.Quote_Signature_Wide {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #343d37;
	text-align: right;
	margin-left: 2px;
	margin-top: 20px;
	margin-right: 2px;
}
/*This div contains and formats the text content of a single small column quote box*/
Div.Quote_Column_Holder {
	width: 202px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div contains and formats the text for the right hand column of content when using a wide quote box while maintaining two layout columns*/
Div.Quote_Right_Column_Holder {
	width: 222px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div contains and formats the text for the left hand column of content when using a wide quote box while maintaining two layout columns*/
Div.Quote_Left_Column_Holder {
	width: 222px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div holds all of the elements that make up the story box sections of the page layout*/
Div.Story_Box {
	border: 1px solid #94A37C;
	background-image: url(images/Story_background.jpg);
	background-repeat: repeat;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This is the main type style for the story box elements*/
.Story_Copy {
	font-size: 11px;
	font-weight: normal;
	color: #343d37;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
}
/*This div holds all of the comparison chart content*/
Div.Custom_Table_Holder {
	background-color: #FFFFFF;
	border: 1px solid #94A37C;
	width: 450px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div holds the comparison chart header/title*/
Div.Custom_Table_Title_Holder {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	height: 42px;
	line-height: 42px;
	text-indent: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div holds the comparison chart table data*/
Div.Custom_Table table {
}
/*Style that defines the table header structure for the Comparison Charts*/
.Custom_Table th {
	background-color: #c4cca4;
	height: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #343d37;
	text-align: center;
}
/*This id is used to set the row titles to align left*/
#Custom_Table_Row_Title {
	text-indent: 8px;
	text-align: left;
	font-weight: normal;
	color: #343d37;
}
/*Style that defines the table row structure for the Comparison Charts*/
.Custom_Table tr {
	vertical-align: middle;
}
/*Style that defines the table data structure for the Comparison Charts*/
.Custom_Table td {
	height: 18px;
	color: #343d37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
/*Holds the div elements that are found at the bottom of the comparison charts*/
Div.Custom_Table_Footer1_Holder {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	line-height: 14px;
	text-indent: 6px;
	color: #eeeecc;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*Holds the Penalty_Box elements that are found at the bottom of the comparison chart*/
Div.Custom_Table_Footer2_Holder {
	background-color: #617748;
	height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*Holds the account penalty information that is found at the bottom of the comparison charts.*/
Div.Custom_Table_Legend_Box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	line-height: 14px;
	color: #eeeecc;
	float: left;
	text-indent: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div holds and provides a border for the images that are placed into the quote and story layout boxes*/
Div.Image_Holder {
	margin-bottom: 5px;
	border-bottom: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div holds the content for the page footer*/
Div.Footer_Holder {
	background-color: #003300;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e9c7;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
/*This div holds and postions the navigational footer elements*/
Div.Footer_Nav_Box {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	font-size: 10px;
	line-height: 12px;
	text-indent: 14px;
	height: 12px;
	position: relative;
	top: 4px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

/*Default link styles that can be used for the inline links throughout the page content.*/
a:hover {
	color: #d2a402;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #d2a402;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
/*Link styles for the main navigation section of the Side_Nav section of the page.*/
.Side_Nav_Level_1 a:link {
	color: #003300;
	text-decoration: none;
}
.Side_Nav_Level_1 a:visited {
	color: #003300;
	text-decoration: none;
}
/*Link styles for the smaller sub navigation section of the Side_Nav section of the page.*/
.Side_Nav_Level_2 a:hover {
	color: #d2a402;
	text-decoration: none;
}
.Side_Nav_Level_2 a:link {
	color: #343d37;
	text-decoration: none;
}
.Side_Nav_Level_2 a:active {
	color: #d2a402;
	text-decoration: none;
}
.Side_Nav_Level_2 a:visited {
	color: #343d37;
	text-decoration: none;
}
/*Link style for the "home", "contact us", etc., links found in the footer.*/
.Footer_Link a:hover {
	color: #d2a402;
	text-decoration: none;
	font-weight: normal;
}
.Footer_Link a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.Footer_Link a:active {
	color: #d2a402;
	text-decoration: none;
	font-weight: normal;
}
.Footer_Link a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
/*Link style for the header elements*/
.Header_Link a:hover {
	color: #d2a402;
	text-decoration: none;
	font-weight: normal;
}
.Header_Link a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.Header_Link a:active {
	color: #d2a402;
	text-decoration: none;
	font-weight: normal;
}
.Header_Link a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
/* These are used on the drop down menu on the bank bar */
.DropNav a:active 
{
	color: #FFFFFF;
}
.DropNav a:visited {
	color: #FFFFFF;
}
.DropNav a:hover {
	color: #FFFFFF;
}
.DropNav  a:link {
	color: #FFFFFF;
}