body {
	background-color: #FFFFFF;
	background-image: url(https://www.badbir.org/secure/graphics/background_mono_150.gif);
	background-repeat: no-repeat;
	background-position: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	color: #000000;
}

a {
	color: #0000FF;
	text-decoration: none;
}

/*form {
	background-color: #FFFFFF;
	background-image: url(https://www.badbir.org/secure/graphics/background_mono_150.gif);
	background-repeat: no-repeat;
	background-position: left; 
}*/

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  	color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
  	color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  	font-weight: bold;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
 	border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

ul {
list-style-type: none;}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

A.menu_active
{
	border:1px solid #413D75;
	background-color:#532383;
	color:White;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
}

A.menu_inactive
{
	COLOR: #0033cc;
	text-decoration: none;
	border:1px solid #413D75;
}

A.menu_active:hover
{
	border:1px solid #413D75;
	background-color:#532383;
	color:#FBC200;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    cursor: hand;
}

A.menu_inactive:hover
{
	COLOR:#FBC200;	
	text-decoration: none;
	background-color:#532383;
	border:1px solid #413D75;
}

.node { color: black;
	font-family : "Helvetica", "Arial", "MS Sans Serif", sans-serif;
	font-size : 9pt;}

.node A:link { color: black; text-decoration: none; }
.node A:visited { color: black; text-decoration: none; }
.node A:active { color: black; text-decoration: none; }
.node A:hover { color: #0000ff; text-decoration: none; }
		
TD.selected
{
    FONT-SIZE: 9pt;
    COLOR: #ffffff;
    FONT-FAMILY: Helvetica, Arial, 'MS Sans Serif';
    BACKGROUND-COLOR: #0a246a;
    TEXT-DECORATION: none
}

TD.selected A:link
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

TD.selected A:visited
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

TD.selected A:active
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

input.submit{
   color: #FFFFFF;
   BACKGROUND-COLOR: #532383;
   FONT-SIZE: 14pt;
   FONT-FAMILY: Helvetica, Arial, 'MS Sans Serif';
} 

input.submit:hover{
   color: #FBC200;
   BACKGROUND-COLOR: #532383;
   FONT-SIZE: 14pt;
   FONT-FAMILY: Helvetica, Arial, 'MS Sans Serif';
} 

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 100% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(https://www.badbir.org/secure/graphics/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
color: blue;
}

.ddoverlap li a:hover{
color:#00CC00;
/*color:#532383; */
/* text-decoration: underline;*/
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(https://www.badbir.org/secure/graphics/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

</style>

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(https://www.badbir.org/secure/graphics/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(https://www.badbir.org/secure/graphics/indentbg2.gif) center center repeat-x;
}

</style>

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
}

.markermenu li a{
background: white url(https://www.badbir.org/secure/graphics/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(https://www.badbir.org/secure/graphics/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

</style>

.fieldset {
	background-color: #CCCCCC;
	}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: square;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: black;
display: block;
width: 100%;
padding: 13px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #9878C8;
text-decoration:none;
}

.buttonmenu li a:visited{
color: black;
background-color: #9878C8;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #D8B8F8;
}

.buttonmenu li.selected a{ /*selected tab style*/
color: black;
background-color: #C8A8E8;
}

</style>

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px #D8B8F8;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 0px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(http://www.badbir.org/graphics/tab-left.png) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(http://www.badbir.org/graphics/tab-right.png) no-repeat right top;
padding:6px 24px 6px 24px;
font-weight:bold;
color:#ABABAB;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color:#D8D8D8;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: white;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->


<!--[if IE]>
<style type="text/css">
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
</style>
<![endif]-->
