h1 {text-align:center}
h2 {margin-left: 40px}

/* removes frames around images in header */
#header img {border:0}
/* the title shouldn't be colored even though it's a link */
#header a {color:#ffffff}

#main a:link,a:visited {color:#c30;text-decoration:none}
#main a:hover,a:focus {background-color:#ffc}

/* format the publications list */
#publications li {margin-top: 1em} /* spaces between the list items */

#publications ul {margin-left: 40px} /* spaces between the list items */

/*
#main {background:#00ff00}
#left {background #90bade;}
#sidebar {background:#ff6622}
*/

/*
NAVLIST CSS STYLE
===================
A List Apart's Taming lists
Author: Mark Newhouse

http://css.maxdesign.com.au/listamatic/vertical10.htm

*/

#navcontainer
{
/* (Aviv) disabled this, to make the width be bounded to by the left panel's size 
width: 12em;
*/
/* (Aviv) I don't like this border either
border-right: 1px solid #000;
*/
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
 
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/*************** END OF NAVLIST *****************/

