/* ######### CSS for Shade Tabs. Remove if not using ######### */
.wraptabcontent {
	margin-left:20px;

	}
	
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 16px  Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display:block;
float:left;
margin: 0;
width:219px;
height:44px;
background:url(../images/navtab_03.jpg) no-repeat;

}

.shadetabs li a{
border:none;
color: #fff;
width:219px;
height:33px;
padding-top:10px;
text-decoration:none;
display:block;
}

.shadetabs li a:visited{
color: #fff;
width:219px;
height:33px;
padding-top:10px;
text-decoration:none;
display:block;
}

.shadetabs li a:hover{
text-decoration: none;
background:url(../images/navtab_03.jpg) no-repeat;
background-position:-219px;
width:219px;
height:33px;
padding-top:10px;
display:block;
color: #00f00e;

}

.shadetabs li a.selected{ /*selected main tab style */
height:33px;
padding-top:10px;
}



.shadetabs li a.selected{ /*selected main tab style */
background:url(../images/navtab_03.jpg) no-repeat;
background-position:-219px;
width:219px;
display:block;
height:33px;
padding-top:10px;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
width:219px;
height:33px;
padding-top:10px;
}

.tabcontainer {
   background:#d9e1e4;
	padding: 10px; 
	width: 637px;
	height:190px;
	margin-bottom: 1em;
	margin-top:2px;
	clear:both;
	}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


