body{
	font: 31px "Helvetica",  sans-serif;
/*	background-color: #778E9E; 
*/
	background-color: #4f6b87;
	margin: 20px;
	color: #1E2A38;
}


#page {
	width: 800px;
	margin: auto;
}


#header{
	background-color: #9bacb7;
	padding: 8px 12px 0px 12px;
	width: 720px;
	border-bottom: solid 4px #506779;
	margin-bottom: 0px;	
}

#header img{
	margin: -8px 0px -8px -12px;
	padding: 0px;
	
}

p#headline {
	padding: 0px;
	padding-top: 150px;
	margin: 0px;
}

p#subheadline {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	font-size: 66%;
	line-height: 0.6em;
}

/* Navigation Area **************************************** */
#navigation {
	width: 744px;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	background-color: #c4d2d4;
	background-image: url( images/navigation_backdrop_2.png );
	background-repeat: repeat-x;
	font-size: 90%;
}

#navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

#navigation > ul > li {
        margin-right: 44px;
	display: inline;
	font-size: 50%;
}

#navigation a { 
	color: #0f0f0f;
        text-decoration: none;
        font-weight: bold;

}

#navigation a:link    { color: #0f0f0f; }
#navigation a:visited { color: #181818; }
#navigation a:hover   { color: #eee; }
#navigation a:active  { color: white; }

/* Content Area **************************************** */

#content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 80px;
        padding-bottom: 18px;
	background: #BBC9CD /* #9BACB7 url( images/content_backdrop_2.png ) repeat-x */;
	min-height: 200px;
	width: 644px;
	font-size: 35%;
}

#content h1 {
	padding-top: 10px;
	margin-top: 0;
	font-size: 175%;
}

h1.home {
  word-spacing: 1.5em;
}

#content h2 {
        margin-top: 14px;
	font-size: 150%;
        margin-bottom: 4px;
}

#content p.teaser {
  font-size: 130%;
line-height: 130%;
}

#content h3 {
        margin-top: 8px;
	font-size: 120%;
        padding-bottom: 0px;
        margin-bottom: 0px;
}

#content p {
	font-size: 120%;
        margin-top: 4px;
	margin-bottom: 0;
}

#content a:link    { color: #0E1A88; }
#content a:visited { color: #6E0A18; }
#content a:hover   { color: #eee;
                     background-color: #0E1A68;}
#content a:active  { color: white;
                     background-color: #1E2A78;}


#content .info {
  font-size: 70%;
}

#content p.date{ font-size: 65%;}

#content .entry {
  border-left:  1px dotted #1E2A38;
  padding-left: 8px;
  margin-bottom: 18px;
}


#content .entry h3 {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

#content .entry p {
  margin-top: 4px;
  margin-bottom: 4px;
}

#content ul {
  margin-bottom: 4px;
  margin-left: 10px;
  padding-left: 0px;
  list-style: none;
}

#content ul li:before{
  content: '\00bb  ';
}

/* Footer Area **************************************** */

#footer {
	padding: 4px;
	width: 736px;
	text-align: center;
	font-size: 42%;
	background: #607686 url( images/footer_backdrop_2.png ) repeat-x;
}

#footer a:link    { color: #253C59; }
#footer a:visited { color: #181818; }
#footer a:hover   { color: #eee; }
#footer a:active  { color: white; }


