body {
    /*background-image: url("../images/bg_grad.jpg");
	background-repeat: repeat-x; */
	font-family: Arial;
	font-size: 12px;
	text-align:left;

}
table{				/* Set the default text for the page to Arial */
	font-family: Arial;
	font-size: 12px;
}

form {
	/*display:inline;*/
}

.top_menu {				/* Set the top menu links (About Us | WHO WE SERVE ...) */
	font-family: Arial;
	font-size:14 px;
	text-decoration:none;	
	text-style:bold;
	color:blue;
}	

.top_menu:hover{		/* Top menu highlight */
	color:red;
}

.btm_menu{				/* The bottom menu links (About Us | Our Services | Who We Service | ) */
 	color:black;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	line-height:16px;
}

.btm_menu:hover{		/* Bottom menu highlight */
	color:red;
}

.nav_header{			/* Side Bar Navigation Section Header (Training Program, Environmental H&S, Stormwater Management) */
 	color:#333399;
	font-family:Arial;
	text-decoration: none;
	font-size:14px;		
}

.nav_header:hover{		/* 	Navigation Link highlight color */
	color:red;
}

.nav_item{				/* Navigation Sub item, sub topic */
 	color:#333399;
	font-family:Arial;	
	text-decoration: none;
	margin-left:20px;
	font-size:12px;
}
.nav_item:hover{		/* Navigation Sub item, highlight color */
	color:red;
}

.section_header{		/* Article Section Header */
	background-color: #666666;
	color:#FFF;
	padding: 3px;
	margin: 2px 5px 5px 0px;
}

.section_header2{		/* New Article Section Header */
	background-color: #ECE9D8;
	color:#000000;
	padding: 3px;
	margin: 5px 0px 5px 0px;
}

.section_header3{		/* New Article Section Header */
	background-color: #6699CC;
	color:#FFFFFF;
	padding: 3px;
	margin: 0px 1px 5px 0px;
	
.quick_links{			/* Set the style for the quick links section */
	color:#0066FF;
	text-decoration: none;
	border-top: solid 1 blue;
}

.quick_links:hover{		/* The quick links hover color */
	color:red;	
}

.news_links{			/* Color for the GENI news section */
	color:#3366CC;
	text-decoration: none;
}

.news_links:hover{		/* The highlight color for the GENI news section */
	color:red;
}
.no_dec{				/* Set the link style to no decoration */
	text-decoration: none;
}

.low_light{
	color:#999999;
}
a[href $='.pdf']{
	padding-right:18px;
	background: transparent url("../images/pdf.gif") no-repeat center right;
}
a[target $='blank']{
 
	padding-right: 18px;
	background: transparent url("../images/popup.gif") no-repeat center right;

}