div.menu {
  	float: right;
	width:12em;
	height:20em;
	margin: 1em 0 0 -10em;	
}


h4{
margin-bottom: 2px;
padding-bottom: 0px;
margin-top: 10px;
padding-top: 10px;
}

body {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background: white;    
}


div.container
{	
	margin: 10px auto 10px auto; 
	width:1050px;
	padding: 0;
	line-height:150%;
	border:1px solid black;
}

div.title
{
	padding: 1.5em;
	padding-bottom:0.5em;
	color:white;
	clear:left;
	font-variant: small-caps;
	background-color:rgb(0,0,180);
}

h1.title
{
	font-weight:normal;
	text-align: right;	
	padding:0;
	margin:0;
}

div.colour
{
	margin:0;
	padding:0;
	background-color:rgb(0,0,180);	
}

div.navigation
{
	padding:0 0.5em 0.5em 0.5em 0.5em;
	color:white;
	background-color:rgb(0,0,180);
	clear:left;
	font-variant: small-caps;
}

div.content
{
	align: center;
	width: 1000px;
	padding-top: 3px;
	padding:0.5em;
	padding-left: 2em;
}

div.footer
{
	padding:0.2em;
	color:white;
	background-color:rgb(0,0,180);
	clear:left;
	font-variant: small-caps;
}

p{
	padding-left: 2em;
	padding-right: 2em
}	

ul
{
float:center;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

li.menuitem {
	display:inline;
	padding:0em 1.2em;
	border-right:1px solid white;
	font-weight: bolder;	
}

li.lastmenuitem
{
	display:inline;
	padding:0em 1.2em;
	border-right-style:none;
	font-weight: bolder;	
}

a /* normal links in text*/
{
	color:blue;
	text-decoration: none;
	
}

a.menulink
{
width:6em;
color:white;
text-decoration: none;
}

a.thanks
{
color:white;
text-decoration: none;
}

a.image
{
text-decoration: none;
}


a.pubs
{
	color:rgb(0,0,180);
}	


a:hover 
{
	text-decoration: underline;
}

a:navigation 
{
	font-variant: small-caps;
	text-decoration: underline;

}


.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: white;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

.year{
	font-variant: small-caps;
	text-align: center;
	color: rgb(0,0,180);
}

.cvsection{
	font-variant: small-caps;
	text-align: left;
	color: rgb(0,0,180);
}

.sccol{
	font-variant: small-caps;
	color: rgb(0,0,180);
}

.sc{
	font-variant: small-caps;
}

.col{
	color: rgb(0,0,180);
}
	
.left{
	align:left;	
}

.italic {font-style:italic}



/* red conference name*/

.confname
{
	color: red;
	text-decoration: none;
}
	
/* nice shade of blue: #1569C7 */



