html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

ul, li {
	margin-left: 10px;
	padding: 0;
}
/*
================================================================================
|                                   Images                                  |
================================================================================
*/
img {
	border: 0;
}
img.bc {
	border: 1px solid #666;
	margin-left: auto;
    margin-right: auto;
}
img.header {
	float:left;
	position: relative;
	margin: 0px;
}

img.border {
	border: 1px solid #ccc;
}

img.main {
	position: absolute;
	margin-left: 70px;
	margin-top: 35px;
}
img.logo {
	float:right;
	position: relative;
	right: -15%;
	margin-top: 50px;
}

img.right {
	margin-top: 5px;
	float: right;
	text-align: right;
	}
	
img.bodyright {
	position:relative;
	margin-top: -16px;
	float: right;
	text-align: right;
	}
	
img, div, input { 
	behavior: url("iepngfix.htc") 
	}
	
a {
	font-weight: 600;
	text-decoration: none;
	color: #0171b8;
}
a:hover {
	color: #3399FF;
}

a.center {
	font-weight: 600;
	text-decoration: none;
	color: #0171b8;
	text-align: center;
}
a.center:hover {
	color: #3399FF;
}

a.subheading {
	font: 10px tahoma, arial, sans-serif;
	color: #990033;
	text-align: center;
}

a.dark {
	color: #5C5C5C;
	}
	
a.dark:hover {
	color: #3399FF;
	}
	
a.dblue {
	color: #004f7f;
	}
	
a.dblue:hover {
	color: #0074ba;
	}
.more {
	text-align: left;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.border {
	border: 1px solid #666;
	padding: 5px;
	}

p.right {
	position: relative;
	float: right;
	margin-top: 90px;
	left: 170px;
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #fff;
	}
p.center {
	text-align:center;
}

p.recentnews {
	font-size: 13px;
	font-weight: 600;
}


.subheading {
	font: 12px tahoma, arial, sans-serif;
	color: #024985;
	text-align: center;
	}
		
body, h2, h3, form {
	font: 11px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {
	background: url(images/header_bg.gif) repeat-x;
	min-width: 1050px;

}

#wrapper {
	margin: 0 auto 10em;
	margin-top: 10px;
	width: 100%;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#header {
	height: 165px;
}

#nav {
	float: left;
	padding-left: 180px;
	}
	
#nav-search {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	}

#rss {
float: left;
position: relative;
margin: 10px;
}
	
/*
================================================================================
|                                  Right Container                                 |
================================================================================
*/

#body-right {
	float: left;
	width: 18%;
	margin-top: 10px;
}

#search-news {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 90%;
}
#search-news div {
	padding: 3px 0;
	margin-left: 0px;
	height: 603px;
}
#search-news #q {
	width: 90%;
	border: 1px solid #5C5C5C;
}

#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 16px 0 0 0;
	width: 90%;
}

#news-box {
	border: 1px solid #ccc;
	width: 165px;	
	background-image:url("images/sectionbg.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #666;
	}
	
#search-news h3 {
	padding-left: 20px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}

#search-news p {
	padding-left: 20px;
	padding-right: 2px;
	margin: 0.1em 0;
}

#body {
	padding-top: 2em;
	text-align: justify;
}
/*
================================================================================
|                                   Left Menu                                  |
================================================================================
*/

#left-nav {
	float: left;
	width: 200px;
	border-bottom: 1px solid #ccc;
	min-height: 680px;
	height: auto !important;
	height: 680px;
	margin-top: 20px;
	margin-left: 20px;
	background-image:url("images/leftnav.gif");
	background-repeat: no-repeat;
	}

#blueblock{
margin-top: 1em;
margin-bottom: 1em;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-variant: small-caps;
color: #fff;
padding-top: 60px;
text-align: center;
}

* html #blueblock{ /*IE 6 only */
width: 180px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

#blueblock li a{
display: block;
padding: 8px 5px 8px 8px;
color: #888;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
color: #1889ca;
}

/*
================================================================================
|                                  Body Main                                  |
================================================================================
*/

#body-left {
	float: left;
	width: 56%;
	min-height: 649px;
	height: auto !important;
	height: 649px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 15px;
	font: 12px tahoma, arial, sans-serif;
	background-image:url("images/sectionbg.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	}

#body-left_main {
	float: left;
	width: 56%;
	min-height: 949px;
	height: auto !important;
	height: 649px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 15px;
	font: 12px tahoma, arial, sans-serif;
	background-image:url("images/sectionbg.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	}

	
#body-left ul.plussbullets {
	margin-top: 15px;
	margin-left: 180px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}
#body-left ol.abc li {
	margin-left: 10px;
	padding: 0;
	list-style-type: lower-alpha;
	}
	
#body-left ol.a123 li {
	margin-left: 10px;
	padding: 0;
	list-style-type: decimal;
	}

	
#body-left ol.roman li {
	margin-left: 10px;
	padding: 0;
	list-style-type: upper-roman;
	}
	
#body-left ol.none li {
	margin-left: -40px;
	padding: 0;
	list-style-type: none;
	}

#body h2, #body p {
	margin: 0.5em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}
#body h4 {
	font: 16px tahoma, arial, sans-serif;
	font-weight: 600;
	font-variant: small-caps;
	color: #024985;
	text-align:center;
}


#gallery img {
	float: left;
}
/*
================================================================================
|                                  Search                                |
================================================================================
*/
.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; }
		
.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		
		
input.zoom_button {
	position: relative;
	margin-bottom: -8px;
	margin-left: 10px;
	}
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;}
		.recommend_image { float: left; display: block; }
		.recommend_image img { margin: 10px; width: 80px; border: 0px; }

/*
================================================================================
|                                     Tables                                    |
================================================================================
*/

#mytable {
	width: 90%;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 90%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #ffffff;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
	text-align: left;
}

th.spec {
	border-left: 1px solid #ffffff;
	border-top: 0;
	background: url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/*
================================================================================
|                                    Login Form                                    |
================================================================================
*/

#loginform {
	margin: 0 auto;
	width: 245px;
	height: 175px;
	background-image: url(images/login.png);
	text-align: center;
	color: #fff;
	}

p.loginform {
	color: #fff;
	}
/*
================================================================================
|                                     FOOTER                                    |
================================================================================
*/
div#footer {
	width: 100%;
	clear:both;
	text-align:center;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
}

footer, .push {
	height: 10em;
	clear: both;
	}
	
.footer_text{
	color: #ccc;
}
img.footerimgs {
	text-align: center;
	margin-top: 55px;
	}
	
.footer_links{
	color: #ccc;
}
.footer_links:hover{
	color: #ffffff;
}

