.table_border {	border: 1px none #000000;
	background-color: #000000;
}
#mastercontainer {
	display: block;
	width: 990px;
}
#mcontainer_form {
	display: block;
	width: 990px;
	background-color:#FFFFFF;
}
#toprow {
width: 990px;
height: 88px;
}
#navrow {
	display:block;
	width: 990px;
	height: 28px;
	background-color: #0C335D;
}
#searchrow {
    display:block;
	background-color:#FFFFFF;


}
#searchboxarea {
	display:block;
	padding-top: 5px;
	padding-left: 70%;
}
#leftofsearch {
display:block;
float:left;
padding: 5px;
}
#maincontent {
	background-color:#FFFFFF;
	border: 1px solid #E9E9E9;
	padding: 25px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#outercontentarea {
background-color:#FFFFFF;
padding: 10;
}

#frontpagecontentarea {
background-color:#FFFFFF;
padding: 0;
}
/* Hide the Horizontal Bar sub-menu indicator, but not any of the Vertical */
/* BP:  Affects the way the  spacing behaves between the top menu graphics and the subnavs */
.yuimenubaritemlabel .submenuindicator {

    display:block;
	padding:2;
   /* display:-moz-inline-stack;  Gecko */
   /* display:inline-block;  IE, Opera and Safari */
    font:0/0 arial;  Gecko 
}


/* BP:    adjust the top width of the menu images. also the 'V'  character  */
.yuimenubaritemlabel .submenuindicator {
    visibility: hidden;
    background-position:0 -24px;
    margin: -12px 0 0 0px;  

    /* Top-Rt-Bt-Lt */

}