div#search {
	position: relative;
	padding: 40px 0 0 20px;
}

div#search h2{
	padding: 8px 0 8px 10px;
	line-height: 1.2 em;
	color: #ffffff;
	font-family: verdana, Trebuchet MS, arial;
	font-size: 12px;
	font-weight: bold;	
    background: #aaaaaa url("images/searchbox_h2.gif") no-repeat left top;	
}

div.searchBox{
	margin: 1px 0;
	padding: 12px 5px 10px 0;
	text-align: right;
    background: url("images/searchimg_bg.gif") no-repeat left top;
}


div.searchBox select{
	padding: 1px 0 1px 0;
	width: 180px;
	border: 1px solid #898989;
}

div.searchBox select option{
	padding: 1px 0 1px 0;
	width: 200px;
}

div.searchBox input.btn{
	margin: 10px 0 0 0;
	padding: 0 8px 0 8px;
	background: #aaaaaa;
	border: 1px solid #444444;	
}

div.searchBox img{
	border: 3px solid #ffffff;	
}







#decorationPic2 {
	width: 180px;
	height: 150px;
	background: url(images/deco2_web.jpg) no-repeat top left;
}

#newsHeading{
	padding: 0 0 10px 0;
	color: #3360ab;
	font-family: Georgia, Trebuchet MS, verdana;
	font-weight: normal;
	font-size: 20px;	
	line-height: 1.2em;	
	text-decoration: none;
}

div.newsItem {
    margin: 0 5px 10px 0;
    padding: 0 0 0 7px;
}

div.newsItem h2, div.newsItem h2 a:link, div.newsItem h2 a:visited{
	padding: 4px 0 4px 0;
	color: #338139;
	font-family: Trebuchet MS, verdana;
	font-weight: bold;
	font-size: 16px;	
	line-height: 1.0em;	
	text-decoration: none;
}

div.newsItem h2 a:hover{
	text-decoration: underline;
}

div.newsItem p.newsDate{
	padding: 0 0 0 0;
	color: #aaaaaa;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;	
	line-height: 1.2em;	
	text-decoration: none;
}
div.newsItem p, div.newsItem p a:link, div.newsItem p a:visited{
	padding: 0 0 5px 0;
	color: #676767;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;	
	line-height: 1.1em;
	text-decoration: none;
}

div.newsItem p a:hover{
	text-decoration: underline;
}

div.newsItem p.newsMore {
	padding: 4px 15px 15px 0;
	text-align: right;
}

div.newsItem p.newsMore a:link, div.newsItem p.newsMore a:visited{
	padding: 4px 0 0 0;
	color: #2468cb;
	text-align: right;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;	
	line-height: 1.1em;
	text-decoration: underline;
}

div.newsItem p.newsMore a:hover{
	color: #333333;
}


