html, body { 
	background-repeat: repeat-x; 
	background-image: url(images/back5.jpg);
	margin:0;
	padding:0; 
	line-height: 1.5;
	}

body { font: 12px Helvetica, sans-serif; }

p { 
	margin: 10px;
	line-height: 1.3; 
	}

a { text-decoration: none; color: #007fc4; }

	a:hover { text-decoration: underline  }
	
	a:visited { color: #007fc4; }
	
	
img { border: none; } 

	.logo { margin: 10px; }
	
	.tradeTop { margin: 0 0 0 10px; }
	
	
	
em { color: #007fc4; font-size: 160%; }	


h2 { 
	font-weight: lighter; 
	margin: 0 10px 5px 10px;
	font-size: 18px;
	color: white;
	padding-top: 15px;
	}


ul { 
	list-style-position: outside; 
	list-style-type: square;
	padding: 0 0 5px 12px;
	margin: 0 0 5px 10px;
	line-height: 1.4em;
	}
	

	ul.mainNav li, ul.mainNav a { color: #007fc4; }
		
	ul.subNav li, ul.subNav a { color: #f7931e; }

li { padding: 1px 0 2px 0; }		
	
	


div { padding: 0; }


#containerShell {	
	width: 1024px; 
	margin: 0 auto;
	}

	.headerShell {
		width: 1024px; 
		margin: 0 auto;
		max-height: 80px;
		height: 80px;
		}
	
	
		.logo { 
			float: left;
			max-height: 80px;
			height: 60px;
			width: 72px;
			}
	
	
		.header { 
			float: right;
			max-height: 80px;
			height: 80px;
			width: 685px;
			}
			
			
			.title {
				height: 30px;
				text-align: right;
				font-weight: bold;
				font-size: 18px;
				color: #FFFFFF;
				margin: 15px 0 0 0;
				}
			
			.guide {
				float: right;
				background-image: url('images/btn_bkgrnd.gif');
				width: 125px;
				height: 25px;
				outline: 1px #666666 solid;
				}
		
				
				.guideText {
					margin-left: 20px;
					margin-top: 5px;
					}
				
				.guideText a {
					font-weight: bold;
					font-size: 14px;
					color: #333333;
					text-decoration: none;
					}
			
				.guideText a:hover {
					color: #bd4a25;
					text-decoration: none;
					}	


	
	
	.content {
		width: 1024px;
		height: 553px;
		}
		
		
	
	


	#crumbs {
		clear: both;
		color: #f7931e;
		text-align: right;
		padding-top: 1px;
		}
		
		#crumbs a {color: #f7931e;}
		
		#crumbs a:hover {text-decoration: underline;}

	
	
		#crumbsBot { 
			clear: both;
			float: right;
			margin: 10px;
			color: #ff931e;
			}
			
			#crumbsBot a { color: #ff931e; }
			
			
	.footerShell {
		background-color: #6e6e6e;
		clear: both;
		width: 1024px;
		height: 20px;
		}
				
	
		.footer {
			color: #ffffff;
			font-size: 10px;
			text-align: right;
			padding: 5px 10px 0 0;
			margin: 0 auto;
			}
			
			
		#clearfix:after {
					content:".";
					display:block;
					height: 0;
					clear: both;
					visibility: none;
					}								
		
		


