@charset "utf-8";
/* CSS Document */
#top_2 {/*background graphic for the home page top menu*/
	height:21px;
	width:980px;
	background-image:url(images/top_menu.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
#top_2 .login_red  {
	font-size: 11px;
	text-decoration:none;
        background-color: #FF0000;
	color: #FFF;
	padding: 5px 4px 0 4px;
	margin: 5px 4px 0 4px;
}

#top_2 .login_red a {
	color: #FFF;
}


#top_2_ob {/*background graphic for the home page top menu*/
	height:21px;
	/*width:980px;*/
	text-align:center;
	padding: 5px 0 5px 0;
	color: #003399;
}

#top_2_ob a {
	color: #003399;
}

#top_2_ob .login_red a {
	color: #FFF;
}

#top_2_ob .login_red  {
	font-size: 11px;
	text-decoration:none;
        background-color: #FF0000;
	color: #FFF;
	padding: 5px 4px 0 4px;
	
}




#top_3 {/*Background graphic for the home page lower menu at top of sitewide menu system*/
	height:28px;
	width:980px;
	background-image:url(images/top_3.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-top: 7px;
}
/*Defining top menu GRACE link classes*/
#top_3 a:link {/*General link class will be the same as visited class*/
	font-size: 11px;
	text-decoration:none;
	color: #FFF;
	padding: 5px 4px 0 4px;
}
#top_3 a:visited {/*General link class will be the same as visited class*/
	font-size: 11px;
	text-decoration:none;
	color: #FFF;
	padding: 0 5px 0 5px;
}
#top_3 a:hover {/*All link hover colors for the site will be red if possible*/
	color:#FFF;
	text-decoration:underline;
}
/*End of defining general link classes*/
#top_4 {/**/
}
#ticker {
	heigth: 25px;
}
#welcome {
}
#welcome h1 {
	font-size: 22px;
	color:#AD9501;
	padding: 0 0 0 10px;
	margin:0 0 0 0;
}
#welcome p {
	color:#0B548E;
	margin-top: 5px;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}
#fgb_home table {
	border: 0px solid #CCC;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
/*Start of css for home page news*/
#news_home ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	margin-top:0;
	margin-bottom:0;
	margin-left: 10px;
}
#news_home ul li a:link {
	background: transparent url(images/list-off-red.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
}
#news_home ul li a:visited {
	background: transparent url(images/list-off-red.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
}
#news_home ul li a:hover {
	background: transparent url(images/list-on-black.gif) left center no-repeat;
	color: #000;
	text-decoration:underline;
}
#news_home h2 {
	font-size: 14px;
	padding-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 2px;
	margin-right: 20px;
}
/*End of css for home page news*/

/*Start of css for home page news*/
#your ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	margin-top:0;
	margin-bottom:0;
}


#your ul li a:link {
	background: transparent url(images/list-off-blue.gif) left center no-repeat;
	padding-left: 10px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	margin-left: 0px;
	color:#0B548E;
}
#your ul li a:visited {
	background: transparent url(images/list-off-blue.gif) left center no-repeat;
	padding-left: 10px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
}
#your ul li a:hover {
	background: transparent url(images/list-on-blue.gif) left center no-repeat;
	text-decoration:underline;
}
#your h2 {
	font-size: 14px;
	padding-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
#your .leftpad { padding-left:10px;}

#your2 ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	margin-top:0;
	margin-bottom:0;
}
#your2 ul li {
	background: transparent url(images/list-off-blue.gif) left center no-repeat;
	padding-left: 10px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	margin-left: 0px;
	color:#0B548E;
}

#your2 .leftpad { margin-left:10px;}
/*End of css for home page news*/

#news_bottom {
	background-image:url(images/news_background.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	text-align: center;
	margin-right: 20px;
	height: 20px;
}
#forex_rates h2 {
	padding-left: 0px;
	font-size: 14px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	font-weight: bold;
	margin-bottom:0;
}
#forex_rates h2 .blue {
	color: #0B548E;
}
#forex_rates h2 .gold {
	color: #AD9501;
}
#forex_rates th {/*CSS for home page currency rates table titles*/
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
#forex_rates table tr td.currency {/*CSS for home page currency rates left column currencies*/
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding-left:3px;
}
#forex_rates table tr td.rates {/*CSS for home page currency rates left column with rates*/
	font-size: 10px;
	color: #000;
}
#forex_rates .ldate {
	font-size: 9px;
	color: #000;
	font-weight:bold;
}
/*Start of css for home page check_rates*/
#check_rates ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	margin-top:0;
	margin-bottom:0;
}
#check_rates ul li a:link {
	background: transparent url(images/list-off-red.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	margin-left: 10px;
}
#check_rates ul li a:visited {
	background: transparent url(images/list-off-red.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
}
#check_rates ul li a:hover {
	background: transparent url(images/list-on-black.gif) left center no-repeat;
	color: #000;
	text-decoration:underline;
}
#check_rates h2 {
	font-size: 13px;
	padding-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 2px;
	margin-right: 20px;
}
/*End of css for home page check_rates*/
/*Start pic promo on home page mid column*/
#promo1_home h2 {
	font-size: 12px;
	padding-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-right: 20px;
}
#promo1_home ul {
	list-style-type: none;
	text-align: left;
	padding: 0 0 0 50px;
	margin:0;
}
#promo1_home ul li a:link {
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 0px;
}
#promo1_home ul li a:visited {
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
}
#promo1_home ul li a:hover {
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: #000;
	text-decoration:underline;
}
#promo2_home h2 {
	font-size: 16px;
	color:#0B548E;
	padding: 3px 0 0 10px;
	margin:0 0 0 0;
	letter-spacing: 1px;
}
#promo2_home p {
	color:#666;
	margin-top: 0px;
	padding-left: 15px;
	font-size: 11px;
	margin-bottom: 5px;
}
#promo3 table {
	background-image:url(images/home_promo_bgrnd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#promo4_home {
	background-image:url(images/noteworthy.jpg);
	background-repeat: no-repeat;
}
#promo4_home h2 {
	font-size: 13px;
	color:#0B548E;
	padding: 10px 0 0 10px;
	margin:0 0 0 0;
	letter-spacing: 1px;
}
#promo4_home p {
	color:#666;
	margin-top: 0px;
	padding-left: 10px;
	font-size: 11px;
	margin-bottom: 5px;
}
#planning_training {
	margin-left: 10px;
	margin-top: 5px;
}
#rss_stuff {
	margin-top: 0px;
	border-top: 1px dotted #CCC;
}
