/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
    font: bold 13px Arial;
    width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul{
    margin-left: 2px;
    padding: 0;
    float: left; /* width: 80%; width of menu*/
    border-top: 2px ridge #CE1031;
    background: black url('../images1/LinksPage/indentbg2B.jpg') repeat-x center
center;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
    float: left;
    color: red; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right-style: ridge;
    border-left-style: ridge;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #CE1031;
    border-left-color: #CE1031;
    font-family: Arial, Helvetica, sans-serif;
}
.indentmenu ul li a:hover
{
	color:#FF7C00
}
.indentmenu ul li a:visited{
color: black;
}
.indentmenu ul li a.selected{
    color: white !important;
    padding-top: 6px; /*shift text down 1px*/
    padding-bottom: 4px;
    background: black url('../images1/LinksPage/indentbg2A.jpg') repeat-x center
center;
}
.tabcontentstyle{
    /*style of tab content container*/
    border: 2px ridge #CE1031;
    width: 740px;
    margin-bottom: 1em;
    padding: 10px;

}
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block !important;
}
}
.linkArea
{
	background-position: left top;
	border: 2px ridge #CE1031;
	width: 740px;
	height: 100px;
	padding: 5px;
	margin-bottom: 1em;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
