@charset "utf-8";

    body {
      background-color: #FFFFFF;
      color: #897b65;
    }

    h1 {
      background-color: transparent;
      color: #FFFFFF;
    }
    
    h2 {
      background-color: transparent;
      color: #FFFFFF;
    }
	
    .blog_topic {
      background-color: transparent;
      color: #897B65;
	  font-family: Arial, Verdana;
	  font-size: 18px;
	  font-weight: bold;
    }	
	
    a.blog_topic:link, a.blog_topic:visited, a.blog_topic:active {
      background-color: transparent;
      color: #897B65;
	  font-family: Arial, Verdana;
	  font-size: 18px;
	  font-weight: bold;
	  text-decoration: none;
    }
			
    a.blog_topic:hover {
      background-color: transparent;
      color: #897B65;
	  font-family: Arial, Verdana;
	  font-size: 18px;
	  font-weight: bold;
	  text-decoration: none;
    }
	
    .pano_topic {
      background-color: transparent;
      color: #897B65;
	  font-family: Arial, Verdana;
	  font-size: 12px;
	  font-weight: bold;
    }	
	
    a.pano_topic:link, a.pano_topic:visited, a.pano_topic:active {
      background-color: transparent;
      color: #897B65;
	  font-family: Arial, Verdana;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration: none;
    }
			
    a.pano_topic:hover {
      background-color: transparent;
      color: #897B65;
	  font-family: Arial, Verdana;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration: none;
    }	
	
    p {
      background-color: transparent;
      color: #897b65;
    }

    hr {
      color: #897b65;
    }

    a:link, a:active, a:visited {
      background-color: transparent;
      color: #345797;
    }

    a:hover {
      background-color: #345797;
      color: #FFFFFF;
    }

    a.navigation:link, a.navigation:active, a.navigation:visited {
      background-color: transparent;
      color: #345797;
    }

    a.navigation:hover {
      background-color: #345797;
      color: #FFFFFF;
    }

    a.transparent_link:link, a.transparent_link:active, a.transparent_link:visited {
      background-color: transparent;
    }

    a.transparent_link:hover {
      background-color: transparent;
    }

    input.text, textarea.text {
      background-color: #FFFFFF;
      color: #345797;
    }

    input.button {
      background-color: #FFFFFF;
      color: #345797;
    }

    legend {
      background-color: transparent;
      color: #897b65;
    }

    .bold {
      background-color: #897b65;
      color: #FFFFFF;
    }

    .underline {
      background-color: transparent;
      color: #897b65;
    }

    .marked {
      background-color: #345797;
      color: #FFFFFF;
    }

    .required {
      background-color: transparent;
      color: #345797;
    }
	
	#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	text-align: right;
	}
	
	#pagenav ul li {
	list-style-type: none;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	text-align: right;
	}
		
	#today {
	border: 0px;
     background-color: #E0E0E0; 
	}
	
    #wp-calendar td {
	  text-align: center;
	}
	
	td.calendar-link {
	  border-top: 1px solid #345797;
	  border-right: 1px solid #345797;	
	}
	

	th.calendar_days_title {
	  text-align: center; 
	}
	
	#my_calendar_div {
	  float: right;
	  text-align: right;
	}
	
	#side_lists {
      margin-top: 150px;
	}
