/* Main Styles */

body {
margin:0 0 10px 0;
padding:0;
color:#666;
font:12px Verdana, Arial, sans-serif;
background-color:#fed58a;
}
p {margin-top:5px;}
img {border:0;}
#header {background: url("i/header_bg.gif") repeat-x 0 100%;}

#topNavContainer {width:968px;height:29px;background: url("i/top_nav_crn.gif") no-repeat right;}
#topNav {background-color:#ff8000; border-bottom:9px solid #FFF;padding:4px 0 3px 37px;margin:0 13px 0 0;}
#topNav a:link, #topNav a:visited, #topNav a:hover, #topNav a:active {margin:0 1px; padding:0 14px; border-right:1px solid #fed58a;border-left:1px solid #fed58a;color:#FFF; font-size:11px;font-weight:bold;text-decoration:none;} 
#topNav a:hover, #topNav a:active {color:#039;background-color:#fed58a;}
#topNav .navOn, #topNav a.navOn:link, #topNav a.navOn:visited, #topNav a.navOn:hover, #topNav a.navOn:active{margin:0 1px; padding:0 14px; border-right:1px solid #fed58a;border-left:1px solid #fed58a;color:#039;background-color:#fed58a;font-weight:bold;font-size:11px;}

#contentContainer {background-color:#FFF;width: 964px; border-right: 4px solid #ff8000;}
#content {padding:25px 9px 25px 37px;}

#footer {background: url("i/footer_bg.gif") no-repeat top;width:968px; padding:58px 0 4px 0; text-align:center;color:#fed58a;}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {font-size:10px; color:#FFF; font-weight:bold;text-decoration:none;} 
#footer a:hover, #footer a:active {text-decoration:underline;color:#fed58a;}

#copyright {width:968px; padding:5px 0 0 0; text-align:center; color:#ff8000; font-size:10px;}
#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {font-size:10px; color:#ff8000;} 
#copyright a:hover, #copyright a:active {color:#FFF;}

h2 {font:17px Trebuchet MS, Verdana, Arial, sans-serif;font-weight:normal; color:#F90;margin-bottom:5px;}
h3 {font:16px Trebuchet MS, Verdana, Arial, sans-serif;font-weight:bold; color:#F90;margin-bottom:5px;}
h4 {margin:0; padding:0;font-size:12px;} /* Same as standard text, yet will signify more important copy */

.t11 {font-size:11px;}
.pgHdr {margin-bottom:10px;}
.booth{color:#f90;font-size:11px;font-weight:bold;}

.spacer{
	display: block;
	font: 1px/1px monospace;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	}
.clear {clear:both;}
	
table.tradeTable td {
	vertical-align:top;
	border:0;
	padding:0 15px 15px 0;
}

/* Links */
a:link, a:visited {color:#4e679d} 
a:hover,a:active {color:#333366} 


/* Styles for Drop Down Menu */

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top:1px;
	border: 1px solid #ff8000;
	border-bottom-width: 0;
	z-index:100;
	background-color: #ff8000;
	width: 210px;
	visibility: hidden;
}

.dropmenudiv a, .dropmenudiv a:visited{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ff8000; 
	padding: 1px 5px 1px 10px;
	margin: 5px 0 5px 0;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
	color: #FFF;
	font-weight: bold;
}

.dropmenudiv a:hover{ 
	background-color: #fed58a;
	color:#039;
}