/* CSS Document */

/* defaults */
body, html, form, img, h1, h2, h3, h4, h5, h6, fieldset, legend, dl, dd, dt, p {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #ced6dd;
	border-top: 2px solid #3b5f81;
}

p {
	margin: 0 0 10px 0
}

h1 {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

h2 {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h4 {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


a {
	color: #0000CC;
}

input, select {
	font-size: 10px;
}

fieldset {
	font-size: 10px;
	padding-bottom: 10px;
	background-color: #efefef;
	_border: none;
	_margin-left: -6px;
}

legend {
	background-color: #ced6dd;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	padding: 2px 5px 4px 5px;
	_width: 140px;
	_margin-left: -10px;
	_margin-right: -10px;
}

dt {
	margin: 10px 0;
	padding: 0 5px;
}

dd {
	padding: 0 5px;
}

.Clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.Testimonials {
	font-size: 10px;
	background-color: #ebf0f5;
	margin: 10px 0 0 0;
	padding: 0 3px 20px 3px;
	border: 1px dashed #ccc;
	float: left;
	_clear: both;
	width: 95%;
}

	.Testimonials a {
		text-decoration: underline;
		margin: 0;
		background-color: #ebf0f5;
	}

	.beginQuotes {
		margin: 0 3px 0 0;
	}

	.endQuotes {
		margin: 0 0 -5px 3px;
	}

	p.Testimonials .source {
		margin-left: 40px;
		text-align: right;
		font-style: italic;
		color: #3b5f81;
	}

.TestimonialsInBody {
	font-size: 10px;
	background-color: #ebf0f5;
	margin: 0pt 10px 25px 0;
	padding: 8px;
	border: 1px dashed #ccc;
	float: left;
	_clear: both;
	width: 90%;
}

.disclaimer {
	font-size: 75%;
	color: #aaa;
	padding: 0 0 0 15px;
}

.error2 {
	font-size: 80%;
	color: #C33;
}

.password {
	font-size: 80%;
	color: #999999;

}

.welcome {
	font-size: 90%;
	color: #999999;
	font-weight: bold;
}

.error {
	font-size: 90%;
	color: #C33;
	font-weight: bold;
}

.description {
	font-size: 75%;
	color: #999;

	}

.loginnav {
		color: #ddd;
		margin: 0;
		padding: 0;
		float: right;
		font-weight: bold;
		position: relative;
		top: -70px;
		right: 15px;
	}
	

		.loginnav a {
			color: #013388;
			text-decoration: none;
		}
		
		.loginnav a:hover {
			text-decoration: underline;
		



}



.grayresources {
	color: #AAA;
	text-decoration: underline;
}

ul.resourcesList {
	margin-top: 0;
	padding-top: 0;
}

ul.resourcesList li {
	padding-bottom: 4px;
}

table.loginbox {
	border: 0px dashed #ccc;
	margin: 0 0 0px 0px;
	padding: 0px;
	float: right:

}

table.TraderAssessment2 {
	border:  thin #999999;
	background-color: #FFFFFF;
	margin: 0 0 15px 15px;
	padding: 15px;
	
}

table.TraderAssessment {
	border:  thin dashed #999999;
	background-color: #efefef;
	margin: 0 0 15px 15px;
	padding: 15px;
}

	table.TraderAssessment td {
		padding: 3px;
		margin: 3px;
	}

.BuyNow {
	margin-left: 70px;
	margin-top: -23px;
	_margin-top: -26px;
}

/* divs */
div#FullWidthContainer {
    margin: 30px 40px 20px 40px;
    padding: 0;
	background-color: #FFFFFF;
    text-align: left;
}

div#Container {
    width: 780px;
    margin: 0 0 10px 0;
    padding: 0;
    border-right: 1px solid #131f5c;
	background-color: #FFFFFF;
    text-align: left;
}

div#logintextred {
	height: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: -20px;
    float: right;
    top: 5px;
	right: 115px;
	position: relative;

}

div#logintext {
	height: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: -20px;
    float: right;
    top: 15px;
	right: 0px;
	position: relative;
}
	
div#logintext2 {
	height: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: -20px;
    float: right;
    top: 15px;
	right: 0px;
	position: relative;
}

div#Header {
	height: 75px;
	background: #fff url(../images/webLogo_bg.gif) top left repeat-x;
	padding: 0;
	margin: 0;
	_margin-bottom: -24px;
}

	div#Header img {
		margin-left: 0px;
	}

	#utility-nav {
		color: #ddd;
		margin: 0;
		padding: 0;
		float: right;
		font-weight: bold;
		position: relative;
		top: -70px;
		right: 15px;
	}
	

		#utility-nav a {
			color: #013388;
			text-decoration: none;
		}
		
		#utility-nav a:hover {
			text-decoration: underline;
		}

div#Nav2 {
		color: #ddd;
		margin: 0;
		padding: 0;
		float: right;
		font-weight: bold;
		position: relative;
		top: -55px;
		right: 15px;
}

div#Nav {
	background-color: #3b5f81;
	height: 25px;
	padding: 0;
	margin: 0;
}

	div#Nav table {
		width: 100%;
		height: 100%;
		border-bottom: 1px solid #3b5f81;
		border-right: 1px solid #3b5f81;
	}
	
		div#Nav table td {
			width: 33%;
			text-align: center;
			border-left: 1px solid #3b5f81;
		}

			div#Nav table td a {
				font-weight: bold;
				color: #FFFFFF;
				text-decoration: none;
			}

			div#Nav table td a:hover {
				text-decoration: underline;
			}

div#Ad {
    width: 780px;
    height: 175px;
    overflow: hidden;
    padding: 0;
    background: #fff url(../images/ad_bg.jpg) top left no-repeat;
    margin: 0;
}
    
    div#Ad p {
        padding: 67px 0 0 0;
        margin: 0;
        font: normal 11px/15px "Verdana", sans-serif;
        color: #fff;
        float: right;
        width: 138px;
	}

    div#Ad p a {
        color: #fff;
        text-decoration: none;
		border-bottom: 1px dotted #fff;
		font-size: 14px;
	}
        
    div#Ad big {
        color: #eee;
        font: bold 12px/17px "Trebuchet MS", "Verdana", sans-serif;
		}
        
    div#Ad big a {
        color: #eee;
        text-decoration: none;
        border-bottom: 1px dotted #ddd;
		}
        
    div#Ad big a:hover {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #fff;
		}

div#LeftColumn {
	float: left;
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 5px 20px 5px;
	width: 166px;
	_width: 166px;
}

	div#LeftColumn ul {
		margin: 3px -5px 0 -5px;
		padding: 3px 8px;
		width: 100%;
		list-style-type: none;
		border-top: 1px solid #ccc;
		background-color: #FFFFFF;
	}
	
	div#LeftColumn ul li {
		padding: 2px;
	}

	div#LeftColumn .liveHelp {
		background-color: #ddd2bb;
		margin: 0 -5px 10px -5px;
		padding: 5px;
		font-size: 14px;
		font-weight: bold;
		_padding: 5px;
	}

	div#LeftColumn a {
		color: #003399;
		text-decoration: none;
	}

	div#LeftColumn a:hover {
		text-decoration: underline;
	}

	div#LeftColumn .source {
		float: right;
		width: 100%;
		text-align: right;
		margin: 6px 4px 15px 0;
		font-style: italic;
		color: #FFFFFF;
	}

div#CenterColumn {
	width: 400px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div#CenterRightColumnWide {
	width: 570px;
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	border-left: 1px solid #ccc;
}

	.ProductBanner {
		float: left;
		width: 570px;
		border: 1px solid #ccc;
		padding: 0px;
		margin: 0px 0px 0px 0;

}

	.ProductBox {
		float: left;
		width: 165px;
		border: 1px solid #ccc;
		padding: 5px;
		margin: 10px 10px 15px 0;

}

	.ProductBox2 {
		float: left;
		width: 160px;
		border: 1px solid #ccc;
		padding: 5px;
		margin: 5px 15px 5px 0;
	}
	
		.ProductBox .ProductHeader {
			width: 170px;
			margin: -5px;
			padding: 6px 0 3px 5px;
			border-bottom: 1px solid #ccc;
			text-align: left;
			font-size: 110%;
			font-weight: bold;
			color: #FFFFFF;
		}
		

	
		.ProductHeader {
			width: 570px;
			margin: 0px;
			padding: 4px 0px 3px 5px;
			border-bottom: 1px solid #ccc;
			text-align: left;
			font-size: 110%;
			font-weight: bold;
			color: #FFFFFF;
	}
	.contentImage {
		float: right;
		border: none;
		margin: 10px 0 10px 10px;
	}

div#RightColumn {
	width: 150px;
	float: left;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0 0 10px 0;
}

	.RightBox {
		padding: 10px 0 0 15px;
		width: 150px;
	}

div#Footer {
	margin: 0;
	padding: 2px 8px;
	background-color: #37516b;
	color: #eee;
	border-bottom: 1px solid #131f5c;
	text-align: right;
}

