body {
	margin: 45px 0px 0px;
	padding: 0;
    font-family: sans-serif;
    background-color: #B4BDE2;
}

#content {
    width: auto;
	margin-left: 1em;
	padding-right: 2em;
	margin-bottom: 3em;
	padding-bottom: 10px;
	border: none;
}

#nav {
    width: 8em;
	float: left;
	border-top: 2px solid #000;
	border-bottom: 3px solid #000;
	border-right:  3px solid #000;
	padding: 0;
	font-weight: bold;
	text-align: right;
}

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

#nav li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #000;
    border-bottom: none;
}

#nav li li {
	font-weight: normal;
	border: none;
}

#nav li li li {
    padding:        0;
    line-height:    1.0em;
    list-style-type:square;
    color:          black;
	text-align:     left;
}

#nav a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0.5em;
	padding-left: 0em;
	margin: 0;
	color: #fff;
	text-decoration: none;
	width: 7.5em;
	background-color: #000080;
}

#nav a:hover {
	background-color: #B4BDE2;
	color: #000080;
}

#content h1, #content h2 {
	padding-top: 0.3em;
	border-bottom: 2px solid #000;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
    margin-left: -35px;
	color: #000;
	font-weight: normal;
}

#content p, #content ul, #content ol, #content dl {
	line-height: 1.5em;
}

#content p.publication {
    line-height: 1.2em;
}

a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000080;
}

a:active {
	color: #fff;
}


