/* -------<< Laylout of green >>------- */

#t_top
{
	width:100%;	height:81px; 
	background-image:url('img/bg_top.png');
}
	
	#t_top_bar
	{
		width:900px; height:35px;
		margin:0px auto;
		background-image:url('img/bg_top.png');
	}
	
		#t_top_logo
		{
			float:left;
			height:35px;
			overflow:hidden;
		}
		#t_top_menu
		{
			padding-top:10px;
			text-align:right;
			font-size:11px; color:#CCCCCC; font-family:'Verdana';
			color:#CCCCCC;
		}

#t_menu
{
	width:900px; height:46px; margin:0px auto;
	overflow:hidden;
}

	#t_menu ul
	{
		list-style-type: none; margin:0px;padding:0px; 
		height:50px;
	}

		#t_menu ul li 
		{
			float:left; 
		}

#t_middle
{
	clear:both;
	width:100%;
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#0A160B;
	background-image:url('img/bg.png');
}
	
	#t_middle_top
	{
		width:900px; 
		margin:0px auto;
	}
	#t_middle_hierarchy
	{
		width:900px; 
		margin:0px auto;
		height:22px;
		font-size:11px; font-family:'Tahoma';
		padding-top:4px;
		background:#000000;
		color:#93B49C;
	}
	#t_content
	{
		background:#E6EBEB;
		width:900px;
		margin:0px auto;
		overflow:hidden;
	}

#t_bottom
{
	clear:both;
	width:100%; height:41px;
	background-image:url('img/bg_bottom.png');
}

	#t_bottom_bar
	{
		width:900px; height:41px;
		margin:0px auto;
		background-image:url('img/bg_bottom.png');
	}
	
	#t_bottom_hierarchy
	{
		padding-top:14px;
		float:left; width:50%;
		font-size:11px; font-family:'Tahoma';
		color:#93B49C;
	}
	
	#t_bottom_right
	{
		padding-top:14px;
		text-align:right;
		font-size:11px; color:#CCCCCC; font-family:'Verdana';
		color:#CCCCCC;
	}
	
/* * * * * * * colors green * * * * * */

html, body  
{
	border:0px;
	padding:0px;
	margin:0px;
	font-size: 12px; 
	font-family: verdana, Tahoma, arial, helvetica, sans-serif;
	background: #112412;
	color:#000000;
}


a:link 		{ color:#008000; }
a:visited { color:#008000; }
a:hover 	{ color:#ff0000; }

a.link_small:link { color:#93B49C; }
a.link_small:visited { color:#93B49C; }
a.link_small:hover { color:#ffffff; }

a.link_black:hover 		{ color:#ff0000; }

li
{
	color:#494949;
}

.color { color:#008000; }

hr { border-top:1px solid #AFB8B3; }

/* * * * * Structure * * * * * */


.bar {
	background:#CFD8D3;
}

div.bar1, div.bar2, div.bar3
{
	background:#CFD8D3;
}


#t_content h1,h2
{
	color:#003300; 
}

/* ----------------< Forms >----------------- */

/* --------- figure ----------- */

	div.figure img
	{
		border:6px solid #000000;
	}
	
	div.figure span
	{
		
		color:#224D25;
	}

