body,
form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#343434;
	background-color:#e3f6db;
}

form {
	background:none;
}

a {
	color:#343434;
}

p {
	margin-top:0px;
}

h1 {
	margin-top:0px;
	font-size:14px;
	margin-bottom:5px;
}

td.border_left {
	width:7px;
	background-image:url(img/boder-left.png);
	background-repeat:repeat-y;
}

td.border_right {
	width:7px;
	background-image:url(img/boder-right.png);
	background-repeat:repeat-y;
}

table.menu_content {
	background-color:#FFFFFF;
}

td.menu {
	width:182px;
	vertical-align:top;
	height:100%;
	padding-bottom:8px;
}

td.menu_header {
	width:182px;
	height:25px;
}

td.menu_bottom {
	width:182px;
	height:3px;
}

td.menu_items {
	background-image:url(img/menu-right-bg.png);
	background-position:right;
	background-repeat:repeat-y;
	vertical-align:top;
}

td.menu_items a {
	text-decoration:none;
	font-weight:bold;
}

td.menu_items ul.first_level {
	margin:5px 4px 40px 4px;
	padding:0px;
}

td.menu_items ul.first_level li {
	list-style-type:none;
}

td.menu_items ul.second_level {
	margin-left:6px;
	padding:0px;
	padding-bottom:15px;
	display:none;
}

td.menu_items ul.second_level a {
	font-weight:normal;
}

td.content {
	width:704px;
	height:300px;
	padding:20px 13px 8px 13px;
}

td.footer {
	border-top:solid 1px #176011;
	border-bottom:solid 1px #176011;
	height:55px;
	vertical-align:middle;
	text-align:center;
}

td.footer table {
	height:55px;
}

td.footer table td {
	height:55px;
}

.submenu{
	margin-left:6px;
	padding:0px;
	padding-bottom:15px;
}