html {
	margin: 0;
	padding: 0;
}

body {
	background: #fbeec7 url(../img/bg.jpg) top right no-repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #222;
}

a {
	text-decoration: underline;
	color: #80b312;
}

a:hover {
	text-decoration: none;
	color: #111;
}

p > a {
	color: #000;
}

#wrap {
	margin: 0 auto;
	width: 1100px;
}

#header h1 {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 30px 0 10px 35px;
	color: #80b312;
}

#header h1 a {
	color: #80b312;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}

#header h1 a:hover {
	color: #000;
}

#content {
	padding: 0;
}

.right {
	float: right;
	width: 815px;
	text-align: justify;
}

.right > h2 {
	font-size: 15px;
	padding: 0 10px 0 10px;
	height: 24px;
	line-height: 24px;
	background-color: #80b312;
	color: #fff;
}

.right > h2 a {
	text-decoration: none;
	color: #fff;
}

.right h2 a:hover {
	color: #111;
}

.left {
	float: left;
	width: 260px;
}

.left h2 {
	height: 24px;
	line-height: 24px;
	background: #80b312;
	color: #fff;
	font-size: 15px;
	padding: 0 10px 0 20px;
}

.left ul {
	margin-top: -7px;
	padding: 0 10px 15px 20px;
	color: #80b312;
}

.left ul li {
	padding-top: 5px;
}

.left ul li a {
	text-decoration: underline;
	font-weight: 600;
}

.left ul li a:hover {
	text-decoration: none;
}

.left ul li.active, .left ul li.active > a {
      color: #777777;
}

.articles {
	padding: 0 10px 10px 10px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #aaa;
	margin-top: 10px;
	border-top: 1px dotted #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #111;
}

.submenu_item {
	margin-left: 18px;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #306300 !important;
	font-size: 11pt;
	font-weight: bold;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.menu_separator {
	list-style-type: none;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
