body 
{
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
        background-repeat: no-repeat;

}



table{
margin: 0;
border-collapse: collapse;
min-height:0px;

}

td{
margin: 0;

}


.maintable
{align: center;
width: 990px;

}

.mswfooter{
width: 100%;
BACKGROUND-COLOR: grey;

}


H1
{
	margin: 0;
	font-family: Verdana;
        font-size: 10px;
        color: #234AAE;
}

H1
{
	margin: 0;
	font-family: Verdana;
        font-size: 9px;
        color: #000000;
}





.success
{
	color: #408200
}

.error
{
	color: red;
}

/*
*  Table with black line under heading, then gray lines between rows.
*/
table.cms_bb_table
{
	border-collapse: collapse; 
	empty-cells: show;
}
table.cms_bb_table th
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	background-color: #f8f8f8;
}
table.cms_bb_table tr#row_even
{
	background-color: #f8f8f8;
}
table.cms_bb_table td
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid gray;	
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	font-size: 0.8em;
}
table.cms_bb_table td#first_col
{
	border-left: none;	
}













/*Horizontal Menu  ------------------------------------ */

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, sans-serif;
font-size: 76%;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;
/*background-color: #  ; overall menu background color*/
}

/*Top level menu link items style*/
.menu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 1px 3px 1px 3px;
border-left-width: 0;
text-decoration: none;
color: white;
text-align:center;
}
	
/*1st sub level menu*/
.menu ul li ul{
left: 0px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
background-color: #04469A;

border-bottom: 1px dotted white;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu  ul li ul li ul{ 
left: 150px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.menu  ul li ul li a{
display: block;
width: 120px; /*width of sub menu levels*/
background-color: #04469A;
color: white;
text-decoration: none;
padding: 1px 6px;
font-size: 100%;
}

.menu  ul li a:hover{
text-decoration: underline;
background-color: #008ECC;
color: black;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu  ul li { float: left; height: 1%; }
* html .menu  ul li a { height: 1%; }
