h1, h2 {
 margin-top:0.5em;
}
a:link, a:visited {
	color:#FFCC00;
	text-decoration:underline;
}
a:hover, a:active {
	color:#FFCC33;
	text-decoration:none;
}

a img {
	border:none;
}
#presented {
	height:20px; !important
	min-height:20px; !important
	/* uncomment if we're allowed to use this section again
	padding-right:15px;
	clear:both;
	font-size:11px;
	margin:0.8em 0 1.8em 1em;
	text-align:right;
	*/
}
#container {
	margin: 20px auto 15px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:700px;
}
#mainContent {
	padding:0px 30px 20px 30px;
	border:2px solid #E18D1A;
	height:auto;
}
#mainContent img.x {
	margin:-20px -42px 30px 20px;
	position:relative;
}
#thintext {
	padding-left:22px;
	width:85%;
}
p {
	margin-top: 0;
}
.content-bold-red {
	font-weight:bold;
	color:#EC8B1E;
}
.mangobold {
	font-weight:bold;
	color:#E3AF99;
}
.form, .loginbox {
	margin-top:0px;
	color:#d05603;
	font-size:14px;
	font-weight:bold;
	border:2px solid #fff;
	width:380px;
	background:url(images/form_bg.gif) repeat-x top;
	background-color:#FFF5C4;
	
}
.formhead {
	background-color:#E18D1A;
	color:#fff;
	padding:3px;
	padding-left:8px;
	font-family:"Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;
}

.formhead a .close {
	background:#990000;
	padding:1px 3px;
	border:1px solid #fff;
	text-decoration:none;
}

.formbody {
	padding:0px 15px 10px 10px;
	margin-top:6px;
}
.inputbox {
	margin:0px 0px 6px 1em;
	padding:3px;
	font-weight:bold;
	color:#000;
}
.loginbox .inputbox {
	margin-left:0;
}
.disclaimer {
	font-size:12px;
	color:#333;
	font-weight:normal;
}
.req {
	font-style:italic;
	font-size:90%;
	}
.intro {
	font-style:italic;
	padding:0 20px;
}
#bottomCaption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:90%;
	line-height:1.8;
	padding-top:12px;
}
#caption {
	float:right;
	clear:right;
	width:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	padding-top:1em;
	margin-bottom:1px;
}
#picture {
	float:right;
	clear:right;
	width:200px;
	border:1px solid #ddd;
}
.fda {
	font-size:80%;
	font-style:italic;
	line-height:1;
	padding-left:30px;
}
.returnbox, .loginbox {
	display: none;
}
#disclaimer {
	clear:both;
	font-size: 85%;
	padding:30px 30px 0px;
}
/* ========= NAVIGATION STYLE ================= */
#navcontainer {
	/*width: 100%;*/
	background:url(../images/jungle_nav_off.gif) repeat-x top;
	background-color:#172522;
	position:relative;
	overflow:visible;
}
#navcontainer ul {
	margin-top:-1.5em;
	padding-left: 0;
	margin-left: 0;
	padding-right:-10px;
	background-color:#172522;
	color:#fff;
	float: left;
	/*width: 100%;*/
	font-family:"Lucida Grande", Arial, sans-serif;
	font-style:normal;
	font-size:1em;
	line-height:1.2;
	border:1px solid #E18D1A;
	position:relative;
	overflow:visible;
	text-align:center;	
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1.4em;
	background:url(../images/jungle_nav_off.gif) repeat-x top;
	background-color: #172522;
	color:#ffffff;
	text-decoration:none;
	float:left;
	border-right:2px solid #0b1211;
	border-bottom:0;
}
#navcontainer ul li a#current {
	background:url(../images/jungle_nav_active.gif) repeat-x top;
	background-color:#5c3e23;
}
#navcontainer ul li a#last {
	border-right:0;
}
#navcontainer ul li a#currentlast {
	background:url(../images/jungle_nav_active.gif) repeat-x top;
	background-color:#5c3e23;
	border-right:0;
}
#navcontainer ul li a:hover, #navcontainer ul li a:active {
	background:url(../images/jungle_nav_on.gif) repeat-x top;
	background-color:#2c1210;

}
#navclear {
	clear:left;
}
