body {
	color: #666;
	background-color: white;
	font-size:10pt;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 18pt;
    margin-top: 10px;
	margin-bottom: -8px;
	color: black;
	background-color: #ddd;
	border-radius: 5px;
	padding: 2px;
}
h2 {
	font-size: 12pt;
	margin-bottom: -5px;
	color: black;
	background-color: #ddd;
	border-radius: 5px;
	text-indent: 2px;
	padding: 1px;
}
h3 {
	font-size: 11pt;
	color: #9a1f47;
	margin-bottom: -5px;
}
h4 {
    font-size: 10pt;
    color: black;
    margin-bottom: -7px;
}

a{
	color: #1d668f;
    cursor:pointer;
}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover{	
	color: red;
}
div#wrap {
	width: 940px;
	margin-left:-20px;	
	background-color: transparent;
}

ul {
	margin-left: -8px;
}
div#tleft{
	float: left;
	width: 250px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: -15px;
	height:100%;
}
div#tmain {
	float: right;
	width: 660px;
	padding: 10px;
	margin-top: -30px;
	height:100%;
}

div#left{
	float: left;
	width: 245px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	height:100%;
	background-color: #f6f6f6;
	border-radius: 7px;
}
.alternate :nth-child(even) {  
    color: #1d8f46;  
}  

div#main {
	float: right;
	width: 660px;
	padding: 10px;
	margin-top: -15px;
	height:100%;
}


.items {
	font-family: Skia, Verdana, Helvetica, sans-serif;
	font-weight: bold;
/*	letter-spacing: 1px; */
	font-size: 13pt;
	padding-top: 4px;
	padding-bottom: 6px;
	list-style-type: none;
}

.items a {
	color: #411d8f;
}

.items a:hover {
	background-color: #ff0000;
    color: #ffffff;
}

dd{
	margin-left: 2em;
	text-align: justify;
	font-size: smaller;
}
#contact dd{
	margin-left: 12px;
}

.address{
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: smaller;
	margin-left: 1em;
}
div.publication {
	width: 100%;
	margin-left:0px;	
	margin-bottom: 15px;
}
.title { font-weight: bold;
	color: black;
}.volume { font-weight: bold; }.journal { font-style: italic; }
.keywords { font-style: italic; font-size: smaller;}
.abstract{
	text-align: justify;
	font-style: italic;
	font-size: smaller;
	background-color: #f8f8f8;
	border: 1px dotted gray;
	padding: 3px;
}

table{
    border-collapse: collapse;
}
td{
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    padding-left: 5px;
}

.syllabus-table { 
    margin-top: 20px;
}
.odd { background:#eeeeee;}
.even { background:#ffffff;}

