/*
Goody Clancy New Orleans Master Plan [1371 on ATT]
07-08-2008
Arpita K. (WPE) and Dave A. (WPE)
Robert Staples (PM)
*/
/* Reset Block (BEGIN) */

/*May need to comment out 'input' due to submit and reset buttons not displaying enough padding in IE8.*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td  /*span*/
{
        margin:0;
		padding: 0; 
}
/*May need to engage 'input' styles if 'input' commented out above.*/
/*
#frmSearch input
{
         margin:0;
	padding: 0; 
}
*/
fieldset, img, abbr, acronym
{
	border: 0;
}
caption, th
{
	/*text-align:left;*/
}
.clear
{
	clear: both;
}
table
{
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
	/*width: 100%;*/
}
address, caption, cite, code, dfn, em, strong, th, var
{
	/*font-style:normal; font-weight:400;*/
}
ol, ul
{
	/*list-style: none;*/
	}
.red
{
color:#FF0000
}
.pageText ul
{
	padding-left:20px;
}
h1, h2, h3, h4, h5, h6
{
	/*font-size: 100%;*/
	/*font-weight: 400;*/
}
q:before, q:after
{
	content: '';
}
.center
{
	text-align: center;
	margin: 0 auto;
}
*
{
	outline: none;
}
/* Reset Block (END) */

body 
{
	width:100%;
	text-align:center;
} 
#divPageContainerHOME, #divPageContainer
{
	margin:0px auto;
	width:1024px;
	text-align:left;
}

/* (BELOW) Styles to ensure the horizontal borders don't ballon up to ~15 pixels high (should discover and remove). */
/*table, td, font*/  
table, td
{
	font-family:Arial Black, Regular; font-size:0px; 
}
/*^font-family:11px; _font-family:11px; ^font-size:11px; _font-size:11px;*/ 
/*
font
{
	font-family:Arial Black, Regular; font-size:0px; ^font-family:11px; _font-family:11px; ^font-size:11px; _font-size:11px; 
}
* html font
{
	font-family:Arial Black, Regular; font-size:11px; 
}
*/
/* (ABOVE) Styles to ensure the horizontal borders don't ballon up to ~15 pixels high (should discover and remove). */


/******************** This is to center the site in the browser window ************************************/
/*	
#MainBody
{

	margin: 0 auto -2px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	overflow: hidden;
	width:1000px;
	}
#Footer
{
	width: 1003px;
	margin:0 auto;
	
}
#Content 
{
margin:0 auto;
}
*/
/**************************************************************************************************************/
