*{font-size:100.01%}
html {font-size:62.5%;}
body {
	margin: 0px;
	padding: 0px;
  	color: #343434;
	font: 1em verdana, arial, sans-serif;
	background:#fff;
	min-width:799px;
	}
form {
	margin: 0px;
	padding: 0px
	}
img {border:none;}
a {
	text-decoration:none;
	color:#343434;
	}
a:hover {
	text-decoration:underline;
	}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}

.logo {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	}
	
input.text,
input,
textarea,
select {font:12px Georgia, "Times New Roman", times, serif;}
	
h1,h2,h3 {margin:0px; font-family: Georgia,"Times New Roman",times,serif;}
p {
	margin:0 0 1em 0;
	font-family:verdana,sans-serif;
	}
ul {
	margin:0;
	padding:0;
	list-style:none;
	}
fieldset {
	margin:0;
	padding:0;
	border:0;
	}
	
	
#main {
	width:1000px;
	margin:0 auto;
	}
	
#header {
	height:116px;
	background:url(/grf/bg-header.jpg);
	position:relative;
	margin:0 0 7px 0;
	}
#header form {
	position:absolute;
	top:72px;
	right:5px;
	background:#fff;
	width:197px;
	height:20px;
	}
	
#header .text {
	float:left;
	width:146px;
	border:0;
	background:#fff;
	padding:2px 0 1px 14px;
	}
#header .button {
	float:right;
	}
	
	
#middle {
	width:100%;
	overflow:hidden;
	}
#sidebar {
	float:left;
	width:180px;
	margin-right:5px;
	font-family: Georgia,"Times New Roman",times,serif;
	}

#nav {
	margin:0 0 40px 0;
	font-size:1.4em;
	}
#nav li {margin:0 0 3px 0;}
#nav a {
	height:1%;
	display:block;
	background:url(/grf/bg-nav.gif) repeat-y left;
	padding:7px 10px 7px 18px;
	}
#sidebar .link {padding:0 0 10px 18px;font-size:1.2em;}
#sidebar .link a {color:#f6921e;}
	
#content {
	float:left;
	width:598px;
	padding:0 6px;
	overflow:hidden;
	}
.visual {margin:0 -6px;}
	
.column {
	float:right;
	width:200px;
	font-family: Georgia,"Times New Roman",times,serif;
	}
	
	
#content h1 {
	font-size:2.7em;
	font-weight:normal;
        margin-bottom: 5px;
	}
#content h2 {
	font-size:2.2em;
	font-weight:normal;
        margin-bottom: 5px;
	}
#content p {
	font-size:1.1em;
	line-height:1.363em;
	}
.date {font-family:Georgia,"Times New Roman",times,serif !important;color:#1b75bb;}
p a {color:#f6921e;}

.hr {
	width:610px;
	height:1px;
	overflow:hidden;
	margin:6px -6px 2px -6px;
	background:#bad5ea;
	}
	
.boxes {
	width:620px;
	margin:0 -6px 6px -6px;
	overflow:hidden;
        clear: both;
	}
.boxes .box {
	float:left;
	position:relative;
	margin:0 5px 0 0;
	}
.boxes .box strong {
	font-size:21px;
	color:#fff;
	position:absolute;
	top:128px;
	left:11px;
	width:180px;
	font-weight:normal;
	}
	
.column .block {
	background:#bad5ea;
	margin:0 0 4px 0;
	padding:7px 10px;
	display:block;
	height:1%;
	font-size:1.4em;
	}
.column .active {background:#bad5ea url(/grf/arrow.gif) no-repeat 170px 11px;}
.column .block1 {
	background:#ecf4fb;
	margin:0 0 4px 0;
	padding:6px 8px 6px 10px;
	color:#333;
	}
.column .block1 h2 {
	color:#1b75bb;
	font-size:2.1em;
	font-weight:normal;
	}
.column .block1 p {
	font-size:1.1em;
	line-height:1.272em;
	margin:0;
	}
.column .block1 .click {font-size:1.1em;margin-top:1.5em;}
.column .block1 .click a {color:#f6921e;}

/*** Ina added****/

#nav li {margin:3px 0 0 0;}

#nav li.active a{
 font-weight: bold;
}
#nav li.subitem,
#nav li.subsubitem{
 margin-top: 0px;
}
#nav li.active{
 margin-bottom: 0px;
}
#nav li.subitem a{
 padding-left: 25px;
 padding-top: 0px;
 padding-bottom: 7px;
}
#nav li.subitem.selected,
#nav li.subsubitem.selected{
 font-weight: bold;
}

#nav li.subsubitem a{
 padding-left: 33px;
 padding-top: 0px;
 padding-bottom: 7px;
} 
#nav li.first{
 margin-top: 0px;
}
.boxes .box a,
.boxes .box a:visited,
.boxes .box a:hover,
.boxes .box a:active{
 float: left;
 text-decoration: none;
}

.frontpage .abstract p
{
  float: left;
}

.frontpage .abstract a
{
  /*float: left;*/
  color: #F6921E;
  margin-left: 5px;
}
.column .block1.title_box {
 margin: 0px;
 padding-bottom: 0px;

}
.hr{
 clear: both;
 margin-bottom: 5px;
}
form .form_button_down{
 background: #BAD5EA url(/grf/arrow.gif) no-repeat top left;
 width: 20px;
 height: 12px;
 border: none;
 vertical-align: top;
 display: none;
}
form select.textbox{
 background: #BAD5EA; 
 border: 1px solid white;
 width: 180px;
 font-size: 1.0em;
}
.articleAbstract{
 font-weight: bold;
 font-size:1.1em;
 line-height:1.363em;
 font-family: verdana,sans-serif;
}
#content .articleAbstract p{
 font-size: 1em;
}
#content h3{
 font-size: 1.5em;
}
a.read_more, a.read_more:visited,
a.read_more:hover, a.read_more:active{
 color: #F6921E;
 font-size: 1.1em;
}
.abstract p{
 margin-bottom: 3px;
}
.article.condensed .abstract{
 clear: both;
 margin-bottom: 5px;
}
.column .block p{
 font-size: .79em;
}
.logo{
 text-indent: 0px;
 width: 450px;
 height: 110px;
}
.description{
 font-size: 1.2em;
 font-weight: bold;
 margin-bottom: 10px;
}
.search_info{
 font-size: 1.2em;
 font-weight: bold;
 margin-bottom: 10px;
}
.article .date{
 font-size: 1.1em;
}
.newsletter_box{
 width: 200px;
}
.body .relatedItemsContainer a{
 color: #F6921E;
 font-weight: bold;
}