#main .shadetabs{
font-family: Helvetica, Arial, sans-serif;
padding: 5px 0;
margin: 1px 0 0 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#main .shadetabs li{
display: inline;
margin: 0; padding: 0;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.04em;
}

#main .shadetabs li a{
text-decoration: none;
padding: 5px 2px; margin: 0 3px 0 0;
border: 1px solid #383F87;
color: #FFFFFF; background: #616AA5;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif; font-size: 1.04em;
}

#main .shadetabs li a:hover{
text-decoration: underline;
color: #FFF;
}

#main .shadetabs li.selected{
position: relative;
top: 1px;
}

#main .shadetabs li.selected a{ /*selected main tab style */
background: #FFFFFF;
border-bottom-color: white;
color: #4B8100;
font-weight: bold;
border-top: 2px solid #383F87;
border-left: 2px solid #383F87; border-right: 2px solid #383F87;
}
#main .shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #4B8100;
}
#main .tabcontentstyle{ /*style of tab content container*/
border: 2px solid #383F87;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

#main .tabcontent{
display:none;
}

#main .tabcontentstyle h3{
	font-family:"trebuchet ms",arial,sans-serif;
	font-size: 1.5em; color:#291873;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
}
#main .tabcontentstyle p{
	font-family:arial,sans-serif,verdana;
	font-size: 1.1em; color:#000;
	padding: 0; margin: 0; 
}

@media print {
#main .tabcontent {
display:block!important;
}
}
