/* Generic Selectors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #FFFFFF;
}
p {
	width: 95%;
	font-size: 1em;
	line-height: 1.2em;
	text-align: justify;
}
li {
	list-style-type: none;
	list-style-image: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	border-bottom: 1px solid #C6EC8C;
}

/**************** Pseudo classes ****************/
img.photo {
	height: 150px;
	width: 105px;
	margin: 10px;

}
img.thumb {

}

table{
border-spacing: 0.25em 1em;
}

p.email{
margin-top: 0.2em; 
font:0.7em;
padding-bottom:1em;
}

.newpub {
	font-size: 1em;
	font-weight: bold;
}
.newpub_link {
	font-size:0.8em;
}
tr.thumb {
	width: 110px;
}

p.title {

font-size: 1em;

font-weight: bold;

margin-bottom: 0.2em;
	
color: #333333;

background-color: #FFFFFF;

}
p.citation {

font-size: 0.75em;

color: #000000;
margin-top: 0.2em;

margin-bottom: 0.2em;

background-color: #FFFFFF;

}

a.doc, a.web{font-size: 0.75em;}

a.top {

color: #336633;

text-decoration:none; 
  
margin-right: 5px;

margin-top: 3em;  

font-size: 0.9em;

font-weight: bold;

background: #99ccff;

padding: 4px 4px 4px 4px;

}

a.top:hover {

color: #ffffff;
background: #0099ff;

}

a.year {

color: #336633;

text-decoration:none; 
  
margin-right: 5px;

margin-top: 3em;  

margin-bottom: 3em;  

font-size: 0.9em;

font-weight: bold;

background: #99ff99;

padding: 4px 4px 4px 4px;

}

a.year:hover {

color: #336633;
background: #ccffcc;

}
a.year.current {

color: #ffffff;

text-decoration:none; 
  
margin-right: 5px;

margin-top: 3em;  

margin-bottom: 3em; 

font-size: 0.9em;

font-weight: bold;

background: #0099ff;

padding: 4px 4px 4px 4px;

}

a.year.current:hover {

color: #333333;
background: #99ccff;
}

p.a.e_link{
text-align: left;
}

.news.h6{
font-size: 0.75em;

color: #000000;
margin-top: 0.2em;

margin-bottom: 0.2em;

background-color: #FFFFFF;
}

.news.h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #333333;
	background-color: #FFFFFF;
}
.news.h6 {
	font-size: 0.75em;
	color: #000000;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	background-color: #FFFFFF;
	margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.news.h5 {
	font-size: 1em;
		margin-top: 0.2em;
	line-height: 1.2em;
	text-align: justify;
	}
/************************* ID's *************************/
#header {
height:70px;
}
#navigation {
	position: absolute;
	width: 150px;
	height: 100%;
	margin: 100px 0 0 0;
	font-weight: normal;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#navigation li {
	border-top: 1px solid #FFF;
	border-bottom: none;
	padding: 0;
	margin: 0;
	display: block;
}
#navigation a {
	vertical-align: bottom;
	_height: 2%;
	display: block;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#navigation a.lt {
	font-size: 0.9em;
	font-weight: bold;
	background: #99ccff;
	padding: 4px 4px 4px 19px;
}
#navigation a.lt:hover, #navigation a.lt.current {
	color: #ffffff;
	background: #0099ff;
}
#navigation a.ls {
	font-size: 0.9em;
	font-weight: normal;
	background: #ccffcc;
	padding: 4px 4px 4px 24px;
}
#navigation a.ls:hover {
	color: #336633;
	background: #99ff99;
}
#centerDoc {
	position: absolute;
	width: 600px;
	z-index: 0;
	border-left: 1px solid #C6EC8C;
	padding: 0 0 20px 40px;
/*top right bottom left*/
	margin-top: 10px;
	margin-left: 150px;
	margin-right: 150px;
}
#centerDoc li {
	list-style-type: disc;
	line-height: 200%;
}
