body {
	background: #fff;
	color: #333;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

a {: #4d8c21;
}
a:hover {
	color: #4d8c21;
}

img,
table {
	border: 0;
}

h1 {
	color: #743500;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0.5em 0 0.75em;
}
p {
	margin: 0 0 1.25em;
}
ol {
	margin: 0 0 0 22px;
	padding: 0;
}
ol li {
	padding: 0 0 0.5em 0;
}
ol li ol {
	padding: 0.5em 0;
}
ol li ol li {
	padding: 0 0 0.25em 0;
}


/* NAVIGATION BEGIN */
.main-menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu li {
	background: url(../images/bul_header_menu.gif) 0 4px no-repeat;
	padding-bottom: 4px;
	padding-left: 12px;
}
.main-menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.main-menu li a:hover, .main-menu li.active a, .main-menu li.active a:hover {
	color: #fdca01;
}
.col1 {
	padding-left: 25px;
	width: 285px;
}
.col2 {
	width: 185px;
}


#sub-menu {
	margin: 0;
	padding: 5px 5px 20px 5px;
	width: 170px;
}
#sub-menu li {
	background: url(../images/sep_sub_menu.gif) bottom repeat-x;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 6px 10px;
}
#sub-menu li.last {
	background: none;
}
#sub-menu li a {
	font-weight: bold;
	text-decoration: none;
}
#sub-menu li a:hover {
	text-decoration: underline;
}
#sub-menu li.active a, #sub-menu li.active a:hover {
	color: #333;
	text-decoration: none;
}
#sub-menu li.red a {
	color: #c30;
}

#sub-menu li ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#sub-menu li ul li {
	background: url(../images/bul_lvl3.gif) 0 8px no-repeat;
	padding: 4px 0 4px 9px;
}
#sub-menu li ul li ul li {
	background: url(../images/bul_lvl4.gif) 0 9px no-repeat;
	padding: 4px 0 2px 8px;
}
#sub-menu li ul li a {
	font-weight: normal;
}
/* NAVIGATION END */


/* HEADER BEGIN */
#header {
	background: url(../images/bg_header.jpg) left top no-repeat;
	font-size: 1.1em;
	height: 120px;
	margin: 0 auto;
	width: 940px;
}
#header td.logo {
	width: 135px;
}
#header td.menu-container {
	width: 520px;
}
#header td.search {
	width: 285px;
}
#header td.bottom {
	height: 20px;
}
#header td.menu-container table {
	width: 520px;
}
#header td.menu-container table td.epkk {
	height: 30px;
}
#header td.menu-container table td.menu {
	height: 70px;
}
/*
#header td.menu-container table td.menu table {
	margin: 0 0 0 45px;
	width: 475px;
}
#header td.menu-container table td.menu table td {
	padding: 2px 0;
}
#header td.menu-container table td.menu table a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
*/
#header td.search table {
	margin: 0 10px 0 auto;
}
#header td.search table td {
	padding: 8px 0;
	text-align: right;
}
#header td.search table td.links {
	padding-right: 10px;
}
#header td.search table td.links a {
	color: #000;
	font-weight: bold;
}
#header td.search table table td {
	padding: 2px 0 2px 0;
	text-align: left;
}
#header td.search table table a {
	color: #1c75b6;
	font-weight: bold;
}
#header td.search .form-button {
	width: 50px;
}
#header td.search .form-text {
	margin-right: 5px;
	width: 140px;
}
/* HEADER END */


/* CONTENT BEGIN */
#content-table {
	font-size: 1.1em;
	margin: 0 auto;
	width: 940px;
}

td.left-col {
	background: #f1f6ed url(../images/bg_sub_menu.gif) left top no-repeat;
	vertical-align: top;
	width: 220px;
}
td.center-col {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 20px;
	vertical-align: top;
	width: 720px;
}
td.right-col {
	vertical-align: top;
	width: 200px;
}
/* CONTENT END */


/* SIDEBAR BOXES BEGIN
.sb-box {
	margin-bottom: 10px;
	width: 200px;
}
.sb-box td.title {
	color: #fff;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	height: 40px;
	padding-left: 10px;
}
.sb-box td.btm {
	height: 15px;
}

.sb-box td.content ul {
	margin: 0;
	padding: 0 5px;
}
.sb-box td.content ul li {
	background: url(../images/sep_sb_box.gif) bottom repeat-x;
	list-style-type: none;
	margin: 0;
	padding: 4px 0 8px 6px;
}
.sb-box td.content ul li a {
	color: #667a01;
	text-decoration: none;
}
.sb-box td.content ul li a:hover {
	text-decoration: underline;
}

.sb-box.orange td.title {
	background: #fd6702 url(../images/sb_box_orange_title.gif) left top no-repeat;
}
.sb-box.orange td.content {
	background: #ffd384 url(../images/sb_box_orange_content.gif) left top no-repeat;
}
.sb-box.green td.title {
	background: #9bb902 url(../images/sb_box_green_title.gif) left top no-repeat;
}
.sb-box.green td.content {
	background: #eceabc url(../images/sb_box_green_content.gif) left top no-repeat;
}
.sb-box.dgreen td.title {
	background: #bac09b url(../images/sb_box_dgreen_title.gif) left top no-repeat;
}
.sb-box.dgreen td.content {
	background: #f2f0d8 url(../images/sb_box_dgreen_content.gif) left top no-repeat;
}


.poll {
	margin-bottom: 10px;
	width: 200px;
}
.poll td.content {
	background: #eceabc url(../images/poll_content.gif) left top no-repeat;
	color: #667a01;
	padding: 10px 10px 0 10px;
}
.poll td.content p {
	font-weight: bold;
	margin: 0 0 0.75em;
}
.poll td.content ul {
	margin: 0 0 1em 0;
	padding: 0;
}
.poll td.content ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}
SIDEBAR BOXES END */


/* FOOTER BEGIN */
#footer {
	border-top: 1px solid #b8d1a6;
	margin: 20px auto;
	width: 940px;
}
#footer td {
	padding: 10px 0;
 text-align: center;
}
#footer .adm {
	text-align: right;
	width: 75px;
}
/* FOOTER END */


/* FORMS BEGIN */
form {
	margin: 0;
}

.form-button {
	background: #3181bc;
	border: 0;
	color: #fff;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 6px;
}
.form-button.green {
	background: #9bb902;
}
.form-text {
	border: 1px solid #3181bc;
	font-size: 1.2em;
	padding: 2px 4px;
}
/* FORMS END */

/* edit 090105 */
#logo-maaelu {
	padding-top: 40px;
	text-align: center;
}
/* end edit 090105 */