body, html {
	background: #0b1a43 url(images/bluebg.jpg) no-repeat center top;
	margin: 0px auto;
	height: 100%;
	width: 100%;
	border:0;
	font-size: 12px;
	font-family: "Palatino Linotype", Palatino, "Book Antique", Garamond;}
	
#menucontainer ul{
	width: 100%;
	margin-left: 0px;
	background-color: #f2751c;}
	
#menucontainer ul li a
	{
	padding: 0.2em 1em;
	background-color: #f2751c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Tahoma, Geneva, Verdana, Arial;
	color: #FFFFFF;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	float: left;
	border-left: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;}

#menucontainer ul li a:hover{
	background-color: #da5d03;
	color: #fff;}
	
#logo a{
	background: url(../images/logo.png);
	margin-top: 10px;
	width: 226px;
	height: 73px;
	float:left;}
	
#world{
	background: url(../images/world.png);
	width: 241px;
	height: 150px;
	float:right;}
	
li.arrow {
	list-style-image: url(images/arrow.gif);}
	
.orangetitle	{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#CC5500;
}
	
.markettitle{
	font-family: "Palatino Linotype", Palatino, "Book Antique", Garamond;
	font-size: 24px;
	font-weight: bold;
	color:#f2751c;
	margin: 10px 0px 10px 10px;}

#navcontainer2 a{
	width: 140px;}

#navcontainer2 li li a{
	width: 140px;}
	
#navcontainer3 a{
	width: 140px;}

#navcontainer3 li li a{
	width: 140px;}
	
#navcontainer4 a{
	width: 140px;}

#navcontainer4 li li a{
	width: 140px;}
	
#navcontainer5 a{
	width: 140px;}

#navcontainer5 li li a{
	width: 140px;}
	
.subscribetitle	{
	font-family: "Palatino Linotype", Palatino, "Book Antique", Garamond;
	font-size: 14px;}
	
img, div, a { border: 0px }


/* JQuery Slideshow */
#slides { 
	background: url(images/slidebg.gif) no-repeat;
	width: 600px; 
	height: 240px;
	float: left;}
	
#slides div { 
	width: 580px; 
	height: 210px; 
	padding: 10px; 
	color: #333; 
	text-align: left; 
	font-size: 16px; 
	overflow: hidden ;
	top: 0; 
	left: 0}
	
#slideleft{
	background: url(images/slideleftbg.gif) no-repeat;
	width: 27px;
	height: 240px;
	float: left;
	margin-left: 4px;}
	
#slideright{
	background: url(images/sliderightbg.gif) no-repeat;
	width: 27px;
	height: 240px;
	float: left;
	margin-right: 4px;}
	
#prev a {
	background: url(../images/slideleft.gif) no-repeat top;
	width: 27px; 
	height: 84px;
	float: left;
	margin-top: 78px;}
	
#prev a:hover {
	background: url(../images/slideleft.gif) no-repeat bottom;}
	
#next a {
	background: url(../images/slideright.gif) no-repeat top;
	width: 27px; 
	height: 84px;
	float: left;
	margin-top: 78px;}
	
#next a:hover {
	background: url(../images/slideright.gif) no-repeat bottom;}
	
	
	
	div.figure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}