@charset "UTF-8";

body  {
	font: 100% Georgia, Times, serif;
	background: url(../image/grey_bar.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
h1 {
	font: bold;
	text-transform: uppercase;
	color: #333333;
	font: bold 18px/20px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #333333;
	background: #FFFFFF;
	background: url(../image/h1.jpg) left top;
	border-bottom: thin dotted #333333;
	font: normal 14px Georgia, Times, serif;
	text-transform: uppercase;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 3px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}


#top {
	background:url(../image/top.jpg) no-repeat right;
	height: 22px;
	color: #FFFFFF;
	text-align: right;
	text-transform: uppercase;
	padding: 6px 10px 0 20px;
	font-size: 12px;
	position: static;
} 
.top:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}
.top:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.top:hover {
	color: #333333;
	text-decoration: none;
}
.top:active {
	color: #FFFFFF;
	background: #666666;
	text-decoration: none;
} 
#header {
	background: url(../image/Masthead1.jpg) no-repeat right;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	width: 875px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-size: 0px;
	color: #FFFFFF;
	background: -100px;
}
#mainNav {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 7px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333  url(../image/shadow.jpg) repeat-x;
	height: 60px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.mainNav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F89825;
	text-align: right;
	text-decoration: none;
}
.mainNav:visited {
	color: #F89825;
	text-decoration: none;
}
.mainNav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.mainNav:active {
	color: #F89825;
	background: #FFFFFF;
	text-decoration: none;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
li {
	margin-right: 5px;
	margin-left: 5px;	
}
#inline-list {
	margin: 0em;
	padding: 0px;
} 
#inline-list p {
	display: inline;
}
#inline-list ul, #inline-list li {
	display: inline;
	magin: 0;
	padding: 0;
}
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 43px 10px 15px 20px;
	text-align: left;
	text-transform: none;
	font: 12px/24px Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}
.sidebar1:link{
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-variant: normal;
}
.sidebar1:visited {
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
.sidebar1:hover {
	color: #F89825;
	text-decoration: none;
	text-transform: uppercase;
}
.sidebar1:active {
	color:  #FFFFFF;
	background: #f89825;
	text-decoration: none;
	text-transform: uppercase;
}
.sidebar2:link {
	text-decoration: none;
	color: #333333;
	margin-left: 10px;
}
.sidebar2:visited {
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
}
.sidebar2:hover {
	
	color: #f89825;
	text-decoration: none;
}
.sidebar2:active {
	color: #FFFFFF;
	background: #999999;
	text-decoration: none;
}
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 70px 0 20px;
} 
#mainContent SarasotaFutures {
	font-weight: bold;
}
#footer {
	padding: 7px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
} 
.footerP {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 10px;
	font: 10.5px Georgia, "Times New Roman", Times, serif;
	}
.footer {
	color: #999999;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
	font: 10.5px Georgia, "Times New Roman", Times, serif;
}
.footer:link {
	color: #999999;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
	font: 10.5px Georgia, "Times New Roman", Times, serif;
}
.footer:visited{
	color: #FFFFFF;
}
.footer:hover {
	color: #F89825;
}
.footer:active {
	color: #006600;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.SarasotaFutures {
	font-weight: bolder;
	color: #333333;
	
}
p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-transform: none;
}
.p:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}
.p:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}.p:hover {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	background: #F89825;
}
.p:active {
	background:#333333 center;
	text-decoration: none;
} 
.bold {
	font-weight: bold;
	color: #333333;
	background: left;
	text-align: left;
}
.imgTrading {
	width: 450px;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}
.imgPdf {
	vertical-align: bottom;
	background: #FFFFFF;
	border: none;
	}
.imgExchange {
	border: none;
}
.bolderP {
	font-weight: bolder;
}
.italic {
	font-style: oblique;
}
#form {
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-transform: uppercase;
	color: #0066FF;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 12px;
} 
#first_name{
	font-style: oblique;
	color: #009933;
	text-decoration: underline overline line-through blink;
}
#last_name {
	font-style: oblique;
}
#italic {
	font-style: oblique;
}
.italic {
	font-style: oblique;
}
