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

a {
	color: #9bb902;
}
a:hover {
	color: #667a01;
}

img,
table {
	border: 0;
}

table.separator{
	width: 540px;
	background: url(../images/sep_sub_menu.gif) bottom repeat-x;
}

/* NAVIGATION BEGIN */
#sub-menu {
	background: #eceabc url(../images/bg_sub_menu.gif) left top no-repeat;
	margin: 0;
	padding: 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.separate {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 10px;
}
#sub-menu li a {
	color: #667a01;
	font-weight: bold;
	text-decoration: none;
}
#sub-menu li a:hover {
	text-decoration: underline;
}
#sub-menu li.red a {
	color: #c30;
}
/* 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 {
	vertical-align: top;
	width: 180px;
}
td.center-col {
	padding: 0 10px;
	vertical-align: top;
	width: 540px;
}
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 */


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