body { 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #000000;*/
	background-image: url('../images/bg1.jpg');
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
table {
	background:#FFFFFF;
	max-width: 580px;
}
.table_footer{
	max-width:1000px;	
}
.table_main {
	background:#FFFFFF;
	max-width: 580px;
	border: 0px solid #000088;	
}
.table_content {
	border: 0px solid #000088;
	max-width: 580px;	
	padding-right: 15px;
	padding-left: 15px;
}
.cell_news {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.cell_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #000000;
	background-color: #F4F4F4;
	padding: 3px;
}
.cell_promo {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000088;
}
.cell_logos {
	border: 1px solid #6E6D68;
}
.nav_footer {
	background-color: #0368B7;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000088;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #666666;
}

.nav_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_footer a:hover {
	color: #FFFF66;
}
.title_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #852128;
	padding-bottom: 5px;
	padding-left: 3px;
	text-transform: uppercase;
	padding-top: 5px;
}
.text_news {
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	padding-bottom: 15px;
	padding-top: 10px;
}
.sectionHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align:center;
	border-bottom:3px solid #000000;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}
.subSectionHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.to_top {
	font-size: 8pt;
}
a {
	font-weight: bold;
	color: #000088;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}


.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.table_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #F4F4F4;
	padding: 3px;
	border: 1px solid #852129;
	font-weight: normal;
}
.cell_loginlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #852129;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #852129;
	list-style-type: square;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
}
.text_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.twoColFixLtHdr #container { 
	width: 1005px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	margin-top: 10px; 
	height:193px;
	/*background-image : url(../images/header3_menu.jpg); 
	background-repeat: no-repeat; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 191.5px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 0px;
	min-height:800px;
	color: #000;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 191.5px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 0px 0px;
	min-height:800px;	
}
.twoColFixLtHdr #maincontent { 
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 191.5px 0 191.5px; /* the left/right margins on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #maincontent div's text to fill the sidebars space when the content in #sidebars ends. */
	padding: 13px 0px 13px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	min-height:800px;	
} 
.twoColFixLtHdr #footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#quotes { /* This code is for the news box in the left column */
	float:left;
	left:199px;
	top:500px;
	padding:15px;
	font-family:arial;
	font-size:12px;
	width:150px;
	height:75px;
	border:solid 0px;
	background-color:#ffffff;
	text-align:center;
   }


/* The CSS that follows has only to do with the drop down menu */

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer1855546723 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:1004px;
	height:193px;
	text-align:left;
}

#MMMenuContainer1119134555_0 {
/* This ID is related to the master menu div for menu MMMenuContainer1119134555_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:128px;
	top:193px;
	visibility:hidden;
	z-index:300;
}

#MMMenu1119134555_0 {
/* This class defines things about menu MMMenu1119134555_0's div. Change Height to 144 if adding form button*/
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#000000;
	width:167px;
	height:120px;
}

.MMMIFVstyleMMMenu1119134555_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119134555_0 */
	width:167px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:161px;
	height:18px;
}

.MMMIVstyleMMMenu1119134555_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119134555_0 */
	width:167px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:161px;
	height:18px;
}

#MMMenu1119134555_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu1119134555_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu1119134555_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu1119134555_0 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu1119134555_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu1119134555_0 so we can set its position */
	left:0px;
	top:48px;
}

#MMMenu1119134555_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu1119134555_0 so we can set its position */
	left:0px;
	top:72px;
}

#MMMenu1119134555_0_Item_4 {
/* Unique ID for item 4 of menu MMMenu1119134555_0 so we can set its position */
	left:0px;
	top:96px;
}

#MMMenu1119134555_0_Item_5 {
/* Unique ID for item 5 of menu MMMenu1119134555_0 so we can set its position */
	left:0px;
	top:120px;
}

#MMMenu1119134555_0_1 {
/* This class defines things about menu MMMenu1119134555_0_1's div. */
	position:absolute;
	left:167px;
	top:0px;
	visibility:hidden;
	background-color:#000000;
	width:167px;
	height:120px;
}

.MMMIFVstyleMMMenu1119134555_0_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119134555_0_1 */
	width:167px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:161px;
	height:18px;
}

.MMMIVstyleMMMenu1119134555_0_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119134555_0_1 */
	width:167px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:161px;
	height:18px;
}

#MMMenu1119134555_0_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu1119134555_0_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu1119134555_0_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu1119134555_0_1 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu1119134555_0_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu1119134555_0_1 so we can set its position */
	left:0px;
	top:48px;
}

#MMMenu1119134555_0_1_Item_3 {
/* Unique ID for item 3 of menu MMMenu1119134555_0_1 so we can set its position */
	left:0px;
	top:72px;
}

#MMMenu1119134555_0_1_Item_4 {
/* Unique ID for item 4 of menu MMMenu1119134555_0_1 so we can set its position */
	left:0px;
	top:96px;
}

#MMMenu1119134555_0_2 {
/* This class defines things about menu MMMenu1119134555_0_2's div. */
	position:absolute;
	left:167px;
	top:24px;
	visibility:hidden;
	background-color:#000000;
	width:167px;
	height:120px;
}

.MMMIFVstyleMMMenu1119134555_0_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119134555_0_2 */
	width:167px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:161px;
	height:18px;
}

.MMMIVstyleMMMenu1119134555_0_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119134555_0_2 */
	width:167px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:161px;
	height:18px;
}

#MMMenu1119134555_0_2_Item_0 {
/* Unique ID for item 0 of menu MMMenu1119134555_0_2 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu1119134555_0_2_Item_1 {
/* Unique ID for item 1 of menu MMMenu1119134555_0_2 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu1119134555_0_2_Item_2 {
/* Unique ID for item 2 of menu MMMenu1119134555_0_2 so we can set its position */
	left:0px;
	top:48px;
}

#MMMenu1119134555_0_2_Item_3 {
/* Unique ID for item 3 of menu MMMenu1119134555_0_2 so we can set its position */
	left:0px;
	top:72px;
}

#MMMenu1119134555_0_2_Item_4 {
/* Unique ID for item 4 of menu MMMenu1119134555_0_2 so we can set its position */
	left:0px;
	top:96px;
}

.MMMenuItemSpanMMMenu1119134555_0 {
/* The span class definition so we can make sure that arrows and menu text in menu MMMenu1119134555_0 look correct */
	float:left;
	width:150px;
}

.MMArrowstyleMMMenu1119134555_0 {
/* This class allows us to position the submenu arrows for menu MMMenu1119134555_0 */
	position:absolute;
	left:145px;
	top:6px;
}

#MMMenuContainer1119134555_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer1119134555_0 a {
/* Controls the general apperance for menu MMMenuContainer1119134555_0's items, including color and font */
	text-decoration:none;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background: url("../images/menu/mmmenu4_167x24_up.gif") #000000;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer1119134555_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer1119134555_0 */
	color:#ffffff;
	background: url("../images/menu/mmmenu4_167x24_over.gif") #b2352f;
}
#MMMenuContainer1119140818_2 {
/* This ID is related to the master menu div for menu MMMenuContainer1119140818_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:504px;
	top:193px;
	visibility:hidden;
	z-index:300;
}

#MMMenu1119140818_2 {
/* This class defines things about menu MMMenu1119140818_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#000000;
	width:182px;
	height:48px;
}

.MMMIFVstyleMMMenu1119140818_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119140818_2 */
	width:182px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
	height:18px;
}

.MMMIVstyleMMMenu1119140818_2 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119140818_2 */
	width:182px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
	height:18px;
}

#MMMenu1119140818_2_Item_0 {
/* Unique ID for item 0 of menu MMMenu1119140818_2 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu1119140818_2_Item_1 {
/* Unique ID for item 1 of menu MMMenu1119140818_2 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenuContainer1119140818_2 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer1119140818_2 a {
/* Controls the general apperance for menu MMMenuContainer1119140818_2's items, including color and font */
	text-decoration:none;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background: url("../images/menu/mmmenu3_182x24_up.gif") #000000;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer1119140818_2 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer1119140818_2 */
	color:#ffffff;
	background: url("../images/menu/mmmenu3_182x24_over.gif") #b2352f;
}
#MMMenuContainer1119141057_3 {
/* This ID is related to the master menu div for menu MMMenuContainer1119141057_3 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:630px;
	top:193px;
	visibility:hidden;
	z-index:300;
}

#MMMenu1119141057_3 {
/* This class defines things about menu MMMenu1119141057_3's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#000000;
	width:182px;
	height:144px;
}

.MMMIFVstyleMMMenu1119141057_3 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119141057_3 */
	width:182px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
	height:18px;
}

.MMMIVstyleMMMenu1119141057_3 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119141057_3 */
	width:182px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
	height:18px;
}

#MMMenu1119141057_3_Item_0 {
/* Unique ID for item 0 of menu MMMenu1119141057_3 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu1119141057_3_Item_1 {
/* Unique ID for item 1 of menu MMMenu1119141057_3 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu1119141057_3_Item_2 {
/* Unique ID for item 2 of menu MMMenu1119141057_3 so we can set its position */
	left:0px;
	top:48px;
}

#MMMenu1119141057_3_Item_3 {
/* Unique ID for item 3 of menu MMMenu1119141057_3 so we can set its position */
	left:0px;
	top:72px;
}

#MMMenu1119141057_3_Item_4 {
/* Unique ID for item 4 of menu MMMenu1119141057_3 so we can set its position */
	left:0px;
	top:96px;
}

#MMMenu1119141057_3_Item_5 {
/* Unique ID for item 5 of menu MMMenu1119141057_3 so we can set its position */
	left:0px;
	top:120px;
}

#MMMenu1119141057_3_1 {
/* This class defines things about menu MMMenu1119141057_3_1's div. */
	position:absolute;
	left:182px;
	top:0px;
	visibility:hidden;
	background-color:#000000;
	width:182px;
	height:96px;
}

.MMMIFVstyleMMMenu1119141057_3_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119141057_3_1 */
	width:182px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
	height:18px;
}

.MMMIVstyleMMMenu1119141057_3_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119141057_3_1 */
	width:182px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
	height:18px;
}

#MMMenu1119141057_3_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu1119141057_3_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu1119141057_3_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu1119141057_3_1 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu1119141057_3_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu1119141057_3_1 so we can set its position */
	left:0px;
	top:48px;
}

#MMMenu1119141057_3_1_Item_3 {
/* Unique ID for item 3 of menu MMMenu1119141057_3_1 so we can set its position */
	left:0px;
	top:72px;
}

.MMMenuItemSpanMMMenu1119141057_3 {
/* The span class definition so we can make sure that arrows and menu text in menu MMMenu1119141057_3 look correct */
	float:left;
	width:170px;
}

.MMArrowstyleMMMenu1119141057_3 {
/* This class allows us to position the submenu arrows for menu MMMenu1119141057_3 */
	position:absolute;
	left:160px;
	top:6px;
}

#MMMenuContainer1119141057_3 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer1119141057_3 a {
/* Controls the general apperance for menu MMMenuContainer1119141057_3's items, including color and font */
	text-decoration:none;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background: url("../images/menu/mmmenu2_182x24_up.gif") #000000;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer1119141057_3 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer1119141057_3 */
	color:#ffffff;
	background: url("../images/menu/mmmenu2_182x24_over.gif") #b2352f;
}
#MMMenuContainer1119141508_4 {
/* This ID is related to the master menu div for menu MMMenuContainer1119141508_4 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:755px;
	top:193px;
	visibility:hidden;
	z-index:300;
}

#MMMenu1119141508_4 {
/* This class defines things about menu MMMenu1119141508_4's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#000000;
	width:182px;
	height:48px;
}

.MMMIFVstyleMMMenu1119141508_4 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119141508_4 */
	width:182px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
	height:18px;
}

.MMMIVstyleMMMenu1119141508_4 {
/* This class determines the general characteristics of the menu items in menu MMMenu1119141508_4 */
	width:182px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
	height:18px;
}

#MMMenu1119141508_4_Item_0 {
/* Unique ID for item 0 of menu MMMenu1119141508_4 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu1119141508_4_Item_1 {
/* Unique ID for item 1 of menu MMMenu1119141508_4 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenuContainer1119141508_4 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer1119141508_4 a {
/* Controls the general apperance for menu MMMenuContainer1119141508_4's items, including color and font */
	text-decoration:none;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background: url("../images/menu/mmmenu1_182x24_up.gif") #000000;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer1119141508_4 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer1119141508_4 */
	color:#ffffff;
	background: url("../images/menu/mmmenu1_182x24_over.gif") #b2352f;
}
