/* ============== Overall ============== */

html
	{
	padding:0;
	}

body
	{
	background: url(../images/bg_grey.gif);
	font-family: Verdana,Helvetica,  Arial,  sans-serif;
	font-size:12px;
	color:#888888;
	margin:0px;
	padding:0;
	vertical-align:top;
	}

#background_grey
{
	background-image:url(../images/bg_gradient.jpg) ;
	background-repeat:repeat-x;
	margin: 0px;
}

#main
{
}

a 			{ text-decoration:none; color:#8BBA50; font-weight:bold; }
a:hover 	{ text-decoration:underline; color:#5F8233;}

h1 	{ font-size:160%; }
h2 	{ font-size:130%; color:#333333; font-weight:bold;}
h3 	{ font-size:120%; }

#search_btn{
	background: #777777;
	padding: 0px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant : small-caps;
	font-weight:500;
	border : 1px solid #333333;
	color: #CCCCCC
}

#search_box{
	margin-left:0px;
}


#txtfield{
	font-size:10px;
	color: #999999;

}

#news_header{
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	margin-left:20px;
}

#news_title{
	color:#666666;
	margin-left:5px;
}

#news_txt{
	color:#FFFFFF;
	margin-left:5px;
}

#news_txt a{ 
	text-decoration:none; 
	color:#FFFFFF;
}

#news_txt a:hover{ 
	text-decoration:underline; 
	color:#000000;
}

#layer_icon{
	position:inherit; 
	margin-top:-13px; 
	width:240px; 
	height:20px; 
	z-index:1;
}

#sidebar{
	background-image:url(../images/bg_gradient_clean.gif) ;
	background-repeat:repeat-x;
	margin-bottom: 10px;
	padding:4px;
	
}


.title{
	color:#666666;
	font-size: 12px;
	font-weight:bold;
}

.footer	{
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:10px;
	color: #999999;
}

.footer	a{
	font-family: Tahoma, Arial, sans-serif;
	font-size:10px;
	color: #999999;
}

.footer	a:hover{
	font-family: Tahoma, Arial, sans-serif;
	font-size:10px;
	color: #666666;
}

#nav_sections{
	font-weight:600;
	color:#330066;
}

#nav_sections a{ 
	text-decoration:none; 
	padding-left: 5px;
	padding-right: 5px;
}

#nav_sections a:hover{ 
	text-decoration:underline; 
	color:#398DD5;
}


#nav_sections_lg{
	font-weight:600;
	color:#8BBA50;
}

#nav_sections_lg a{ 
	text-decoration:none; 
	padding-left: 5px;
	padding-right: 5px;
}

#nav_sections_lg a:hover{ 
	text-decoration:underline; 
	 color:#5F8233;
}

#news_header{
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	margin-left:5px;
}

#demo_title{
	color:#1A5283;
	font-size: 14px;
	font-weight:bold;
	margin-left:5px;
	margin-top:5px;
	
}

#demo_txt{
	color:#999999;
	margin-left:5px;
}

#demo_txt a{ 
	text-decoration:none; 
	color:#333333;
	font-weight:300;
}

#demo_txt a:hover{ 
	text-decoration:underline; 
	color:#000000;
	font-weight:300;
}

hr
	{
	height:1px;
	border-top:1px solid #CCCCCC;
	border-left:0 none;
	border-right:0 none;
	border-bottom:0 none;
	margin:1em 0;
	padding:0;
	}
