html, body, form, ul{
	padding:0px;
	margin:0px;
}
body{
	background-color:#95daf8;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	font-size:22px;
	font-weight:bold;
	color:#f5901c;

}
h2{
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
}
legend{
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
}
input, textarea{
	background-color:#ffffff ! important;
	border:solid 1px #1d8900;
	color:#000000;
}
p, li{
	color:#1d8900;
}
hr{
	color:#80CD60;
	clear:both;
}
.Left{
	float:left;
}
.Right{
	float:right;
}
#Container{
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	/*border-right:solid 1px #333;
	border-left:solid 1px #333;*/
}
#Nav{
	width:620px;
	line-height:30px;
	COLOR:#FF9F0D;
	margin: 0 auto 0 auto;
	}
#Nav ul{
	list-style:none;
}
	#Nav li{
		line-height:30px;
		display:inline;
		padding:3px;
		margin-right:0px;
	}
	#Nav a{
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	text-transform: uppercase;
	
	}
	#Nav a:hover{
		background-color:#FF9900;
		color:#000;
		font-size:12px;
		text-transform: uppercase;
	}
#Content{
	text-align:left;
	clear:both;
	}
.Tick{
	margin:200px 0px 0px 0px;
}
.Ticker{
	margin:200px 0px 0px 0px;
	clear:both;
	border:solid 1px red;
	border:0px;
	width:760px;
	color:#1d8900;
	font-size:12px;
	background-color:#95daf8;
}
#Footer{
	font-weight:bold;
	font-size:11px;
	color:#FF9900;
	text-align:center;
}
	#Footer a{
		color:#80CD60;
	}
	
#etext 
{
position:absolute; 
left:25px; 
top:10px; 
z-index:1;  
display:none;
}
.image_links{
	float:right;
	margin-bottom:10px;
}
h6
{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}