#navcontainer
{
width: 180px;
float: left;
margin-top: 0px;
padding-top: 20px;
background-color: #eee;
}

#navlist
{
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 125%;
font-weight: bold;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navcontainer a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#bar li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

body
{
margin: 0;
padding: 0;
background-color: #eee;
font-family:Trebuchet MS;

}

#banner
{
color: #fff;
background-color: #036;
border-bottom: 1px solid #000;
margin-bottom: 0;
}

#banner h1
{
margin: 0;
padding: .2em 0 .1em 0;
font-size: 2.2em;
font-weight: bold;
text-align: center;
}
#banner h2
{
margin: 0;
padding: .1em 0 .2em .5em;
font-size: 1.5em;
font-weight: bold;
text-align: center;
}
#content, #protocol
{
margin-left: 180px;
margin-right: 0px;
margin-top: 0;
border-left:  groove #333333;
padding: 20px 40px 0px 20px;
background-color: 3f7f7f7;
}

#protocol h2
{
font-size: 150%;
text-align: left;
font-weight: bold;
font-style: normal;
}
p
{
margin-top: 0;
margin-bottom: 0;
}
#content p
{
margin-top: 0.5em;
text-indent: 2em;
text-align: justify;
padding-right: 1em;
}
#content img
{
margin-left: 2em;
}
p.authors
{
}
p.title
{
font-weight: bold;
}
p.journal
{
}
p.abstract
{
text-align: justify;
margin-bottom: 1em;
}
h1
{
font-size: 200%;
font-weight: bold;
text-align: center;
}
h2
{
font-size: 150%;
text-align: left;
font-style: italic;
font-weight: bold;
}
a:link
{
color: blue;
text-decoration: none;
}
a:visited
{
color: blue;
text-decoration: none;
}
a.ext:link
{
color: brown;
}
a.ext:visited
{
color: brown;
}
a:hover, a.ext:hover
{
text-decoration: underline;
color: red;
}
