body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 1.4;
color: #000000;
margin: 0;
padding: 0;
}

a:link {
color: #729fcf;
}

a:visited {
color: #729fcf;
}

li {
list-style-image: url('bullet.png');
}

h1, h2 {
font-family: Trebuchet MS;
clear: both;

padding-top: 0;
margin-top: 0;
}

h1 {
font-size: 1.4em;
font-weight: bold;

border-bottom: 2px solid #666;
margin-left: -16px;
margin-right: -16px;
}

h2 {
font-size: 1.2em;
font-weight: bold;

border-bottom: 1px solid #666;
margin-left: -8px;
margin-right: -8px;
}

h3 {
font-size: 1em;
font-weight: bold;
}

#banner {
margin: 0;
padding: 0;
height: 60px;
background: #efefef url('./images/unistat-banner.png') no-repeat right;
border-bottom: 1px solid #ccc;
}

#bannerx {
margin: 0;
padding: 0;
width: 245px;
height: 60px;
background: url('./images/unistat-logo.png') no-repeat left;
}

#footer {
clear: both;
margin: 1em 0;
padding: 1em 20%;
text-align: right;
height: 50px;
background: #efefef;
border-top: 1px solid #ccc;
position: relative;
top: 60px;
}

#nav {
float: left;
width: 170px;
position: absolute;
top: 60px;
}

#content-outer {
position: relative;
left: 170px;
width: 600px;
margin: 0.5em;
padding: 16px;
}








/* NAV */

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

#navcontainer a
{
display: block;
padding: 3px 12px 3px 8px;
text-decoration: none;
height: 1.4em;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}

#navcontainer li li a
{
display: block;
padding: 3px 3px 3px 17px;
text-decoration: none;
height: 1.4em;
font-weight: normal;
}

#navcontainer ul li a.current
{
background-color: #eee;
color: #000;
}

