@import url("novav5.css");
.p7tbsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	background-color: #FFFAF0;
	layer-background-color: #FFFAF0; /*for Netscape 4*/
	border: .1px solid #FFFFFF; /*for Netscape 4*/
}
.p7tbsub p {
	padding: 8px 12px 8px 24px;
	margin: 0px;
	color: #000;
}
.p7tbsub a:link {
	color: #000;
	text-decoration: none;
}
.p7tbsub a:visited {
	color: #333;
	text-decoration: none;
}
.p7tbsub a:hover {
	color: #930;
	text-decoration: underline;
}
.p7tbsub a:active {
	color: #FC0;
	text-decoration: underline;
}
.p7tbdn {
	color: #8B4500!important;
	font-weight: bold;
}


/*Sets line-height of all TMM menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.2; /* */
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	background-color: #FFFAF0;
	border-bottom: 1px solid #FFFAF0;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 .35em 0;
}
/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .6em establishing a fluid cascading indent*/
/*Sets a left border*/
#p7TMnav div div {
	margin: 0 0 0 .6em;
	border-left: 1px solid #000;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: .8em;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	color: #FFFFFF;
	border: 1px solid #000;
	padding: 0 .6em .6em .6em;
	text-decoration: none;
	background-color: #006400; /* */
}
#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover {
	color: #FFF;
	background-color: #993300;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #000;
	font-size: .8em;
	background-color: #CC6;
	border: 0;
}
#p7TMnav div div a:hover {
	color: #FFF;
	background-color: #993300;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	background-color: #CC6 !important;
	color: #000 !important;
	padding: .4em .6em .6em 10px !important;
}

body {
	
	background-image:  url(http://novafuels.com/img/pbg.gif);
	/* Note: Make URL Absolute for Navigator 4 compatibility*/
	background-repeat: repeat-x;
	background-color: #FFFAF0;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "TrebuchetMS", Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: normal;
}

h2 {
	color: #630;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
		font-weight: bold;
}

h3 {
	color: #006400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
h4 {
	color: #630;
	font-weight: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: .9em;
}
/*Navigation (left) Table Cell*/
#navCell {
	vertical-align: top;
	/*/*/
	background-color: #FFFAF0;
	border-right: 1px solid #000; 
	/* */
}
.maincontent {
	font-size: 0.90em;
	line-height: 1.5em;
}
a:link{
color:#930;
text-decoration:none;
}
a:visited{
color:#333;
}
a:hover{
color:#FFD700;
text-decoration:none;
}
a:active{
color:#006400;
text-decoration:none;
}
.bredfont {
	color: #660033;
	font-weight: bold;
}
/*
Purpose:Used for the page footer include
Application:<span>,<table>,<td>,<p>
*/
.footer {
	font-size: .85em;
	font-style: normal;
	font-weight: bold;
}.footer a:link { color : #930; text-decoration : underline }
.footer a:visited { color : #930; text-decoration : underline }
.footer a:hover { color : #006400; text-decoration : underline }

/*
Purpose:Used for copyright notice and other text needing "fine print"
Application:<table>,<td>,<p>
*/
.smallprint { font-size: 9px;
}

/*
Adds a margin around images*/
img.wrapleft {
	float: left; margin: 10px;
}
img.wrapright {
	float: right; margin: 10px;
}


/*
Purpose:Used for the Lists*/
ul {
	color : #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 14px
}

ol {
	color : #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 14px
}
