/* CSS Document */

body {
	text-align:center;
	margin:0px;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:10px;
	behavior:url("/Scripts/csshover2.htc");
	background-color:#CECECE;
}

.layout {
	background-color:#FFFFFF;
	text-align:left;
	width:820px;
	border-width:1px;
	border-color:#ACC297;
	border-collapse:collapse;
	border-style:solid;	
  /*  min-height:600px;  */
	margin:0px auto;
}

h1 {
	font-size:36px;
	font-weight:bold;
	color:#005689;
}

h2 {
	font-size:24px;
	font-weight:bold;
	color:#005689;
}

h3 {
	font-size:18px;
	font-weight:bold;
	color:#005689;
}

h4 {
	font-size:14px;
	font-weight:bold;
	color:#005689;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#005689;
}

h6 {
	font-size:10px;
	font-weight:bold;
	color:#005689;
}

a {
	font-size:12px;
	text-decoration:none;
}

a:link {color: #0000FF;}
a:visited {color:#7F0000;}
a:active {color:;}
a:hover {
	color:#6699FF;
	text-decoration:underline;
}

p {
	font-size:12px;
}

.header {
	position:inherit;
	margin-left:0px;
	margin-top:0px;
/*	background-color:#670099; */
	width:100%;
	color:#005689;
}

.header a, .header a:visited{
	text-decoration:none;
	color:#005689;
	font-weight:bold;
}

.header #menu-table {
	background-color:#FFFFFF;
	border-collapse:collapse; 
}

.header #menu-table td {
	color:#005689;
	vertical-align:middle;
	text-align:center;
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
}


/*
.header #menu-table td {
	text-align:center;
	background-image:url(../Images/Menu/toptab.png);
	background-position:right;
	background-repeat:no-repeat;
	width:102px;
	height:25px;
}

.header #menu-table TD li {
	width:102px;
	float:left;
}

.header #menu-table TD li ul li {
	text-align:left;
	float:none;
	width:15em;
}

.header #menu-table td:hover {
	background-image:url(../Images/Menu/toptab_rollover.png);
	background-repeat:no-repeat;
	background-position:right;
}

*/

.footer {
	font-family:Arial, Helvetica, sans-serif;
	position:inherit;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:5px;
	width:98%;
}

.footer a {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

#search {
	text-align:left;
	margin-right:11px;
}

#search input {
	font-size:11px;
	font-weight:normal;
}

#left_div {
	background-color:#E0E0E0;
	width:165px;
	margin:5px 5px 10px 4px;
	font-size:12px;
	font-weight:normal;
	color:#0A0000;
}

#left_div p {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin-left:3px;
	margin-right:1px;
	margin-top:1px;
	margin-bottom:2px;
}

#left_div a {
	color:#2A1FFF;
}

#navbar {
	width:170px;
	font-size:10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	/*
	background-image:url(../Images/gradient_leftnav_bg.gif);
	background-repeat:repeat-x;
	background-color:#8eb894;
	*/
}

#subscribe {
	margin-left:8px;
	font-size:12px;
	font-weight:normal;
}

#subscribe input {
	font-size:10px;
	font-weight:normal;
}

#content {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-top:10px;
	padding-right:5px;
}

#content hr {
	border:1px;
	padding-top:0px;
	text-align:left; /* for IE */
	margin:0 auto auto 0; /* left for Mozilla */
	width:90%;
	height:1px;
	color:#2E2E2E;
	background-color:#2E2E2E;
}

/* Zoom search template css */
.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;}


/**************************************************************************
 * Round Corner CSS
 **************************************************************************/
div#rcorner{
	background:#F3EEBB;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
}
div#rcorner p{ padding-left:5px; padding-right:5px; margin-top:0px;}
div#rcorner ul {margin-top:2px;	margin-bottom:2px;}
div#rcorner li {padding-bottom:5px;}

b.rtop, b.rbottom{display:block;background:#FFFFFF}
b.rtop b, b.rbottom b{
	display:block;
    overflow:hidden; 
	background:#F3EEBB;
}

b.r1{margin:0 5px; height:1px;}
b.r2{margin:0 3px; height:1px;}
b.r3{margin:0 2px; height:1px;}
b.r4{margin:0 1px; height:2px}

