html {
   overflow-y: scroll;
}
* {
  font: 12px/16px Verdana, Tahoma, Arial, sans-serif;
  /*color: #444;*/
}
body {
  background: #ccc;
}
h1 {
  text-align: center;
  margin: 12px 0 10px 0;
}
h2 {
  font-size: 16px;
  line-height: 16px;
  color: #ce3900;
  text-align: center;
  margin: 10px auto 6px auto;
}
p {
  color: #444;
  text-align: justify;
  margin: 15px;
}
#top-menu-helper {
  height: 26px;
  background: #666;
  border: 2px solid white;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}
#top-menu {
  position: absolute; left: 50%; top: 90px;
  margin-left: -386px;
}  
#content-pane {
  position: absolute; left: 50%; top: 10px;
  margin-left: -388px;
  width: 778px;
  background: #fff;
}
#main-heading {
  border: 2px solid white;
  border-bottom: 0px solid white;
}
/* progress 3 begin */
#page_border_right, #page_border_bottom {
  background: #333 url(images/shadow_helper.gif) no-repeat;
}
#page_border_right {
  width: 8px;
  background-position: center top;
}
#page_border_bottom {
  height: 8px;
  background-position: left center;
}
#page_border_right_pic {
  background: #333 url(images/shadow_helper_1.gif) no-repeat;
  width: 8px;
  background-position: center top;
}/* progress 3 end */

/* progress 5 begin */
#content {
  border-right: 2px solid white;
  vertical-align: top;
}
#side-bar { 
  background: #e5e5e5; 
  border-left: 2px solid white;
  vertical-align: top;
}
#bottom-navig {
  background: #666;
  height: 26px;
  border: 2px solid white;
  border-top: 1px solid white;
}
#bottom-navig td, #bottom-navig a {
  color: white; 
  font-size: 11px;
}
#bottom-navig a {
  text-decoration: none; 
  padding: 0 4px;
}
#bottom-navig a:hover {
  background: #999;
}
/* progress 5 end */
#frontpage-content {
  width: 496px;
  float: left;
}
.news-container {
  margin: 5px auto 10px auto;
}
#news-left-column {
  width: 134px;
  border-right: 1px dotted #bbb;
  border-top: 1px dotted transparent;  /* used to achieve the same look in IE & FF */
  margin-top: -4px;  
}
#news-right-column {
  background: #e5e5e5 url(images/news-border.jpg) repeat-y left top;
  width: 135px;
  float: left;
}
#news-left-column p, #news-right-column p {
  text-align: left;
  font-size: 11px;
  margin: 6px;
  color: #d2691e;
}
#news-left-column a, #news-right-column a {
  font-size: 11px;
  padding-bottom: 6px;
  margin: 5px;
  border-bottom: 1px dotted #999;
}
p#emph, #emph {
  color: #0000ff; 
  font-weight: bold;
}
a {text-decoration: none}
a:link {color: #0000cd}
a:visited {color: purple}
a:hover {color: #ce3900}

.learn-more {
  padding: 0;
}
/*###################*/
		.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
