body {
text-align: center;
padding: 20px 0;
margin: 0;
}

/* changed the name so that h1 is not related to logo but should be text
h1 {
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 150px;
	text-indent: -2000px;
	background: url(images/top-banner.jpg); 
	}
*/

#banner-top {
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 150px;
	text-indent: -2000px;
	background: url(images/top-banner.jpg); 
	}
/* added the following tag as h1 */
h1 {
    padding: 0 0 0 20px;
	margin: 5px 0 0 0;
	color: #990000;
	font: 18px/25px Georgia, Times New Roman, Times, serif;
	}


	
h2 {
    padding: 0 0 0 20px;
	margin: 5px 0 0 0;
	color: #990000;
	font: 18px/25px Georgia, Times New Roman, Times, serif;
	}

h3 {
	padding: 0;
	margin: 5px 0 0 0;
	color: #434343;
/*	background: url(bigBullet.gif) no-repeat 3px 5px; */
	font: 12px/25px Georgia, Times New Roman, Times, serif;
	text-align:left;
	}
	
#container {
	border: 0px solid #545454;
	width: 800px;
	margin: 0 auto;
	background: #fff url(images/top_-white.gif) repeat-y; 
	}
#hMenu {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0;
	height: 25px;
	/* padding: 0 0 0 5px; CHANGED*/
padding: 0 0 0 0px;
	font-size:16px;
	font-weight:bold;
	}
/* The following controls main menu background */
#hMenu ul {
		/* background: #ccddcc  CHANGED  */
	background:url(images/left_gray-piece.jpg) top left repeat-x;
		margin: 0;
		list-style: none;
		height:33px;
		padding:0;
		}
#hMenu li{
float:left;
}

/* The following controls the fonts of the pull down text */

#hMenu li a{
color:#ffffff;
display:block;
font-weight:bold;
line-height:22px; /* control line height of each menu text in pull down menu */
padding:0px 22px;
text-align:left; /* not sure what this does */
text-decoration:none;
}
	/*	#hMenu li a:hover{
			color:#000000;
			text-decoration:none;
			}
	*/


/* without the hMenu li ul class, no pull down */
	#hMenu li ul{
		background:#898989;
		border-left:1px solid #666666;
		border-right:1px solid #666666;
		border-bottom:1px solid #666666;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:140px; 
		z-index:200;
		}

/* adding the following to see if I get the pull down */

	#hMenu li:hover ul{
		display:block;
		}
	#hMenu li li {
		display:block;
		float:none;
		/* width:225px; */
		width:140px; /* controls the width of hover background in the pull down menu*/
		}
/* above makes the pull down to appear */

	#hMenu li ul a{
		display:block;
		font-size:10px;
		font-style:normal;
		padding:0px;
    	margin-left:2px;
		text-align:left;
		}

/* The following controls background and text colors when placing the mouse over pull down items */
		#hMenu li ul a:hover{
			background:#7B83B7;
    		color:#000000;  /* not sure what this one does */
			opacity:1.0;
			filter:alpha(opacity=100);
			}


	#hMenu p{
		clear:left;  /* Not sure what this one does*/
		}	


a:active
{  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  }
a:link
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
}
a:visited
{
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px; 
}

#leftcontent {
/*	width: 475px; */
    width: 450px;
	float: left;
	padding: 0px;
	border: 0px solid #828282;
	margin: 10px 20px 38px 20px;  /* this was added to remove blockquotes */
	}

 #rightcontent {
	float: left;
	width: 300px;
	padding: 0px;
	margin: 0 5px 0 0;
	border: 0px solid #828282;
	}

#downblock {
	clear: both;
	border-top: 0px solid #545454;
	background-color: #ffffff;
	padding: 5px;
	}
	
	#downblock p {
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 34px 3px 15px;
		}

	
/* the following shrinks the container boundary so it is removed
	#rightside {
		border: 1px solid #828282;
		padding: 3px;
		float: right;
		margin: 10px;
		}			
*/
p
{
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  text-align: left;
}

p.justify
{
text-align:justify;
}

/* changed the names to h4,h5 and h6 but did not work */
.style1 {color: #FF0000}
.style2 {color: #000000}
.style4 {font-size: large}


h4 {
color: #990033;
font: 18px/0px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
h5 {
	color: #434343;
	font: 12px/0px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h6 { 
color: #006600;
font: 18px/2px Verdana, Arial, Helvetica, sans-serif;
}


#footer{

background:#666666;
border-bottom:#990000;
border-bottom-style:solid;
border-bottom-width:2px;
height:20px;}