/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font: 12pt 'Times New Roman', Times, serif;
	color: #000;	
	line-height: 1.166;	
	margin: 0px;
	background-color: #fff;
	padding: 0.25in;
	}

/* defines font size, font family, and color for basic HTML elements */
td, ol, dl, dt, dd, blockquote { font-family: 'Times New Roman', Times, serif; color:#000; font-size: 12pt;}
p { font-family: 'Times New Roman', Times, serif; font-size:12pt; color:#000; padding: 5px 0 5px 0; margin: 0;}
ul, li { font-family: 'Times New Roman', Times, serif; font-size:12pt; color:#000; padding: 5px 0 5px 0; margin: 0;}

/************** header tag styles **************/
#topnavcontainer{
	display: none;
	}
	
#navlist 	{
display: none;
	}

#mainpic{
background-color: #fff;
	}

#logo img{
display: block;
width: 186px; 
height:86px;
float: right;
	}

#tagLine {
	display: none;
	}
#contentcontainer{
	width: auto;
	margin: 0;
	background-color: #fff;
	}

#mainnavcontainer{
	display: none;
}

#mainContent {
display: block;
}

/* PRINT LINKS */
/*PLEASE NOTE: Internet Explorer doesnt understand the rule, there should be no ill effectsthe links will still be dark red, underlined, and boldfaced. They just wont have a URL appear after the text of the link, thats all.*/

a:link, a:visited {
   color: #000;
   text-decoration: underline;
   }
#mainContent a:link:after, #mainContent a:visited:after, #footer a:link:after, #footer a:visited:after {
   content: " ("attr(href)") ";
   font-size: 12pt;
   }
   
 /* If you have a relative link ie: /index.cfm this code adds in the full url */
#mainContent a[href^="/"]:after, #footer a[href^="/"]:after {
   content: " (http://www.hra-nca.org"attr(href)") ";
   }

#footer {
	font-size: 12pt;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
}

#footer a {
	font-size: 12pt;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
}
	
.HRFooter {
	display:block;
	width: 100%; 
	}
.HRFooter img {
	padding: 10px
	}

/********************* end **********************/