@charset "utf-8";
/* CSS Document */


/*------------------ HTML --------------------------*/
hr
{
	margin: 0px 0px 0px 0px;
}



/*------------------ Images ------------------------*/

#hydro_img_top
{

	margin: 0 0 10px 0;
}


/*------------------------  Access Buttons ---------------------*/


#but_container
{
	width: 100%;
	clear: both;
	height: 170px;	

}

#but_container_r
{
	width: 49%;
	float: right;
	border: 0px solid green;
	height: 170px;
}


but_container_l
{
	width: 49%;
	float: left;
	border: 0px solid green;
	height: 170px;	
}





/*------------------ ID ---------------------------*/

#container_left
{
	border: 0px solid red;
	width: 72%;
	float: left;
	margin: 20px 0 0 0;
}


#container_left_text_l
{
	width: 49%;
	float: left;
	border: 0px solid blue;
}

#container_left_text_r
{
	width: 49%;
	float: right;
	border: 0px solid green;
}


#container_left_access
{
	width: auto;
	background-color: #ffe2b6;
	margin: 0px 0 0 0;
	padding: 5px 10px 10px 10px;

}


#container_right
{
	border: 0px solid purle;
	width: 205px;
	float: right;
	margin: 20px 0 0 0;
}




/* ----------------- Text ----------------------*/

#container_left p
{
	line-height: 130%;
	margin: 3px 0 6px 0;

}

#container_left h3
{
	line-height: 130%;
	margin: 3px 0 6px 0;
	font-size:
}

#container_right h3
{
	line-height: 130%;
	margin: 3px 0 6px 10px;
	font-size: 1.5em;

}


/*----------------- training resources table--------------------------*/

.td_orange
{
	background-color: #ff7f00;
}

.td_green
{
	background-color: #bfff00;
}