html { 
	margin: 0em; 
	padding: 0em;
}

body {
	behavior: url(layouts/csshover.htc);    /* To fix IE CSS compliance problem. */
	margin: 0px;
	padding: 0px; 
	font-family: Verdana,Arial,sans-serif;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

.errorMessage
{
	/*border: 1px solid Red;*/
	background-color: #FFFFFF;
	color: Black;
	padding: 10px 10px 10px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid #D4001A;
}

.checkboxAndRadioButtons
{ 
border:0px #ffffff;
}

.statusMessage
{
color:#FF0000
}

/*----------- Typography Styles ----------*/

h1, h2 {
color: #3f6286;
}

h1 {
font-size: 15px;
clear: left; 
}

h2 {
font-size: 14px; }

h3 {
color: #000000;
border-bottom: 1px #666666 solid;
text-transform: capitalize; 
font-size: 13px;
clear: left;
margin: 0em 0em -.5em 0em;
font-weight: bold; 
}

h4 {
color: #333333;
font-size: 12px;
font-weight: bold;
clear: left;
margin: 1.2em 0em -.5em 0em;
padding: 0em 0em 0em 0em; 
}

h5 {
font-size: 11px; 
margin: 1.2em 0em -.5em 0em;
padding: 0em 0em 0em 0em; 
}

h6 {
color: #333333;
font-style: italic;
font-size: 11px;
margin: 1em 0em -.5em 0em; 
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
#topmenu {
font-size:11px;
text-align:right;
height:10px;
margin-right:20px;
margin-top:40px;
}
#topmenu a {
color:#fff;


}
#breadcrumbs {
font: 9px Verdana, Helvetica, Arial, sans-serif;
margin: 13px 0px 3px 10px; 
}


#content {
	font-size:11px;
	margin-left:10px;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}


div#col-left {
	font-size:11px;
	text-align: center;
	margin: 0px 0px 0px 1px;
	display: block;
	padding: 0px 0px 15px 0px;
	background-color: #EEEEEE; 
	z-index:999;
}

/*By default #col-right is hidden with empty AdBlock. Visible by import CSS per page.*/

div#col-right {
	font-size:11px;
	margin: 0px;
	display: block;
	padding: 5px 3px 0px 5px;
	background-color: #EEEEEE; 
}
div#col-right strong,table {
	font-size:11px;
}

div#footer {
	font-size:11px;
	width: 100%;
	height: 100px;
	padding: 1em 0em 1em 0em;
	text-align: center; 
}


/*Form styles*/
input,select {
background-color:#FFFFFF;
border:1px solid #888888;
color:#000000;
padding:1px;
}

input.searchButton {
background: url(image-url.gif);
border:1px solid #888888;
color:#000000;
padding:1px;
}

/*
input:focus, input.error:focus {
	background-color:#ffffff;
	border-color:#ffb519;
	border:2px inset #ba9500;
	padding:0px;
}

input.submit {
	width:161px;
	background:#ffb519;
	background:url(/_images/theader.png);
	border:1px solid #888888;
}

input.submit:active {
	background-position:left bottom;
}
*/

div#content td.search {
	text-align:right;
	padding:0 10px 0 0;
	font-weight:bold;
}

input.pdfsearch, select.pdfsearch  {
	margin:2px;
	width:200px;
	
}

input.small, form select.small {
	width:161px;
}

div#content form fieldset {
	border-style:solid none none;
}

/*---- Navigation Menu ----*/

#navigation {
position:relative;
width: 14.5em; 
margin-left: 1px;
text-align: left;
display: block;
margin: 0px 0px -10px 1px; 
float:left;
}

html>/**/body>table>tbody>tr>td>div#navigation {  /*  Overrides above for non-IE  */
position:relative;
width: 14.5em; 
float: left;
margin: -11px 0px 0px 1px; 
text-align: left;
display: block;

}

#navigation ul {
position:relative;
margin-bottom:0px;
margin-left: 0px;
padding-left: 0px;
padding-bottom:0px;
width: 14.25em;
/*border: 0px #555555 solid;   Match hover BGcolor  */
z-index: 20;
background: #EEEEEE;
}


#navigation li {
position: relative;
list-style-type: none;
border-bottom: 1px #999999 dotted; /* Match hover BGcolor  */
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; 
}


#navigation li:hover { 
color:#FFFFFF; 
background-color:#888;

}




#navigation li.menuheader {
background-color:#000000;
font-weight:bold;
color:#FFFFFF;
height:20px;
padding:5px 0px 0px 3px;
}

#navigation li a {
display: block;
text-decoration: none;
width: 14.25em;
padding: .25em 0em .25em .25em;

}


#navigation>ul a {
width: auto; 
}
#navigation a {
color:#000000;
}
#navigation a:hover {
color:#FFFFFF;
}

#navigation li.submenu {
background: url(../_images/Submenu_Arrow_01.gif) no-repeat 95% 50%; 
}


#navigation li.submenu:hover {
background: url(../_images/Submenu_Arrow_02.gif) no-repeat 95% 50%; 
background-color:#888;
color:#FFFFFF;
}

#navigation ul ul {
position: absolute;
top: -0.1em;
display: none;
width: 14.25em;
left: 14.25em;     /*  This left margin fixes IE. Other browsers set by next statement.  */
z-index: 30; }

/*Following overrides above statement for non-IE browsers.*/
html>/**/body>table>tbody>tr>td>div#navigation>ul ul { 
left: 14.25em;     /*  Must match width for #navigation ul */
}

#navigation ul.level1 li.submenu:hover ul.level2,
#navigation ul.level2 li.submenu:hover ul.level3 {
display:block;
color:#FFFFFF;
}

#navigation li#full-navigation.submenu a:hover {
color:#FFFFFF;
}
#navigation ul.level1 li.submenu:hover ul.level2

#navigation h3 {
text-align: center;
margin: 0px 0px -15px 0px;   /*  Fixes IE. Other browsers set by next statement.  */
padding: 0px 0px 0px 0px; 
text-transform: capitalize; 
border: none; 
}

/*Following overrides above statement for non-IE browsers.*/
html>/**/body>table>tbody>tr>td>div#col-left>div#navigation h3 {
margin: 0px 0px -10px 0px; 
}


/**/




.smalltext {
font: 9px/1.25em Verdana, Helvetica, Arial, sans-serif; 
}


/*------------------------------*/

.hide {
display: none;
}

@media print {
.noprint {display: none;}
}


/************* #siteInfo styles ***************/

#siteInfo{
	background-image:url(../_images/ifphc_footer_bg.png);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	height:40px;
	border-bottom: 2px solid #C5C5D5;

}
#siteInfo table {
	font-size: 10px;
	color: #999999;
	padding: 10px 10px 10px 10px;
	text-align:left;

}


#siteInfo img{
	padding: 0px 4px 4px 5px;
	vertical-align: middle;
	margin-right:135px;
}

#bannerads {
width:270px;
float:right;
margin: 7 2 2 2;
}
#bannerads img {
padding: 0 2 0 10;
margin: 0 2 0 2;
float:right:
}


/*Table results display properties*/

div#content th.title {
	font-weight: bold;
	border: none;
	font-size: 15px;
	text-align: center;
	padding-bottom: 10px;
}

div#content td.results {
	border: none;
	padding: 2px 5px 0 5px;
	text-align: center;
}

div#content tr.row1 {
	background-color: #eeeeee;
}

div#content tr.row2 {
	background-color: #ffffff;
}

div#content table {
	border-collapse: collapse;
}

div#content th.results {
	background-color: #eeeeee;
	text-align: center;
	font-size: 12px;
	border-bottom: 4px solid #FFB519;
	height: 100%;
	margin: 0;
	padding: 4px 6px;
}


/**** Full-Text PDF Search Styles ****/

/* Search Elements */

div.searchBox {
	background-color: #eee;
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 10px;
}

#filtersBox img { margin: 0 0 -2px 0; }

ul.search {
	list-style: none;
	width: 300px;
	font: 13px arial,sans-serif;
	padding: 0 0 0 20px;
	margin: 5px 0;
}

ul.search li {
	margin: 3px 0;
}

ul.search li label {
	font: bold 12px arial,sans-serif;
	float: left;
	line-height: 1.8;
	width: 70px;
	margin: 0 3px 0 0;
}

/* Parlist elements */

div.paralist { 
	clear: both;
	overflow: auto;
	min-width: 750px;
}

ul.paralist { 
	list-style: none;
	max-width: 50%;
	padding: 0 0 0 20px;
}

ul.paralist li { margin: 5px 0;}

ul.paralist li label { font: bold 12px arial,sans-serif; }

ul.paralist li select { min-width: 200px; }

/**** Generic Styles ****/

.divWidth { width: 90%; }

.center {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: auto;
}

.border { border: 1px solid #000; }
.noBorder { border: none; }

.noPadding { padding: 0; }

.bold { font-weight: bold; }
.red { color: #ff0000; }

.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

.floatLeft { float: left; }
.floatRight { float: right; }
.floatNone { float: none; }

.clear { clear: both; }
.noOverflow { overflow: hidden; }






