/* Old Blue 3E83C9 */
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #6d6f71;
}
body {
	background-image: url('../images/bgstripe.png');
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
/*	font-family: verdana, arial, sans-serif;*/
	color: #000;
}
/* This is where we hack firefox a bit for those stupid dotted link borders */
:focus
{
  -moz-outline-style: none;
}
blockquote {
	margin: 0 0 12px 24px;
	width: 450px;
	padding: 12px;
	line-height: 1.5em;
	font-family: georgia, times, serif;
	text-align: justify;
	font-size: 14px;
	color: #3E83C9;
}
div#containerDiv {
	width: 930px;
	margin: auto;
	padding-top: 32px;
	position: relative;
	z-index: 0;
}
h1#header {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	width: 930px;
	height: 127px;
}
ul.nav li {
	display: inline;
}
#navDiv {
	height: 42px;
}
#navDiv a.home {
	float: right;
	display: block;
	width: 94px;
	background-image: url('../images/nav/home.png');
	height: 42px;
	line-height: 42px;
	background-position: top left;
}
#navDiv a.home:hover, #navDiv a.home#active {
	background-position: bottom left;
}
#navDiv a.products {
	float: right;
	display: block;
	width: 110px;
	background-image: url('../images/nav/products.png');
	height: 42px;
	line-height: 42px;
	background-position: top left;
}
#navDiv a.products:hover, #navDiv a.products#active {
	background-position: bottom left;
}
#navDiv a.specialoffers {
	float: right;
	display: block;
	width: 151px;
	background-image: url('../images/nav/specialoffers.png');
	height: 42px;
	line-height: 42px;
	background-position: top left;
}
#navDiv a.specialoffers:hover, #navDiv a.specialoffers#active {
	background-position: bottom left;
}
#navDiv a.institutional {
	float: right;
	display: block;
	width: 120px;
	background-image: url('../images/nav/institutional.png');
	height: 42px;
	line-height: 42px;
	background-position: top left;
}
#navDiv a.institutional:hover, #navDiv a.institutional#active {
	background-position: bottom left;
}
#navDiv a.hedgefunds {
	float: right;
	display: block;
	width: 116px;
	background-image: url('../images/nav/hedgefunds.png');
	height: 42px;
	line-height: 42px;
	background-position: top left;
}
#navDiv a.hedgefunds:hover, #navDiv a.hedgefunds#active {
	background-position: bottom left;
}
#navDiv a.traders {
	float: right;
	display: block;
	width: 82px;
	background-image: url('../images/nav/traders.png');
	height: 42px;
	line-height: 42px;
	background-position: top left;
}
#navDiv a.traders:hover, #navDiv a.traders#active {
	background-position: bottom left;
}
#navDiv a.bamexplained {
	float: right;
	display: block;
	width: 159px;
	background-image: url('../images/nav/bamexplained.png');
	height: 42px;
	line-height: 42px;
	background-position: top left;
}
#navDiv a.bamexplained:hover, #navDiv a.bamexplained#active {
	background-position: bottom left;
}
#navDiv a.about {
	float: right;
	display: block;
	width: 98px;
	background-image: url('../images/nav/about.png');
	height: 42px;
	line-height: 42px;
	background-position: top left;
}
#navDiv a.about:hover, #navDiv a.about#active {
	background-position: bottom left;
}
#flashDiv {
	background-image: url('../images/flashbox.png');
	background-repeat: no-repeat;
	width: 930px;
	height: 306px;
}

#offerDiv {
	background-image: url('../images/subscribebox.jpg');
	background-repeat: no-repeat;
	width: 590px;
	height: 129px;
	margin-left: -13px;
}

#offerFormDiv {
	width: 145px;
	height: 50px;
	position: relative;
	z-index: 2;
	left: 420px;
	right: 0px;
	top: 15px;
}
input.offerFormA {
	border: 1px solid #999999;
	width: 145px;
	height: 20px;
	position: absolute;
	top: 2px;
	right: 0px;
	z-index: 3;
}
input.offerFormB {
	border: 1px solid #999999;
	width: 145px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 3;
}
input.offerFormA:focus, input.offerFormB:focus {
	background-color: #d7ebff;
}

#offersubscribeDiv {
	position: relative;
}
#offersubscribeDiv a.subscribetoday {
	position: absolute;
	right: 20px;
	top: -100px;
	display: block;
	width: 276px;
	background-image: url('../images/subscribe.png');
	height: 64px;
	line-height: 64px;
	background-position: top left;
}
#offersubscribeDiv a.subscribetoday:hover {
	background-position: bottom left;
}
#offersignmeupDiv {
	position: absolute;
	z-index: 4;
	left: 380px;
	margin: 24px;

}
#offersignmeupDiv input {
	border: none;
	background-image: url('../images/signmeup.png');
	background-repeat: no-repeat;
	width: 195px;
	height: 34px;
	line-height: 34px;
	background-position: bottom left;
}
#offersignmeupDiv input:hover {
	background-position: top left;
	cursor:pointer;
}




#signupFormDiv {
	width: 145px;
	height: 50px;
	position: absolute;
	z-index: 2;
	right: 66px;
	top: 385px;
}
input.signupFormA {
	border: 1px solid #999999;
	width: 145px;
	height: 20px;
	position: absolute;
	top: 2px;
	right: 0px;
	z-index: 3;
}
input.signupFormB {
	border: 1px solid #999999;
	width: 145px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 3;
}
input.signupFormA:focus, input.signupFormB:focus {
	background-color: #d7ebff;
}
#subscribeDiv {
	position: relative;
}
#subscribeDiv a.subscribetoday {
	position: absolute;
	right: 20px;
	top: 25px;
	display: block;
	width: 276px;
	background-image: url('../images/subscribe.png');
	height: 64px;
	line-height: 64px;
	background-position: top left;
}
#subscribeDiv a.subscribetoday:hover {

}
#signmeupDiv {
	position: absolute;
	z-index: 4;
	top: 440px;
	right: 62px;
	width: 195px;
	height: 34px;
}
#signmeupDiv input {
	border: none;
	background-image: url('../images/signmeup.png');
	background-repeat: no-repeat;
	width: 195px;
	height: 34px;
	line-height: 34px;
	background-position: bottom left;
}
#signmeupDiv input:hover {
	background-position: top left;
	cursor:pointer;
}
#contentDiv {
/*	background-image: url('../images/contentbg.png');*/
/*	background-repeat: repeat-x;*/
/*	width: 930px;*/
	width: 910px;
	margin-left: 10px;
	background-color: #fff;
}
#containerDiv a.badgeLink {
	display: block;
	position: absolute;
	top: 0;
	left: 813px;
	z-index: 1;
	background-image: none;
	width: 137px;
	height: 135px;
}
#innerContentDiv {
	width: 910px;
	/*margin-left: 10px;*/
	background-color: #fff;
}
#innerLeftColumn {
	width: 610px;
	padding-top: 15px;
/*	background-color: yellow;*/
}
#fronttable {
	width: 610px;
	padding-top: 15px;
	border: thick solid #99CC33;/*	background-color: yellow;*/
	height: 300px;
}

#producttable {
	padding-left: 10px;	
}

#header {
	padding-left: 20px;	
}

#predicttable
{
	padding-left: 15px;	
}


#innerRightColumn {
	width: 255px;
	margin-top: 10px;
	margin-right: 20px;
	padding-top: 15px;
	float: right;
}
#bamPredicted {
	background-image: url('../images/bampredicted.png');
	background-repeat: no-repeat;
	width: 250px;
	height: 25px;
}
#seeReports {
	background-image: url('../images/seereports.png');
	background-repeat: no-repeat;
	width: 250px;
	margin-left: -5px;
	height: 43px;
}
#innerRightColumn a.pastPredictions {
	display: block;
	width: 250px;
	background-image: url('../images/pastpredictions.png');
	background-repeat: no-repeat;
	height: 39px;
	line-height: 39px;
	margin-left: 20px;
	background-position: top left;
}
#innerRightColumn a.pastPredictions:hover, #navDiv a.pastPredictions#active {
	background-position: bottom left;
}
#footerDiv {
	width: 870px;
/*	margin-left: 10px;*/
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ebebeb;
	padding-bottom: 10px;
	clear: both;
}
#footerDiv p {
	width: 800px;
	color: #888888;
	font-size: 10px;
	line-height: 1.0em;
	margin-bottom: 12px;
	text-align: justify;
}
div.textbox {
	margin-left: 20px;
	margin-bottom: 12px;
	padding: 12px;
	text-align: left;
}
div.textbox.orange {
	background-color: #FAFAFA;
	border: 1px solid #FF9133;
	padding-bottom: 5px;
}
div.textbox.blue {
	background-color: #F7F7F7;
	border: 1px solid #3E83C9;
}
div.textbox.blue.top {
	background-color: #3E83C9;
	border-bottom: none;
	border-top: 1px solid #3E83C9;
	border-left: 1px solid #3E83C9;
	border-right: 1px solid #3E83C9;
	padding-bottom: 3px;
	margin-bottom: 0;
}
div.textbox.white {
	border: none;
}
div.textbox.onWhite h1 {
	color: #3E83C9;
}

div.textbox.blue a:link, div.textbox.blue a:visited {
	color: #3E83C9;
}
div.textbox.blue a:hover {
	color: #759CC3;
}
div.textbox.blue a:active {
	color: #273441;
}
div.textbox.orange a:link, div.textbox.orange a:visited {
	color: #FF9133;
}
div.textbox.orange a:hover {
	color: #FEA559;
}
div.textbox.orange a:active {
	color: #8E511D;
}
div.textbox p {
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 1.0em;
}
div.textbox h1 {
	font-size: 16px;
	padding-bottom: 10px;
}
div.textbox h2 {
	font-size: 12px;
	padding-bottom: 2px;
}
div.textbox.orange h1 {
	color: #FF9133;
}
div.textbox.blue h1 {
	color: #3E83C9;
}
div.textbox.blue h2 {
	color: #757F8A;
	padding-top: 5px;
	font-size: 16px;
}
div.textbox.blue.top h1 {
	color: #FFFFFF;
}
div.textbox.white.blue h2 {
	color: #3E83C9;
}
div.textbox hr {
	color: #3E83C9;
	background-color: #3E83C9;
	height: 1px;
	margin-bottom: 10px;
}
div.textbox ul {
	margin-left: 30px;
	font-size: 12px;
}
div.textbox.blue li {
	margin-bottom: 12px;
	width: 90%;
}
.hide {display:none;}
h4.smallbold {
	font-size: 12px;
	color: #888;
	margin-bottom: 12px;
}
div#loginDiv {
	position: absolute;
	top: 10px;
	left: 640px;
	font-size: 12px;
}
div#loginDiv a:link, div#loginDiv a:visited {
	color: #666666;
}
div#loginDiv a:hover {
	color: #3E83C9;
}
div#loginDiv a:active {
	color: #666666;
}
a.contactLink {
	margin-right: 20px;
}
div#rightColumnSubText {
	width: 205px;
	padding: 10px;
	border: 1px solid #9FB4D3;
	background-color: #F7F7F7;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
div#rightColumnSubText h3 {
	color: #3E83C9;
	margin-bottom: 6px;
}
div#rightColumnSubText h4 {
	color: #333;
	font-size: 12px;
}
div#rightColumnSubText p {
	line-height: 16px;
	margin-top: 12px;
	font-size: 12px;
	color: #333333;
}
div#rightColumnSubText p.smallText {
	line-height: 14px;
	margin-top: 12px;
	font-size: 11px;
	color: #666;
	text-align: left;
}
div#widget {
	width: 225px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}


table#info {
	padding: 10px;
	font-size: 12px;
}
table#info td {
	padding: 3px;
}

table#info input {
	border: 1px solid #666666;
	padding: 2px;
	margin-right: 2px;
}
img.floatright {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.floatleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.footertable {
	background-color: #666666;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-align: center;
	}
	
	.footertable a {
	color: #CCCCCC;
	text-decoration: underline none;
	font-size: 14px;
	}
	
	.emailback3{
	border: medium solid #9b0e21;
	width: 80%;
	text-align: center !important;
	margin-right: 5px;
	margin-top: 10px;
	margin-left:20px;
	padding: 10px;
	vertical-align: top;
	background-color: #CCCCCC;
}

.emailback4{
	border: medium solid #9b0e21;
	width: 80%;
	text-align: center !important;
	margin-right: 5px;
	margin-top: 0px;
	margin-left:20px;
	padding: 0px;
	background-color: #CCCCCC;
	height: 120px;
}


.style21 {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}
	