body{
	padding:0px;
	margin:0px;
	background-color: #fff;
	border-left: 9px solid #ff9933;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #333;
	cursor:default;
}
img{border:0;}
div#nav{
	position: relative;
	font-size: 70%;
}
div#topnav{
	background-color: #ff9933;
	padding: 3px;
	width: 99%;
}
#nav a, .menu a, .menur a{
	color: #000;
	text-decoration: none;
	padding:0px;
}
#nav a:hover, .menu a:hover, .menur a:hover{
	color: #000;
	text-decoration: underline;
	padding:0px;
}
#nav a, #nav a:hover{
  padding-left:3px;
	padding-right:3px;
}
div#rightnav{
	position: absolute;
	left: 0;
	top: 0;
	margin-left:610px;
	padding: 3px;
	text-align: right;
}
div#subnav{
	font-size: 70%;
	padding: 3px;
	width:710px;
	height:20px;
}
div.menu{
  word-spacing:3px;
	font-size: 70%;
	padding:3px;
	width:730px;
	height:18px;
	position:absolute;
	top:20px;
	left:11px;
	display:none;
	overflow:hidden;
	clip:auto;
	white-space:nowrap;
}
div.menur{
  word-spacing:3px;
	font-size: 70%;
	padding:3px;
	width:742px;
	height:18px;
	text-align:right;
	position:absolute;
	top:20px;
	left:11px;
	display:none;
	overflow:hidden;
	clip:auto;
	white-space:nowrap;
}
/* right edge of logo is at 760px from left edge */
div#logo{
	width: 751px;
	text-align: right;
	padding-bottom: 10px;
}

div#maincontent{
	float: left;
	width: 371px;
	padding-left: 7px;
	padding-right: 7px;
	min-height:200px;
	height:200px;
}
body > div#maincontent{
	height:auto;
}
div#innercontent{
	margin-left:190px;
	width: 400px;
	padding-left: 7px;
	padding-right: 7px;
	min-height:200px;
	height:200px;
}
body > div#innercontent{
	height:auto;
}
div#innercontent ul{
	margin-top:0;
}
div#innercontent ul li{
  font-size:100%;
	margin-top:5px;
}
div#innercontent div#floating{
  float:left;
	max-width:200px;
	margin-right:10px;
	display:inline-block;
}
div#innercontent div#floating h3{
  margin:0px;  
}
div#heading{
  float:left;
	text-align:right;
	margin-left:10px;
	width:170px;
}
div#heading h1{
  color:#666666;
	font-weight:normal;
	display:block;
	margin:0px;
	margin-bottom:10px;
	font-size:120%;
}
#innercontent td{
  _font-size:90%;
}
#innercontent img{
	margin:5px;
}
span.small{
  font-size:90%;
}
hr{
  border:1px solid #dadada;
}
h2{
	font-size: 70%;
	font-weight: bold;
	margin-bottom:7px;
}

h3{
	font-size: 70%;
	color: #FF9933;
	font-weight: bold;
}

h4{
	font-size: 70%;
	color: #FF9933;
	font-weight: normal;
	margin: 0;
}
td{
  vertical-align:top;
	white-space:nowrap;
	font-size:85%;
}
td p{
  font-size:100%;
}
p{
	font-size: 70%;
	font-weight: normal;
	line-height: 15px;
	margin:0;
	margin-bottom:5px;
}
p.quote{
	font-size:75%;
	text-align:center;
	font-style:italic;
	margin:5px;
	margin-bottom:10px;
}
blockquote{
}
label{
	font-size:70%;
	width:90px;
	float:left;
	margin-top:3px;
}
td label{
	font-size:100%;
	width:150px;
}
ul{
	list-style: url(../images/bullet.gif) outside square;
}
li{
	margin-top: 7px;
}
li p{
	margin: 0;
}
li a{
	font-size: 100%;
	color: #666;
}
blockquote{
  border:1px solid black;
	padding:10px;
	margin:0px;
	font-size:70%;
}
table{
  font-size:90%;
}
table.bordertable{
  width:400px;
  border-collapse:collapse;
	border:1px solid #000000;
}
table.bordertable td, table.bordertable th{
  border:1px solid #000000;
	padding:3px;
	font-size:70%;
}
table.bordertable th{
  font-weight:bold;
	text-align:left;
	font-size:80%;
}
div#rightcontent{
	float: left;
	width: 363px;
	padding: 0;
	margin-left: 10px;
}

div#markets{
	float: left;
	background-color: #666;
	padding: 6px;
	width: 170px;	
}
div#markets h4{
	color: #fff;
	font-weight: bold;
}
div#markets img{
	margin-top: 5px;
	margin-bottom: 2px;
}

div#feature{
	float: right;
}

div#feature{
	border: 1px solid #333;
	float: right;
	width: 171px;
	padding: 0;
}

h3.feature{
	margin: 0;
	padding: 5px;
	background-color: #ff9933;
	color: #fff;
}

div#featurebody{
	padding: 5px;
	background-color: #f2f2f2;
	color: #565D63;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

hr.footer{
	height: 5px;
	margin-top: 0;
	margin-left: 7px;
	margin-bottom: 0;
	padding: 0;
	color: #666;
	background-color: #666;
	width: 751px;
}
/* Forms */
textarea{
  font-family:arial,helvetica,sans-serif;
	font-size:12px;
}
/* Footer */
div#footer{
	padding: 7px;
	width:750px;
}
div#footer p{
	margin: 0;
	font-size: 60%;
}
div#footer a{
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
div#footer a.legal{
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
