@charset "utf-8";
/* CSS Document */

body 
{
	border: 0;
	margin: 0;
	text-align: center;
	color:#000;
	font-size:0.8em;
}

h1.dates {
	     font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		 font-size:1.1em;
		 color:#0A7577;
}

h2 {
	     font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		 font-size:1.1em;
		 color:#0A7577;
}
#page
{
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
	font-family: verdana;
	font-size:0.8em;

}
#top_nav
{
	text-align: right;
	font-size: 10px;
	color: #656565;
	padding-right: 40px;
}
#top_nav a
{
	color: #656565;
	text-decoration: none;
}
#top_nav a:hover 
{
	text-decoration: underline;
}

#header_image
{
	height: 75px;
}

#left_nav
{
	float: left;
	width: 110px;
	text-align: right;
	font-size: 11px;
	color: #0A7577;
	padding: 5px;
	margin-top: 20px;
}
/*------------navigation on other pages than index----------*/
#left_navtemp
{
	float: left;
	width: 110px;
	text-align: right;
	font-size: 11px;
	color: #0A7577;
	padding: 5px;
	margin-top: 0px;
	border-right:1px solid #0A7577;
}
#left_navtemp ul
{
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0;
}
#left_navtemp a
{
	color: #0A7577;
	text-decoration: none;
	display: block;
}
#left_navtemp a:hover 
{
	text-decoration:underline;
}
#left_navtemp a:active{
		text-decoration: underline;
}
/*----------------------------------------------------------------*/
#left_nav ul
{
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0;
}
#left_nav a
{
	color: #0A7577;
	text-decoration: none;
	display: block;
}
#left_nav a:hover 
{
	text-decoration:underline;
}
#left_nav a:active{

	text-decoration: underline;
}


#content
{
	float: left;
	width: 640px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:0px;
	font-size: 11px;
	padding-top:0px;
}
#content h1
{
	font-size: 16px;
}
#content p.intro
{
	font-weight: bold;
}

#sidebar
{
	float: left;
	width: 155px;
	padding: 5px;
	margin-top: 17px;
	color:#606;
	font-size: 10px;
}
#sidebar img
{
	border: 1px solid #B389B6;
	display: block;
}
#sidebar a 
{
	color: #B389B6;
	text-decoration: none;
}
#sidebar a:hover 
{
	text-decoration: underline;
}

#footer
{
	font-size: 10px;
	clear: both;
	
}

#footer_middle
{
	float: left;
	
	height: 16px;
	padding-top: 1px;
	background-color: #16AAA5;
	color: white;
	text-align: center;
	width:100%;
}
#footer_middle a
{
	color: white;
	text-decoration: none;
}
#footer_middle a:hover 
{
	text-decoration: underline;
}
#footer_right
{
	float: left;
	font-size: 8px;
	color: #999999;
	width: 160px;
	padding-left: 10px;
	padding-top: 2px;
}
#footer_right a 
{
	color: #999999;
	text-decoration: none;
}
#footer_right img
{
	border: none;
}
#footer_right a:visited 
{
	color: #999999; 
	text-decoration: none;
}
#footer_right a:hover 
{
	color: #999999;
	text-decoration: none;
}

#search
{
	font-family: arial;
	width: 149px;
}
.search_default
{
	color: #D6D6D6;
}
.user_search
{
	color: #656565;
}
.diary_dates h1
{
	background-color: #B389B6;
	font-weight: bold;
	font-size: 9px;
	color: white;
	padding-left: 2px;
}
.diary_dates ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
}
.diary_dates li
{
	margin-top: 15px;
}



.bold
{
	font-weight: bold;
}
.small {
	    font-family:Verdana, Geneva, sans-serif;
		font-size:0.6em;
}

.greenlinks {
	color: #0A7577;
}
.news {
	  padding-top:20px;
}

@media = print {
body {
	 font-size:24px;
}
p {
	font-size:24px;
}
}.red {
	color: #900;
	font-weight: bold;
}
