@charset "utf-8";
/* "Clean White" Template by Dieter Schneider | www.csstemplateheaven.com */

* {margin: 0; padding: 0}

img {border: none}

body {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 100%; color:#000;}

h1 {
    font-size: 32px;
}

#container {max-width: 800px; height:470px; margin-left:40px; font-size: 1em;}


#left {width: 450px; float: left}

#right {width: 300px; float: right; }


#content {margin-left: 0px; margin-right: 0px; margin-bottom: 40px; clear-both; }

#pubcontent {margin-left: 40px;}

#footer {clear:both; margin-top: 30px; text-align: center; font-size: .8em}

/* typography */

a {color: #000;}
a.title {text-decoration: none;}

p {padding: 10px 0; text-align: justify}

/* li {list-style-position: inside;  padding-top:3px; padding-bottom:3px} */

/* header */

div #header
{
  width: 850px;
  height: 100px;
  line-height: 80px;
  clear: both;
}

div #logo
{
  width: 250px;
  float: left;
}

div #navcontainer ul
{
  overflow: hidden;
  float: left;
  width: 400px;
}

div #navcontainer ul li 
{
  display: inline;
}

div #navcontainer ul li a
{
  padding: 0px 1em;
  color: #555;
  font-weight: bold;
  text-decoration: none;
  float: right;
  border-right: 1px solid #fff;
}

div #navcontainer ul li a.current_page
{
  padding: 0px 1em;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

div #navcontainer ul li a:hover
{
  color: #000;
  font-weight: bold
}

div #content a {
  text-decoration: underline; 
  color: #66a6d6;
}

div #content a:hover {
  color: #181818;
}

div #content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div #content ul li {
	padding: 5px 0px 10px 0px;
  font-size: 90%;
}

div #content ul li a {
	font-weight:         bold;
}
