
legend {
	color: #F2F2F2;
}
#banner {
	background: transparent url(/imgs/bgnd_trans_lb.png) no-repeat;
	height: 80px;
}
#banner img{
	margin-top:12px;
}

div.panel {
	clear: both;
	display: none;
	background-color: #032b55;
	padding: 1em;
	color:#6da1c1;
}

div.panel h2{
	font-size:1.6em;
	color:#FFF;

}

div.panel img{
	float:right; 
	border:1px solid #FFF; 
	margin-left:20px
}

fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: block;
}
.bar {
	background-color: #032b55;
}
#mainmenu{
	position:static;
	/*overflow:visible;*/
}

#tabs {
	position: absolute;
	top: 55px;
	height: 28px;
	list-style: none;
}

#tabs li {
	position:relative;
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #DCDCDC;
	text-decoration: none;
	color: #666;
}

#tabs a.active-tab {
	color:#6da1c1;
	background-color: #032b55;
	border-top: 3px solid #FFF;
	padding-top: 3px;
}
