body
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* Used to remove the menu from the printed pages */
@media print 
{
    TABLE.noprint, DIV.noprint
    {
        display: none;
    }
}

/* Sections rendered invisible on printed pages */
#title, #menu, #spacer-white, #spacer-blue, #content-left-top-services, #content-right, #content-left, #footer, 
#masthead-home, #content-left-home, #content-middle-home, #content-right-home 
{
    display: none;
}

/* Show the NFR logo on printed pages */
#print-logo
{
	border-top: 3px solid #ff943c;
}

#main
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#masthead-main
{
    height: 80px;
    z-index: 100;
}


#content-middle
{
    margin-left: auto;
    margin-right: auto;
	width: 424px;
	background-color: #ffffff;
	font-size: 13px;
	font-family: Microsoft Sans Serif;
}

#content-middle-wide
{
    margin-left: auto;
    margin-right: auto;
	width: 569px;
	background-color: #ffffff;
	font-size: 13px;
	font-family: Microsoft Sans Serif;
}

#content-middle h1, #content-middle-wide h1
{
    color: #ff943c;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 2px;
    font-family: Microsoft Sans Serif;
}

#content-middle h2
{
    color: #000000;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0px;
    font-family: Microsoft Sans Serif;
    text-decoration: underline;
}

#content-middle .text
{
    color: #000000;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 8px;
    font-family: Microsoft Sans Serif;
}

.sub_menu_group
{
    margin-left: 10px;
    font-weight: bold;
}

.sub_menu_item
{
	list-style-image: url(/images/CSS/bullet-blue.jpg);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: 5px;
}

.sub_menu_list
{
	list-style-image: url(/images/CSS/bullet-blue.jpg);
    margin-top: 0px;
    margin-bottom: 0px;
}

.directory-listing			
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration : none;
}

/* Styles used in BTU table pulled from NFG's site */
.td00 
{
    font-family: Verdana, Helvetica, sans-serif;
    width: 40;
    height: 15;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    color: #FFFFFF;
    background: #3186d7;
}

.td01 
{
    text-align: center;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.td02 
{
    text-align: center;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width:50;
}

.td03 
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}