/*******************************************/
/*                                         */
/*          State of Delaware              */
/*     Compliant Browser Stylesheet        */
/*                                         */
/*******************************************/
/***  HTML Tag Formatting  ****/
body, div, p, td, li {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: small;   
    }

body	{
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color:#fff;	
	}

.inline	{
	display: inline;
	}

/***  Main Hyperlink Formatting  ****/

a:link {
 	color: #003399; 	
	background-color: transparent; 
	text-decoration: underline;
}
a:visited {
 	color: #003399; 	
	background-color: transparent; 
	text-decoration: underline;
}
a:hover {
 	color: #CC0033; 	
	background-color: transparent; 
	text-decoration: underline;
}
a:active {
 	color: #CC0033; 	
	background-color: transparent; 
	text-decoration: underline;
}
	

/***  Header Colored Bars  ****/

.goldBar, .greyBarNew { 
	color: inherit;
	background-color: #969293;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}
.greyBar { 
	color: inherit;
	background-color: #ccc; 
}
.greyBarSide { 
	border-right: solid 1px #ccc;
}
.silverBar {
	color: inherit;
	background-color: #969293;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}

/***  Header Areas  ****/

.search { 
	font-size: x-small;
	color: #000;
	background-color: #fff;
	}


/***  Body Content  ****/
#mainBody { 
	color: #333; 
/***	background-color: #fff; was causing random disappearing text in IE***/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}



/***  Footer  ****/
	
#footerBar { 
	color: #909090;  	
	background-color: transparent; 
	background-color: #fff; 
	text-align: center; 
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 85%;
	}
#footerBar a, #footerBar a:link, #footerBar a:visited {
	color: #909090; 	
	background-color: transparent; 
	text-decoration: none;
	}
#footerBar a:hover, #footerBar a:active  {
	color: #CC0033; 	
	background-color: transparent; 
	text-decoration: underline;
	}



