@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #e1ec9c url(bg01.jpg) 0 0 repeat-x;
	color: #000;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	color: #9f5b4b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #8e9d38;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	color: #8e9d38;
}
h5 {
	font-size: 10px;
	color: #8e9d38;
}
/* =wrap 
-------------------------------------------------- */
#wrap {
	width: 980px;
	margin: 0 auto;
}
/* =top_head
-------------------------------------------------- */
div.top_head {
	padding: 0 0 0 16px;
	height: 28px;
}
div.top_head p.lang {
	float: left;
	margin-top: 6px;
	width: 117px;
	margin-right: 150px;
}
div.top_head p.lang a {
	font-weight: bold;
	color: #5b7000;
	border-right: 1px solid #849720;
	padding: 1px 10px 2px 10px;
}
div.top_head p.lang a.active {
	color: #fff;
}
div.top_head p.lang a.last {
	border-right: none;
	padding-right: 0;
}
div.top_head div.search_box {
	float: left;
	width: 315px;
}
div.top_head div.search_box p {
	float: left;
}
div.top_head div.search_box p.sitemap {
	margin-top: 7px;
	margin-right: 35px;
}
div.top_head div.search_box p.sitemap a {
	font-weight: bold;
	color: #5b7000;
}
div.top_head div.search_box p.input {
	margin-top: 4px;
	margin-right: 5px;
	background: url(bg02.png) 100% 0 no-repeat;
	width: 147px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 3px 7px 0;
}
*+ html div.top_head div.search_box p.input {
	margin-top: 3px;
}
* html div.top_head div.search_box p.input {
	margin-top: 3px;
}
div.top_head div.search_box p.input input {
	border: 0;
	background: none;
	width: 147px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
div.top_head div.search_box p.button {
	margin-top: 4px;
}
div.top_head div.search_box p.button a,
div.top_head div.search_box p.button a span {
	float: left;
	background: url(bg03.png) 0 0 no-repeat; 
}
div.top_head div.search_box p.button a {
	padding-left: 10px;
	color: #aebf40;
	font-weight: bold;
}
div.top_head div.search_box p.button a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.top_head div.login_box {
	float: right;
}
div.top_head div.login_box p {
	float: left;
	margin-top: 4px;
}
div.top_head div.login_box p.input {
	margin-right: 4px;
	background: url(bg04.png) 100% 0 no-repeat;
	width: 117px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 3px 7px 0;
}
*+ html div.top_head div.login_box p.input {
	margin-top: 3px;
}
* html div.top_head div.login_box p.input {
	margin-top: 3px;
}
div.top_head div.login_box p.input input {
	border: 0;
	background: none;
	width: 117px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
div.top_head div.login_box p.button a,
div.top_head div.login_box p.button a span {
	float: left;
	background: url(bg03.png) 0 0 no-repeat; 
}
div.top_head div.login_box p.button a {
	padding-left: 10px;
	color: #aebf40;
	font-weight: bold;
}
div.top_head div.login_box p.button a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.top_head div.login_box p.logged_in {
	float: left;
	padding-right: 10px;
	margin-top: 6px;
}
/* =header
-------------------------------------------------- */
div.header {
	height: 147px;
	background: url(bg05.jpg) 10px 100% no-repeat;
	position: relative;
}
div.header p.logo {
	position: absolute;
	top: 11px;
	left: 14px;
}
div.header ul.nav {
	float: right;
	padding-right: 5px;
	margin-top: 10px;
}
div.header ul.nav li {
	float: left;
	list-style: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-right: 5px;
}
div.header ul.nav li a {
	color: #8e9d38;
	background: url(bg06.png) 0 0 no-repeat;
	display: block;
	padding: 3px 0 4px 9px;
	width: 136px;
	text-decoration: none;
}
div.header ul.nav li a:hover {
	background-position: 0 -36px;
}
div.header ul.nav li.active a {
	background-position: 0 -72px;
	color: #9f5b4b;
}
div.header ul.nav li.active a:hover {
	background-position: 0 -72px;
}
/* =content
-------------------------------------------------- */
div.content {
	padding: 7px 0 0 11px;
}
div.leftbar {
	float: left;
	width: 200px;
	margin-right: 5px;
}
div.leftbar div.box {
	background: url(bg08.png) 0 0 repeat-y;
	margin-bottom: 18px;
}
div.leftbar div.box div.a {
	background: url(bg07.png) 0 0 no-repeat;
}
div.leftbar div.box div.a div.b {
	background: url(bg09.png) 0 100% no-repeat;
}
div.leftbar div.box ul {
	list-style: none;
	padding: 14px 0 8px 0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}
div.leftbar div.box ul li {
	width: 198px;
}
div.leftbar div.box ul li a {
	background: url(dot01.png) 10px 9px no-repeat;
	padding: 3px 0 3px 25px;
	display: block;
	font-weight: bold;
	color: #000;
}
div.leftbar div.box ul li.active {
	background: url(white.png) 0 0 repeat-x;
	margin-left: 1px;
}
div.leftbar div.box ul li.active a {
	background: url(ico08.png) 10px 9px no-repeat;
}
div.leftbar div.box ul li.active ul {
	margin: 0;
	padding: 0;
}
div.leftbar div.box ul li.active ul li {
	background: none;
}
div.leftbar div.box ul li.active ul li a {
	background: none;
	padding: 3px 0 3px 46px;
}
div.leftbar div.box ul li.active ul li.active {
	margin: 0 3px 0 1px;
}
div.leftbar div.box ul li.active ul li.active a {
	color: #fff;
	border-top: 1px solid #aebf40;
	background: #8e9d38 url(dot05.png) 33px 10px no-repeat;
}
div.leftbar p.heading {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8e9d38;
	padding-left: 9px;
}
div.leftbar div.calendar {
	width: 162px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 19px;
}
div.leftbar div.calendar table {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.leftbar div.calendar table tbody {
	background: #f7f7f7;
}
div.leftbar div.calendar table tbody td {
	padding: 2px 0;
	color: #666666;
}
div.leftbar div.calendar table tr.border td {
	border: 1px solid #8e9d38;
	border-width: 0 1px 1px 0;
}
div.leftbar div.calendar table tr.spec td {
	border-top: 1px solid #8e9d38;
}
div.leftbar div.calendar table tr td.left_border{
	border-left: 1px solid #8e9d38;
}
div.leftbar div.calendar table th {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 2px;
	color: #666666;
}
div.leftbar div.calendar table td {
	border-right: 1px solid #b2b2b2;
	width: 23px;
}
div.leftbar div.calendar table tbody td.event{
	background: #b8c852;
	font-weight: bold;
	width: 23px;
}
div.leftbar div.calendar table tbody td.today {
	font-weight: bold;
	color: #fff;
	background: #ff5400;
}
div.leftbar div.calendar table tbody td.today a {
	font-weight: bold;
	color: #fff;
}
div.leftbar div.calendar div.timeline p.month a.prev {
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 11px;
}
div.leftbar div.calendar div.timeline p.month a.next {
	float: right;
	text-decoration: none;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding-right: 11px;
}
div.leftbar div.calendar div.timeline p.month {
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
/* =centerbar 
-------------------------------------------------- */
div.centerbar {
	width: 570px;
	float: left;
	position: relative;
	padding-bottom: 31px;
	margin-right: 5px;
}
div.centerbar hr {
	height: 1px;
	border-bottom: 1px solid #c1d064;
	width: 100%;
	margin: 0 10px;
}
div.centerbar ul {
	list-style: none;
	margin-left: 20px;
}
div.centerbar ol {
	list-style-position: inside;
	line-height: 1.4em;
	margin-left: 20px;
}
div.centerbar ul li {
	background: url(ico03.png) 0 2px no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
}
div.centerbar ul li a {
	color: #555;
	font-weight: bold;
}
div.centerbar ul li ul {
	margin: 8px 0 16px;
	padding-left: 3px;
}
div.centerbar ul li ul li {
	background: url(dot01.png) 0 4px no-repeat;
	padding-left: 14px;
}
div.centerbar ul li ul li a {
	font-weight: normal;
	color: #000;
}
div.centerbar ul li ul li ul li a {
	color: #9f5b4b;
	text-decoration: underline;
}
div.centerbar ul li ul li ul {
	margin-bottom: 10px;
}
div.centerbar ul li ul li ul li {
	background: none;
}
div.centerbar ul li ul li ul li a:hover {
	text-decoration: none;
}
div.centerbar p.logo2 {
	position: absolute;
	bottom: -34px;
	right: -14px;
}
div.centerbar div.head {
	padding: 0 31px 0 22px;
	position: relative;
}
div.centerbar div.head p.corner {
	width: 6px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 17px;
}
div.centerbar div.head p.print {
	float: right;
	margin-top: 13px;
	width: 73px;
}
div.centerbar div.head p.print a {
	color: #7a7c7b;
	background: url(ico01.png) 100% 0 no-repeat;
	padding-right: 21px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
div.centerbar div.heading {
	float: left;
	margin-top: 0;
	width: 443px;
}
div.centerbar div.heading div.back {
	background: url(bg13.png) 100% 0 no-repeat;
	padding-top: 5px;
	float: left;
}
div.centerbar div.heading h1 {
	background: url(bg13.png) 100% 100% no-repeat;
	padding: 0px 24px 5px 15px;
	float: left;
	border-left: 1px solid #c1d064;
}
div.centerbar div.box {
	background: url(bg11.png) 0 0 repeat-y;
	margin-bottom: 10px;
}
div.centerbar div.box div.a {
	background: url(bg12.png) 0 100% no-repeat;
	padding-bottom: 15px;
}
div.centerbar div.box div.a div.b {
	background: url(bg10.png) 0 0 no-repeat;
	padding: 0 0 0 0;
}
div.centerbar div.box div.a div.plus {
	background: url(bg14.png) 0 0 no-repeat;
}
div.centerbar div.box div.a div.plus div.heading {
	width: 530px;
	float: left;
}
*+ html div.centerbar div.box div.a div.plus div.heading {
	width: 535px;
	padding-right: 0;
}
div.centerbar div.box div.a div.plus div.heading h1 {
	background: url(bg15.png) 100% 100% no-repeat;
}
div.centerbar div.box div.a div.plus div.heading div.back {
	padding-top: 5px;
	float: left;
	background: url(bg15.png) 100% 0 no-repeat;
}
div.centerbar div.box div.text {
	padding: 0 32px 0 23px;
	margin-top: 17px;
}
div.centerbar div.box div.text div.img {
	float: right;
	margin: 0 0 10px 10px;
}
div.centerbar div.box div.text img {
	border:1px solid #B0C565;
}
div.centerbar div.box div.text div.img p.pic {
	border: 1px solid #b0c565;
}
div.centerbar div.box div.text div.img p.name {
	text-align: right;
	margin-top: 8px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.box div.text p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
div.centerbar div.box div.text p.read_more {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.centerbar div.box div.text p.read_more a {
	background: url(ico02.png) 0 3px no-repeat;
	padding-left: 17px;
}
div.centerbar div.box div.last_news {
	padding: 0 32px 0 23px;
	margin-top: 12px;
}
div.centerbar div.box div.last_news div.news_item {
	margin-bottom: 10px;
}
div.centerbar div.box div.last_news div.news_item p.heading {
	font-size: 14px;
	color: #8e9d38;
	font-weight: bold;
}
div.centerbar div.box div.last_news div.news_item p.date {
	font-size: 11px;
	padding: 2px 0;
}
div.centerbar div.box div.last_news div.news_item p.read_more {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 11px;
}
div.centerbar div.box div.last_news div.news_item p.read_more a {
	background: url(ico02.png) 0 3px no-repeat;
	padding-left: 17px;
}
div.centerbar div.events {
	margin-top: 20px;
	min-height: 426px;
}
* html div.centerbar div.events {
	height: 426px;
}
div.centerbar div.events div.event_item {
	margin-bottom: 25px;
}
div.centerbar div.events div.event_item p {
	margin-bottom: 0;
}
div.centerbar div.events div.event_item p.heading {
	font-weight: bold;
	background: url(ico04.png) 0 2px no-repeat;
	padding-left: 21px;
}
div.centerbar div.events div.event_item p.heading a {
	color: #000;
}
div.centerbar div.events div.event_item p.text {
	padding-left: 21px;
}
div.centerbar div.separator {
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #d3d3d3;
}
div.centerbar ul.pager {
	margin-top: 7px;
	margin-left: 130px;
	margin-bottom: 20px;
}
div.centerbar ul.pager li {
	background: none;
	float: left;
	font-weight: normal;
	padding: 0;
	margin-right: 11px;
}
div.centerbar ul.pager li a {
	font-weight: normal;
	color: #9f5b4b;
	text-decoration: underline;
	padding: 0;
}
div.centerbar ul.pager li a:hover {
	text-decoration: none;
}
div.centerbar ul.pager li.active a {
	color: #555;
	text-decoration: none;
}
div.centerbar ul.pager li.prev a {
	background: url(ico05.png) 0 5px no-repeat;
	padding-left: 10px;
}
div.centerbar ul.pager li.next a {
	background: url(ico06.png) 100% 5px no-repeat;
	padding-right: 10px;
}
div.centerbar div.feedback {
	min-height: 426px;
}
* html div.centerbar div.feedback {
	height: 426px;
}
div.centerbar div.feedback table {
	margin: 20px 0 0 60px;
}
div.centerbar div.feedback table th {
	text-align: right;
	padding: 7px 10px 3px 0;
	font-weight: normal;
	vertical-align: top;
}
div.centerbar div.feedback table td {
	padding: 4px 0 3px 0;
}
div.centerbar div.feedback table input {
	background: url(bg21.png) 0 0 no-repeat;
	border: 1px solid #c1d064;
	font-size: 11px;
	padding: 3px 3px;
	width: 144px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.feedback table textarea {
	background: url(bg21.png) 0 0 no-repeat;
	border: 1px solid #c1d064;
	font-size: 11px;
	padding: 3px 3px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.feedback table p.button {
	margin-left: 104px;
}
div.centerbar div.feedback table p.button a,
div.centerbar div.feedback table p.button a span {
	float: left;
	background: url(bg22.png) 0 0 no-repeat; 
}
div.centerbar div.feedback table p.button a {
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}
div.centerbar div.feedback table p.button a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.centerbar div.gallup {
	min-height: 443px;
}
* html div.centerbar div.gallup {
	height: 443px;
}
div.centerbar div.gallup p.question {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 22px;
}
div.centerbar div.gallup table {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	margin-top: 10px;
}
div.centerbar div.gallup table p.answer {
	background: url(ico03.png) 0 2px no-repeat;
	padding-left: 18px;
}
div.centerbar div.gallup table p.bar {
	width: 189px;
	height: 5px;
	background: #ececec;
	margin-top: 4px;
}
div.centerbar div.gallup table p.bar span {
	background: url(bg23.png) 0 0 repeat-x;
	padding-left: 100px;
}
*+ html div.centerbar div.gallup table p.bar span {
	display: inline-block;
}
* html div.centerbar div.gallup table p.bar span {
	display: inline-block;
}
div.centerbar div.gallup table p.bar1 {
	width: 189px;
	height: 5px;
	background: #ececec;
	margin-top: 4px;
}
div.centerbar div.gallup table p.bar1 span {
	background: url(bg23.png) 0 0 repeat-x;
	padding-left: 40px;
}
*+ html div.centerbar div.gallup table p.bar1 span {
	display: inline-block;
}
* html div.centerbar div.gallup table p.bar1 span {
	display: inline-block;
}
div.centerbar div.gallup table p.bar2 {
	width: 189px;
	height: 5px;
	background: #ececec;
	margin-top: 4px;
}
div.centerbar div.gallup table p.bar2 span {
	background: url(bg23.png) 0 0 repeat-x;
	padding-left: 20px;
}
*+ html div.centerbar div.gallup table p.bar2 span {
	display: inline-block;
}
* html div.centerbar div.gallup table p.bar2 span {
	display: inline-block;
}
div.centerbar div.gallup table td {
	padding: 0 14px 0 0;
}
div.centerbar div.gallup ul.old_questions {
	list-style: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-top: 16px;
}
div.centerbar div.gallup ul.old_questions li {
	background: url(ico04.png) 0 2px no-repeat;
}
div.centerbar div.gallup ul.old_questions li a {
	color: #9f5b4b;
	font-weight: normal;
	font-size: 12px;
}
div.centerbar div.forum {
	padding-bottom: 20px;
	min-height: 443px;
}
* html div.centerbar div.forum {
	height: 443px;
}
div.centerbar div.forum p.back_link {
	float: right;
	padding: 0 15px 8px 0;
	margin-top: 18px;
}
div.centerbar div.forum table.forum_table {
	width: 550px;
	margin: 0 0 0 9px;
}
div.centerbar div.forum table.forum_table thead {
	background: #e1ec9c url(bg24.png) 0 0 no-repeat;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.centerbar div.forum table.forum_table thead th {
	text-align: center;
	font-weight: normal;
	padding: 4px 8px;
}
div.centerbar div.forum table.forum_table .left {
	text-align: left;
}
div.centerbar div.forum table.forum_table .right {
	text-align: right;
}
div.centerbar div.forum table.forum_table tbody {
}
div.centerbar div.forum table.forum_table tbody td {
	text-align: center;
	padding: 4px 8px;
	border-right: 1px solid #e1ec9c;
	vertical-align: top;
}
div.centerbar div.forum table.forum_table tbody td.noborder {
	border-right: 0;
}
div.centerbar div.forum table.forum_table tbody td a {
	color: #000;
}
div.centerbar div.forum table.forum_table tbody tr.row td {
	background: #f5f9df;
}
div.centerbar div.forum ul.pager {
	margin: 10px 0 20px 180px !important;
}
div.centerbar div.forum table.add {
	margin: 20px 0 0 30px;
}
div.centerbar div.forum table.more_pad {
	margin-left: 47px;
}
div.centerbar div.forum table.add th {
	text-align: right;
	padding: 7px 10px 3px 0;
	font-weight: normal;
	vertical-align: top;
}
div.centerbar div.forum table.add td {
	padding: 4px 0 3px 0;
}
div.centerbar div.forum table.add input {
	background: url(bg21.png) 0 0 no-repeat;
	border: 1px solid #c1d064;
	font-size: 11px;
	padding: 3px 3px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.forum table.add textarea {
	background: url(bg21.png) 0 0 no-repeat;
	border: 1px solid #c1d064;
	font-size: 11px;
	padding: 3px 3px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.forum table.add p.button {
	margin-left: 90px;
}
div.centerbar div.forum table.add p.dif {
	margin-left: 82px;
}
div.centerbar div.forum table.add p.button a,
div.centerbar div.forum table.add p.button a span {
	float: left;
	background: url(bg22.png) 0 0 no-repeat; 
}
div.centerbar div.forum table.add p.button a {
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}
div.centerbar div.forum table.add p.button a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.centerbar div.add_theme {
	padding: 0 0 0 23px;
}
div.centerbar div.add_theme p.error {
	padding-left: 17px;
	background: url(ico07.png) 0 2px no-repeat;
	font-weight: bold;
	margin-top: 12px;
}
/* =rightbar 
-------------------------------------------------- */
div.rightbar {
	float: left;
	width: 184px;
}
div.rightbar p.heading {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8e9d38;
	padding-left: 6px;
}
div.rightbar div.poll {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
div.rightbar div.poll p.question {
	font-weight: bold;
	padding-left: 7px;
}
div.rightbar div.poll table {
	margin-top: 10px;
}
div.rightbar div.poll table td {
	vertical-align: top;
	padding: 1px 0 1px 7px;
}
div.rightbar div.separator {
	font-size: 1px;
	height: 1px;
	border-bottom: 1px solid #aebf40;
	margin: 5px 0 12px 0;
}

div.rightbar p.answer {
	margin-left: 64px;
}
div.rightbar p.answer a,
div.rightbar p.answer a span {
	float: left;
	background: url(bg16.png) 0 0 no-repeat; 
}
div.rightbar p.answer a {
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}
div.rightbar p.answer a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.rightbar p.link {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	padding-left: 10px;
}
div.rightbar p.link a {
	text-decoration: underline;
}
div.rightbar p.link a:hover {
	text-decoration: none;
}
div.rightbar div.box {
	background: url(bg19.png) 0 0 repeat-y;
	margin-bottom: 10px;
}
div.rightbar div.intra {
	background: url(bg26.png) 0 0 repeat-y;
}
div.rightbar div.a {
	background: url(bg18.png) 0 0 no-repeat;
	height: 5px;
}
div.rightbar div.a_intra {
	background: url(bg25.png) 0 0 no-repeat;
	height: 5px;
}
div.rightbar div.box div.b {
	background: url(bg20.png) 0 100% no-repeat;
	padding: 11px 0 9px 0;
}
div.rightbar div.intra div.b {
	background: url(bg27.png) 0 100% no-repeat;
}
div.rightbar div.box ul {
	list-style: none;
	width: 180px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.rightbar div.box ul li {
	margin-left: 1px;
	width: 178px;
	padding: 3px 0;
}
div.rightbar div.box ul li a {
	color: #9f5b4b;
	font-weight: bold;
	padding-left: 21px;
	background: url(dot04.png) 8px 6px no-repeat;
}
div.rightbar div.intra div.b ul li a {
	color: #000;
	background: url(dot01.png) 8px 6px no-repeat;
}
div.rightbar div.box ul li.active {
	background: #fff;
}
div.rightbar div.box ul li.active  a {
	background: url(ico08.png) 8px 6px no-repeat;
}

/* Indreku ja Martini lisatud read */

/* Et hilinenud kalendri laadimisega ei hakkaks jalus hüppama */
div.leftbar div.calendar{
	min-height: 160px;
}

/* Gallupi tulemused paremal serval */
div.rightbar div.poll table td div.answer {
	height: 2px;
	background: #fff;
	width: 175px;
	margin: 2px 0;
}
div.rightbar div.poll table td div.answer p {
	height: 3px;
	background: #8e9d38;
	width: 20px;
}
div.rightbar div.poll p.answered {
	padding-left: 7px;
	margin-top: 4px;
	margin-bottom: 5px;
}

/* toetajad */

img.toetaja {
	margin-left: 18px;
	margin-bottom: 30px;
}

/* =footer
-------------------------------------------------- */
div.footer {
	background: #aebf40;
	height: 38px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	position: relative;*/
}
div.footer div.cont {
	width: 570px;
	margin: 0 auto;
	position: relative;
}
div.footer div.cont p {
	margin-left: 18px;
	padding-top: 6px;
}
div.footer div.cont p a {
	color: #000;
	text-decoration: underline;
	padding-left: 5px;
}
div.footer div.cont p a:hover {
	text-decoration: none;
}
div.footer .adm {
	background: url(adm.png) 0 0 no-repeat;
	display: block;
	height: 21px;
	position: absolute;
	text-indent: -9999px;
	top: 10px; right: -120px;
	width: 36px;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}
