body{
	margin-left:auto;
	margin-right:auto;
	width:1280px;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#333;
	background-image: url("../img/Background_003.png");
	background-size: 100% auto;                      
    background-repeat: no-repeat;
	background-position: fixed;
	background-color:#fff;
	margin-top:0px;
	overflow: auto;
}
ul{
	padding:0px;
	margin:0;
	list-style-type: none;
}
a{
	text-decoration:none;
}
td{
	padding:5px;
}
#header{	
	background-image: url("../img/heder.png");
	height:193px;
}
#content{
	width:100%;
	height:100%;
	min-height:300px;
	background-color:#fff;
	margin-top:10px;
	overflow: auto;
}
#footer{
	padding:5px;
	clear:both;
	padding-top:15px;
}
#footerText{
	  margin-left: 160px;
}
#navigation{
	width:100%;
    background-color: #ccc;
	margin-bottom:12px;
	height: 32px;
}
#menuDiv{
	width:296px;
	float:right;
}
#navigation ul{
	width:100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	height:44px;
}
#navigation li{
	display: inline;
	height:32px; 
	font-size:12px;
	font-weight:bold;
    float: left;
	width:123px;
}
#navigation li a {
    display: block;
    text-align: right;
    padding-right: 3px;
	padding-top:15px;
    text-decoration: none;
    border-bottom: 10px solid #797474;
    height: 19px;
    margin-right: 2px;
	color:#000;
}
#navigation li a:hover {
    border-bottom: 10px solid #FB6F15;
}
#navigation .activeNavLI a {
    border-bottom: 10px solid #FB6F15;	
}
#mainpart{
	min-height:300px;
	float:left;
	width:880px;
	padding-left: 50px;
    padding-right: 50px;
	text-align: justify;
	line-height:150%;
}
#menuDiv.sticky {
    position: fixed;
    top: 0;	 
    padding-left: 984px;
  }
#menuDiv li{
	background-color:#797474;
	height:28px; 
	line-height:28px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#menuDiv li.activeLI{
	background-color:#fff4db;
	border-right:0; 
}
#menuDiv li a{
	color:#fff;
	padding-left:35px;
    display: block;
}
#menuDiv li a:hover{
	background-color:#333030;
}
#mainpart li {
	padding-top:5px;
}
#mainpart li a{
	color:#0066FF;
}
.centerP{
	text-align:center;
}
.justifyP{
	text-align: justify;
}
.title{
	font-weight:bold;
	font-size: large;
}
.boldText{
	font-weight:bold;
}
.verticalText{	
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform:rotate(270deg);
    transform: rotate(270deg);
    white-space: nowrap;
    height: 120px;
    position: relative;
}
.verticalText div{	
    padding-right: 7px;
    text-align: right;
    line-height: 120%;
    font-size: 11px;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.underHr{
	width:115px;
	height:10px;
	border:0;
	margin:0;    
	margin-top: 5px;
}

.articletd1{
	width:120px;
	padding:0px;
	float: right;
	
}
.articletd2{
	padding-left: 15px;
	border-bottom:1px solid #ccc;
}
.articletd2 p{
	margin:0px;
}
.paperTitle{
	font-weight: bold;
    font-size: 18px;
}
.paperAutors{
	font-weight: bold;
}
.paperDetails{
	font-size: 12px;
}
.paperLinks{
	font-size: 12px;
}
.smalldiv{
	padding:15px;
}

.smalldiv ol {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
.smalldiv ol > li {
	position:relative; /* Create a positioning context */
	margin:0 0 0 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */	
}
.smalldiv ol > li:before {
	content: '[' counter(li) ']'; /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:0px;
	left:-2.5em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
	margin-right:8px;
	padding:4px;
	text-align:center;
}
.smalldiv li ol,
.smalldiv li ul {margin-top:6px;}
.smalldiv ol ol li:last-child {margin-bottom:0;}