#homeBODY {background-color:#ccccaa; margin: 0 0 0 0 }  /* defines home page body style */

#subBody  {background-color:#ccccaa; margin: 0 0 0 0 }  /* defines all other page body styles */

#impTab { background-color: #f8f8ff;		/* define the center content table for all sub page */
					border: thin inset #666666;
					width=70%;
					cellspacing: 0;
					cellpadding: 0}  

/* Start Horizontal Menu Declarations */

#hmenu a:link { color: #f0e68c; text-decoration: none; font-weight: bold }
#hmenu a:visited { color: #ffd700; text-decoration: none; font-weight: bold }
#hmenu a:active { color: #00ffff; text-decoration: none; font-weight: bold }
#hmenu a:hover { color: #ffffff; text-decoration: none; font-weight: bold }

/* End Horizontal Menu Declarations */


/* Start Define paragraphs on right and left vertical menus */

#navPara { margin: 5px 5px 5px 5px }	/*margin:  top right bottom left*/
#navPara a:link { color: #0000ff; text-decoration: none; font-weight: bold }
#navPara a:visited { color: #0000ff; text-decoration: none; font-weight: bold }
#navPara a:active { color: #0000ff; text-decoration: none; font-weight: bold }
#navPara a:hover { color: #ffffff; text-decoration: none; font-weight: bold }

/* End Define paragraphs on right and left vertical menus */

/* Start Left Side Vertical Menu Declarations. "lddm" stands for Left Drop Down Menu */

#lddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#lddm div									/*This defines the overall drop down area*/
{	position: absolute;
	left: 15%;
	/* top: 150px; */
	visibility: hidden;
	margin: 0 0 0 0;
	/* margin: -25 0 0 40px; */
	padding: 0;
	background: #ffffff;
	border: 0px solid #000000}

	#lddm div a							/*This defines the individual drop downs*/
	{	position: relative;
		display: block;
		margin: 0;
		padding: 2px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #2f4f4f;
		font: 12px arial;
		border: 1px solid #2f4f4f}

	#lddm div a:hover
	{	background: #a9a9a9;
		color: #FFF}
		
/* End Left Side Vertical Menu Declarations */

/* Start Right Side Vertical Menu Declarations. "rddm" stands for Left Drop Down Menu */

#rddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#rddm div									/*This defines the overall drop down area*/
{	position: absolute;
	right: 15%;
	visibility: hidden;
	margin: 0 0 0 0;
	/* margin: -25 0 0 -150px; */
	padding: 0;
	background: #ffffff;
	border: 0px solid #000000}

	#rddm div a							/*This defines the individual drop downs*/
	{	position: relative;
		display: block;
		margin: 0;
		padding: 2px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #2f4f4f;
		font: 12px arial;
		border: 1px solid #2f4f4f}

	#rddm div a:hover
	{	background: #a9a9a9;
		color: #FFF}
		
/* End Right Side Vertical Menu Declarations */
