body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
}

img {
	border: none;
}
/* needed for Netscape Navigator to act like IE with List Items */
ul { 
	padding-left: 0px; 
}
/************** header tag styles **************/
h1 {
	color: #000080;
	font-size: 20px; 
	font-weight: bold;
	text-decoration: none;
}
h2 {
	color: #000000;
	font-size: 16px;  
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	color: #494947;
	font-size: 14px; 
	text-decoration: underline;
	font-weight: bold;
}
h4 {
	color: #F24F00;
	font-size: 12px;  
	font-weight: bold;
	text-decoration: underline;
}
h5 {
	color: #000080;
	font-size: 12px;  
	font-weight: bold;
	text-decoration: underline;
}

/**************************************/
/*        BANNER Styles               */
/**************************************/
#Wrapper {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#Banner {
	width: 100%;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background: url('http://www.phfa.org/images/banner/banner_bg.gif');
	background-repeat: repeat-x;
}
#Banner_NoButtons {
	position: relative;
	visibility: visible;
	display: block;
	height: 1px; /* Originally 25px */
	width: 100%;
	min-width: 750px;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	background-color: #000066;
}
#Banner_Nav_Simple {
	position: relative;
	display: block;
	width: 100%;
	height:auto;
	/*height: 1px;*/ /* Originally 25px  - auto could work*/
	border-bottom: solid 1px #000066;
	border-top: solid 1px #E4481F;
}
#Banner_print { display: none; }

/****************************************/
/*      CONTENT / MIDDLE Styles         */
/****************************************/
/* Middle - contains Buttons, Nav, Content and Footer Sections*/

#Middle{
	position: relative;
	display: block;  /* REQUIRED-see note */
	clear: left;   /* REQUIRED-see note */
	  /* *These items were added to correct the over lapping problem in IE 6 with the Footer, Nav, and Content tags on the page. */
	visibility: visible;
	vertical-align: top;
	/*margin-right: auto;
	margin-left: auto;*/
	width:750px;
	min-width: 750px;
	/*background-image:url("http://www.phfa.org/images/middle_bg.gif");*/
	background:url("http://www.phfa.org/images/middle_bg.gif");
	border-top: 1px solid #b7bcbf;
	border-bottom: 1px solid #cccccc;
	/*margin: 0px;
	padding: 0px;*/
}
/****************************************/
/*           CONTENT Styles             */
/****************************************/
/* Content section - nested inside ID Middle*/
#Content{
	font-size: 12px;
	width: 584px;
	visibility: visible;
	text-align: left;
	vertical-align: top;
	position: relative;
	float: right; /* REQUIRED-see note */
	display: inline; /* REQUIRED-see note */
	clear: right;  /* REQUIRED-see note */
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	  /* *These items were added to correct the over lapping problem in IE 6 with the Footer, Nav, and Content tags on the page. */
}
#Content a {
	color: #0000FF;
	text-decoration: none;
}
#Content a:link {
	color: #0000FF;
	text-decoration: none;
}
#Content a:visited {
	color: #0000FF;
	text-decoration: none;
}
#Content a:hover {
	/*color: #E4481F;*/
	color: #F24F00;
	text-decoration: underline;
}
#Content a:active {
	color: #000080;
	text-decoration: underline;
}
#Content_simple{
	font-size: 9pt;
	width: 98%;
	visibility: visible;
	text-align: left;
	position: relative;
	vertical-align: top;
	float: right;
	display: block;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right: 6px;
	padding-left: 0px;
	margin: 0px;
}

/* list tag styles for Content section */
#Page_content h1 { /*used in content section with h1 - must be used as an ID*/
	margin-top: 0px;
	margin-bottom: 8px; 

}
#Page_content h2 {
	margin-top: 2px;
	margin-bottom: 6px;
}
#Page_content h3 {
	margin-top: 2px;
	margin-bottom: 6px;
}
#Page_content h4 {
	margin-top: 2px;
	margin-bottom: 6px;
}
#Page_content h5 {
	margin-top: 2px;
	margin-bottom: 6px;
}
#Page_content p {
	margin-top: 6px;
}
/* list tag styles for Content section */
#Page_content ul{
	list-style-position: outside;
	list-style-image:  url("http://www.phfa.org/images/icons/icon_keys1.gif");
	margin-top: 0px;
	margin-left: 20px;
}
#Page_content ul.bullet1 {
	list-style-image:  url("http://www.phfa.org/images/bullet1.gif");
	list-style-position: outside;  /* These are not getting carried forward from ul. They must remain to keep bullets flush left and aligned w/text. */
	margin-top: 0px !important; /* Required. */
	margin-left: 20px !important; /* Required. */
}
#Page_content ul.bullet2 {
	list-style-image:  url("http://www.phfa.org/images/bullet2.gif");
	list-style-position: outside; /* These are not getting carried forward from ul. They must remain to keep bullets flush left and aligned w/text. */
	margin-top: 0px !important; /* Required. */
	margin-left: 16px !important; /* Required. */
}
#Page_content ul.bullet3 {
	list-style-image:  url("http://www.phfa.org/images/bullet3.gif");
	list-style-position: outside; /* These are not getting carried forward from ul. They must remain to keep bullets flush left and aligned w/text. */
	margin-top: 0px !important; /* Required. */
	margin-left: 16px !important; /* Required. */
}
#Page_content ul.nobullet {
	list-style-type: none;
	list-style-image: none;
}
#Page_content li.nobullet {
	list-style-type: none;
	list-style-image: none;
}
#Page_content ol {
	list-style-position: outside;
	list-style-image: none;
}
#Page_content ol.olist1 {
	list-style-image:  none;
	list-style-position: outside;  /* These are not getting carried forward from ul. They must remain to keep bullets flush left and aligned w/text. */
	margin-top: 0px !important; /* Required. */
	margin-left: 15px !important; /* Required. */
	padding-left: 15px !important; /* Required for Firefox. */
	text-align: left;
}
#Page_content ol.olist2 {
	list-style-image:  none;
	list-style-position: outside; /* These are not getting carried forward from ul. They must remain to keep bullets flush left and aligned w/text. */
	margin-top: 0px !important; /* Required. */
	margin-left: 16px !important; /* Required. */
	padding-left: 16px !important; /* Required for Firefox. */
}
#Page_content ol.olist3 {
	list-style-image:  none;
	list-style-position: outside; /* These are not getting carried forward from ul. They must remain to keep bullets flush left and aligned w/text. */
	margin-top: 0px !important; /* Required. */
	margin-left: 12px !important; /* Required. */
	padding-left: 12px !important; /* Required for Firefox. */
}
/****************************************/
/*           Nav Bar Styles             */
/****************************************/
#Nav {/* Nav Bar - nested inside of Middle Section */
	font-size:8pt;
	visibility: visible;
	position: relative;
	text-align: left;
	vertical-align: top;
	float: left;  /* REQUIRED-see note */
	display: inline;  /* REQUIRED-see note */
	width: 147px;  /* REQUIRED-see note */
	clear: left;   /* REQUIRED-see note */
	  /* *These items were added to correct the over lapping problem in IE 6 with the Footer, Nav, and Content tags on the page. */
}
#Category_Links {/* Nav Bar - nested inside of Middle Section */
	visibility: visible;
	position: relative;
	text-align: left;
	vertical-align: top;
	float: left;
	display: block;	
	clear: none;	
	width: 147px;
	margin-right: 0px;
	padding-right: 1px;
	margin-left: 0px;
	padding-left: 1px;
	padding-bottom: 15px;
	/*background-image:url("http://www.phfa.org/images/toolbox_bkgd.gif");
	background-color:#d4ddff;*/
}
#Nav hr{  /* 100% of Nav width with padding - avg 98% */
	border: 1px solid #000066;
	text-align: left;
	margin-right: 3px;
}
#Nav a {
	color: #000080;
	text-decoration: none;
}
#Nav a:link {
	color: #000080;
	text-decoration: none;
}
#Nav a:visited {
	color: #000080;
	text-decoration: none;
}
#Nav a:hover {
	color: #E4471F;
	text-decoration: underline;
}
#Nav a:active {
	color: #0000FF;
	text-decoration: underline;
}
/* Nav UL and LI for bullets and list item positioning - Mike added 3/20/06 */
#Nav ul {
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url("http://www.phfa.org/images/bullet_orange.gif");
	margin-top: 0px;
/* required 	*/
	margin-left: 0.75em;
	/*padding-left: 9px !important;  required (mozilla/netscape)*/
	/*padding-right: 1px;*/
}
#Nav ul.expand {
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url("http://www.phfa.org/images/plus_list.gif"); 
/* required  	*/
	margin-left: 1.6em;
	/*margin-left: 7px !important;*/ 
	/*padding-left: 11px !important;  *//* required (mozilla/netscape)*/
}
#Nav ul.bullet2 {
	list-style-position: outside;
	list-style-image: url("http://www.phfa.org/images/bullet_orange.gif");
/* required  	*/
	margin-left: 0.75em;
	/*margin-left: 2px !important;  */
	/* padding-left: 2px !important; required (mozilla/netscape)*/
}
#Nav ul.bullet3 {
	list-style-position: outside;
	list-style-image: url("http://www.phfa.org/images/bullet3.gif");
/* required */
	margin-left: 0.75em;	
	/*margin-left: 2px !important;  */
	/* padding-left: 2px !important; required (mozilla/netscape)*/
}
#Nav ul.bullet4 {  /* Toolbox */
	list-style-position: outside;
	list-style-image:  url("http://www.phfa.org/images/bullet3.gif");
/* required  */	
	margin-left: 1.6em !important;	
	/*margin-left: 6px !important; */
/*	padding-left: 11px !important;   required (mozilla/netscape)*/
}
#Nav li {
	list-style-position: outside;
}
#Nav li.nobullet {
	list-style-type: none;
	list-style-image: none;
}
div.NavPageSection {
	font-weight: bold;
	border-bottom: #999999 1px solid;
	padding-bottom: 1px;
	margin-right: 1px;
	margin-top: 2px; /* required  */
	margin-left: 2px; /* required  */
	padding-left: 1px; /* required (mozilla/netscape)*/
}
div.NavPageSection img {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding: 0px 2px 0px 0px;
	margin: 0px;
	vertical-align:text-bottom;
}

/****************************************/
/*           FOOTER Styles              */
/****************************************/
#Footer {
	width: 750px;
	position: relative;
	clear: both;  
	visibility: visible;
	vertical-align: top;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
div.FooterContent {
	text-align: center;
	vertical-align: top; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #CCCCCC;
	visibility: visible;
	padding-top: 5px;
	padding: 5px 0px 10px 0px;
	padding-bottom: 10px;
	background-color: #000066;
}
#Footer hr { /* ALL THE FOLLOWING SETTINGS ARE REQUIRED FOR MAC */
	width:670px;
	margin-left: 40px;
	margin-right: 40px;
	border-bottom-width: 2px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom: #cccccc 2px solid;
	/*text-align:center;*/ /* this setting is not recognized in Safari/MAC */
}


/****************************************/
/*           EXTRAS Styles              */
/****************************************/

.orange_font {
	color: #E4481F;
}
.adobe_img {
	padding-left: 24px;
}