
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
h1 {
font: Bold 24px Garamond, Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #002878;
text-decoration: none;
}
h2 {
font: Bold 20px Garamond, Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: green; /*#9CB8C6; */
text-decoration: none;
}

.indentheading{
font: Bold 24px Garamond, Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #002878;
text-decoration: none;
}

.indentsubheading{
font: Bold 20px Garamond, Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: green; /*#9CB8C6; */
text-decoration: none;
}
.indentnumber{
font: Bold 16px Garamond, Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #000000; 
text-decoration: none;
background: url(../images/number0.gif) center center no-repeat;
}
.indentmenuDes{
font:  11px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #444444; /*#9CB8C6; */
}
a.indentmenu{
font: Bold 12px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #0050F3; /*#9CB8C6; */
text-decoration: none
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #9CB8C6; /*navy border*/
background: url(../images/1indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #002878; /*text color*/
padding: 0px 20px;
text-decoration: none;
border-right: 1px solid #9CB8C6; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #002878;
}

.indentmenu ul li a.selected{
color: #002878 !important;
padding: 0px 20px; /*shift text down 1px*/
padding-bottom: 0px;
background: black url(../images/1indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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