* {
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
}
body {
	color: #000;
	background-color: #fff;
	font: 1em Tahoma, Verdana, sans-serif;
	text-align: left;
}
.space_underhead {
	height: 40px;
}
.header {
	display: block;
}
.col1 {
	width: 227px;
	display: none;
}
.col2 {
	width: 40px;
	display: none;
}
.col3 {
	width: 683px;
}
.menu {
	padding-bottom: 30px;
}
.menu li {
       clear: both;
       list-style-type: none;
       padding-top: 30px;
       font-size: 1em;
}
.menu li ul {
        margin-left: 20px;
        font-size: 0.8em;
}
.menu li ul li {
	padding-top: 20px;
}
.menu li ul li ul {
        margin-left: 20px;
        font-size: 0.8em;
}
.menu li ul li ul li {
	padding-top: 20px;
}
ul.list {
	margin-left: 20px;
	margin-right: 20px;
}
.list li {
	clear: both;
	padding-bottom: 10px;
	list-style-type: none;
	font-size: 1em;
}
.item_block {
	padding: 30px;
	font-size: 0.8em;
}
p.news_item {
	color: #000;
	line-height: 1.4em;
	padding-bottom: 30px;
}
hr {
	background-color: #dadcdd;
	height: 1px;
}
.thumbnail {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 3px;
}
div.photo {
	padding-bottom: 30px;
	padding-top: 3px;
	clear: both;
	display: block;
}
.photo img {
	padding-bottom: 10px;
	clear: both;
	display: block;
}
.very_top {
	display: none;
}
.very_top_print {
}
.banner {
	margin-top: 30px;
	margin-bottom: 30px;
}
.rss_links {
	margin-bottom: 20px;
	margin-top: 20px;
}
.rss_links li {
	list-style-type: none;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rss_links img {
	vertical-align: middle;
}
.next {
	font-size: 0.8em;
	padding-top: 0px;
	display: block;
}
.print {
	font-size: 1em;
	text-align: right;
	display: none;
}
.columns {
	padding-top: 0px;
	padding-bottom: 20px;
}
.pagination {
	padding-top: 2em;
	display: none;
}
.active {
	color: #e69b09;
}
.footer_image a {
	color: #000;
	text-decoration: underline;
}
.footer_image {
	width: 950px;
	text-align: right;
	font-size: 0.6em;
	padding: 10px;
	color: #000;
}
table.content
	{
	clear: both;
	display: table;
	border-width: 0;
	border-left: 1px solid silver;
	border-color: silver;
	border-top: 1px solid silver;
	font-size: 1em;
	margin: 0 0 30px;
}
.content th	{
	height: 1em;
	border-width: 1px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background-color: silver;
	border-color: silver;
	text-align: center;
	vertical-align: middle;
	padding: 0.4em 0.8em;
}
.content td	{
	height: 1em;
	padding:0.4em 0.8em;
	border-width: 1px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background-color: #fff;
	border-color: silver;
	text-align: center;
	vertical-align: middle;
}
.gallery td {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
}
a, a:visited, a:active, a:focus
	{
	color: #2384a7;
	text-decoration: underline;
}
a:hover, a:visited:hover
	{
	color: #e69b09;
	text-decoration: none;
}
a.footer_link, a.footer_link:visited, a.footer_link:active, a.footer_link:focus
	{
	color: #000;
	text-decoration: underline;
}
a.footer_link:hover, a.footer_link:visited:hover
	{
	color: #000;
	text-decoration: underline;
}
.pagination {
	font-size: 1em;
}
h1 {
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-size: 1.8em;
	margin-bottom: 1.2em;
}
h2 {
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	margin-bottom: 1.2em;
}
.date {
	color: #979899;
	font-size: 0.8em;
	display: block;
	margin-top: -1.6em;
	margin-bottom: 2.6em;
}
input {
	width: 170px;
	border: 0 solid #000;
	height: 20px;
	padding: 4px;
}
.collapse {
        display: none;
}

.expand {
       display: block;
}

