/* Start main.css for Enhanced Websites v2.0 - last updated 08/22/05 */
/* ------------------------------- Start Global Styles ------------------------------- */
A, A:Visited, A:Active {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
A:Hover {
	color: #333399;
	text-decoration: underline;
	}

body {
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
	margin-top: 0;
	background: #f2f2f2;
	}
td, p, li, div, ul {
	font-family: Verdana, Arial, Serif;
	font-size: 12px;

	}
h1 {
	color: #000066;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	}
h2 {/* used for all page titles on standard and custom pages */
	color: #000066;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 10px;
	}
h3 {/* used for all page titles on standard and custom pages */
	color: #000066;
	font-size: 14px;
	margin-right: 15px;
	}
.title1 {/* used for all page titles on standard and custom pages */
	color: #000066;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	
	}

.content {/* use for main content on all pages */
	color: black;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	}
.mainbdr {
	border-top: 1px  solid #CCCCCC;
	border-right: 1px  solid #CCCCCC;
	border-left: 1px  solid #CCCCCC;
	border-bottom: 1px  solid #CCCCCC;
	}

.sm {
	font-size: 10px;
	}
.sm2 {
	font-size: 9px;
	font-weight: bold;
	}
.midbox {
	padding: 5px 5px 5px 15px;
	font-size: 10px;
	}
.grntitle {
	color: #009900;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#formCell ul {
	margin-left:20px;
}
/* -------------------------------- End Global Styles -------------------------------- */
/* --------------------------- Start Standard Page Styles ---------------------------- */
.snippetImage {/* controls spacing around Snippet images */
	margin: 0 10px 300px 0;
	}
/* ----------------------------- End Standard Page Styles ---------------------------- */
/* ------------------------------- Start Header Styles --------------------------------*/
#headerbg {background:url(images/headerBG_A162.jpg) no-repeat; height:136px; width:760px;}

.headergrn_lnk {
	color: #009933;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.headergrn_lnk a:link, .headergrn_lnk a:visited {
	color: #009933;
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.headergrn_lnk a:hover{
	color: #66CC00;
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}
.headergrn_lnk2 {
	color:#339900;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	margin-bottom: 10px;
	}
.headerred {
	color: #FF0000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	}


/* -------------------------------- Horizontal Navigation Horizontal Drop Down ---------------------------------*/
/*----------------- START DROPDOWN NAV -------------------*/
#dropNavContainerH { /* Drop Down Container for td */ /* Keep in here in case a different background or color is wanted here later */
	color: #ffffff;
	vertical-align: right;
}
#dropNavH { /* Drop Down */
	z-index: 1000;
	width: 700px;
 	/* margin-top: -10px; You "SOMETIMES" need this for IE to adjust a gap above the nav */
}
/*------- START MAIN BUTTON SECTION -------*/
#dropNavH ul { /* Sets unordered list for links in horizontal bar */
	margin: 0;
	padding: 0 0 0 120px;
	list-style: none;
}
#dropNavH ul li { /* Sets list items for links in horizontal bar */
	float: right; /*You need this for FireFox - Effects Horizontal Alignment */
	position: relative;
	width: 107px; /* Set to the same size as your individual <li> tags in the html itself IF you want the drop downs to be uniform to your container. */
}
#dropNavH ul li a:link,
#dropNavH ul li a:visited { /* Settings for links in horizontal bar */
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background:  url(images/tab_A162.jpg) no-repeat;
/*	border: 1px solid #877126;*/
	padding: 5px 0 5px 0;
	margin-right: 5px;
}
#dropNavH ul li a:hover { /* Settings for hover state on links in horizontal bar */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background: url(images/tabover_A162.jpg) no-repeat;
}
/*-------- END MAIN BUTTON SECTION --------*/

/*------- START DO NOT EDIT SECTION -------*/
/* DO NOT EDIT -- */		
#dropNavH li:hover ul,
#dropNavH li.over ul {
	display: block;
}
/* DO NOT EDIT -- */
/* DO NOT EDIT -- Fix IE. Hide from IE Mac \*/
* html #dropNavH ul li { 
	float: left;
	height: 1%;
	z-index: 1750;
}
* html #dropNavH ul li a {
	height: 1%;
}
/* DO NOT EDIT -- End Fix IE. Hide from IE Mac */
/*-------- END DO NOT EDIT SECTION --------*/
/*------------------ END DROPDOWN NAV --------------------*/
#navListH { /* This is an id called by the javascript. It needs to be in the <ul> to call from the script properly. Probably doesn't NEED to be in this CSS though. */
}
/* -------------------------------- End Horiizontal Navigation ---------------------------------*/
/* -------------------------------- End Header Styles ---------------------------------*/
/* ------------------------------- Start Side Styles --------------------------------- */

/* -------------------------------- End Side Styles ---------------------------------- */
.sidelnk {
	color: #009933;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top: solid 1px #CCCCCC;
	}
.sidelnk a:link, .sidelnk a:visited {
	color: #009933;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
.sidelnk a:hover{
	color: #009933;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
/* ------------------------------- Start Footer Styles ------------------------------- */
.bdrright {
	border-right: 1px solid #CCCCCC:
	}
.ft101bdr {
	border-top: 1px solid #CCCCCC;
	}
/* ------------------------------- Start Content Management Footer Styles ------------------------------- */

#footerCM {
	font-size: 11px;
	color: #000000;
	padding: 10px 0 7px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#footerCM ul {
	font-size: 10px;
	margin: 0 0 6px 0;
	padding-left: 0;
	display: inline;
}
#footerCM ul li {
	margin: 0;
	padding: 0 6px 0 6px;
	border-right: 1px solid #333333;
	list-style: none;
	display: inline;
}
#footerCM ul a:link,
#footerCM ul a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#footerCM ul a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
/* ------------------------------- End Content Management Footer Styles ------------------------------- */


/* -------------------------------- End Footer Styles -------------------------------- */
/* -------------------------------- Start Form Styles -------------------------------- */
.forminput {/* Input Fields Styles */
	font-family: Verdana, Arial, Serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #f0f8ff;
	padding: 1px;
	margin: 0;
	border: solid black 1px;
	}
.forminput2 {/* Input Fields Styles */
	font-family: Verdana, Arial, Serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #f0f8ff;
	padding: 1px;
	margin: 0;
	border: solid black 1px;
	}
.formMain {/* add to opening Form tag to remove padding/margin around form */
	padding: 0;
	margin: 0;
	}
.pnorm {/* Form Button Style */
	color: black;
	background: #f0f8ff;
	border: solid black 1px;
	cursor: hand;
	}		
.pover {/* Form Button Over Style */
	color: white;
	background: #333;
	border: solid black 1px;
	cursor: hand;
	}
/* --------------------------------- End Form Styles --------------------------------- */
/* --------------------------- Start Market Snapshot Styles -------------------------- */
.dlt {/* Outline */
	background-color: black;
	} 
.dlr {/* Right Color Column */
	background-color: #FFCC00;
	}
.gybg {/* Outline */
	background: white;
	}
.bt {/* Main Class for Snapshot and Eco Calendar */
	color: black;
	font-size: 11px;
	padding: 1px;
	line-height: 15px;
	letter-spacing: 1px;
	background-color: white;
	}
.btb {/* Background for Economic Calendar */
	background-color: white;
	}
/* ---------------------------- End Market Snapshot Styles --------------------------- */
/* --------------------------- Start Rate Sheet Styles ------------------------------- */
.mtg101thickblack {
	color: blue;
	font-weight: normal;
	font-size: 12px;
	}
.bodytext {
	color: black;
	font-size: 12px;
	}
/* ------------------------------ End Rate Sheet Styles ----------------------------- */
/* ---------------------------- Start Page Title Style ------------------------------ */
.bodytexttitle {/* styles match h2 style */
	color: blue;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	}
.pagetitle101 {/* styles match h2 style */
	color: blue;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	}
/*  ---------------------------- End Page Title Style ----------------------------- */
/* End main.css for Enhanced Websites v2.0 - last updated 08/22/05 */
