.emphasize {
	font-weight: bold;
	color: #003366;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #663366;
	font-weight: bold;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

body {
	background-repeat: repeat-x;
	background-position: fixed;
	background-color: #9DAFD3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1E99C5;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	padding-right: 10px;
	padding-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E99C5;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
}

hr {
	background-color: #1E99C5;
}

p {
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}

#column3 {
	width: 250px;
	margin-top: 0px;
	float: left;
	clear: none;
	font-size: 9px;
	text-align: center;
}

#column4 {
	width: 200px;
	margin-top: 0px;
	float: left;
	clear: none;
	font-size: 9pt;
	text-align: center;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	float: left;
	border: thin solid #000000;
}

#footer {
	width: 800px;
	text-align: center;
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#header {
	background-color: #9DAFD3;
	width: 800px;
	height: 150px;
	float: left;
	clear: both;
	background-image: url(../images/banner_biofuel.jpg);
}

#main {
	width: 800px;
	float: left;
	clear: both;
}

/* menu list */
.menu {
	width:800px;
	font-size:11px;
	position:relative;
	z-index:100;
	background-color: #758279;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:133px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	width:122px;
	height:20px;
	border:1px solid #FFFFFF;
	border-width:1px 1px 0 0;
	padding-left:10px;
	line-height:19px;
	background-color: #758279;
	font-weight: normal;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	font-color:#FFFFFF; 
	background-color:#949E7C;
	font-weight: normal;
}

.menu :hover > a, .menu ul ul :hover > a {
	font-color:#FFFFFF;
	background-color:#949E7C;
	font-weight: normal;
}

/* style the second level links */
.menu ul ul {
	width:133px;
}

.menu ul ul a, .menu ul ul a:visited {
	width:122px;
	background-color:#D4D8BD; 
	color:#000000; 
	height:auto; 
	line-height:19px; 
	padding-left:10px; 
}

/* style the second level drop background image */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-image: url(../images/drop.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: D4D8BD;
	font-weight: normal;
}

/* style the second level drop hover */
.menu ul ul a.drop:hover{
	background-image: url(../images/drop.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #C9BA65;
	font-weight: normal;
}

.menu ul ul :hover > a.drop {
	background-image: url(../images/drop.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #C9BA65;
	font-weight: normal;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color:#E2DFA8;
	font-weight: normal;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background-color:#CCCCCC;
	font-weight: normal;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0; 
	width:133px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:133px; 
	top:0;
	width:133px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-133px;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
