/*
Released for free under a Creative Commons Attribution 2.5 License
*/

html, body {
	height: 100%;
}

body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color:#B77000/* #3787DE*/;
}


p, ul, ol{
	margin-top: 0;
	line-height: 160%;
        
}


a {
	text-decoration: none;
	color: #3787DE;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

img {
	border: none;
}

/* Header */

#header {
        height: 40px;
}


/* Menu */

#menu {
	float: right;
	width: 600px;
	
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #FFB244;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3787DE;
}

#menu a:hover { 
	text-decoration: underline; 
	color: #990000;
}

/* Content */

#content {
}

/* Posts */

#posts {
	float: left;
	width: 38%;
	height: 200px;

}

.post {
   font-size:1.0em;
}


.post .title {
	letter-spacing: 0.5px;
	font-size: 1.5em;
}

.post .name {
	letter-spacing: 0.5px;
	font-size: 1.2em;
}

.post .offname {
	letter-spacing: 0.5px;
	font-size: 1.2em;
	color:#999999;
}

.post .address{
	letter-spacing: 1.2px;
}

.post .ol{
        padding: 0px 0px 0px 14px;
	margin: 0;
}


/*Sub Content */
#subcontent{
}
/*Subposts */


#subposts {
	float: right;
	width: 58%;
	height: 400px;
	padding: 0.4em;

}

.subpost {
}

.subpost .name {
	letter-spacing: -1px;
	font-size: 1.2em;
}

/* publicationlist */
#publicationlist{
	float:left;
	width:100%;
	height:800px;
	padding:5em; 
}


.centertag{
	color:#333333;
	text-align:center;

}

.publist{
	padding-top: 10px;

}

.publist .title1{
	text-decoration: none;
	font-size: 16px;
	padding-bottom:20px;

}

.publist .publn{
	width:800px;
        padding-bottom: 12px;
	
}

.publist .publn .pubname{
	width:600px;
	font-size:15px;
	color:#000000; /*696969;*/
/*	color: #C11B17;*/
	padding-bottom: 6px;
}



.publist .publn .downloadlink{
	padding-left: 10px;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	color: #C11B17;
	
}


.publist .ol{
	line-height:12px;
}

.publist .publn .authors{
	width:600px;
	color:#696969; /*333966; */
	/*color:#000000;*/ /*333966; */
	padding-bottom: 4px;
}

.publist .publn .journal{
	width:600px;
	padding-bottom: 4px;
}


.publist .paper{
	width: 100px;
}

.publist .acroimg{
	
	width:15px;
	height:13px;
}
.publist .tbl{
	width: 800px;
}

