body
{
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	color: #6e6e63;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	font-size: 12px;
}

form
{
	padding: 0;
	margin: 0;
}

p
{
	margin: 10px 0 10px 0;
}

.i_hate_spam
{
	unicode-bidi: bidi-override;
	direction: rtl;
}

.bold
{
	font-weight: bold;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.margin_top_10
{
	margin-top: 10px;
}

a.brown_bold
{
	color: #67634b;
	font-weight: bold;
	text-decoration: none;
}

a.brown_bold:hover
{
	text-decoration: underline;
}

a.brown_underline
{
	color: #67634b;
}

a.brown_underline:hover
{
	text-decoration: none;
}

a.brown
{
	color: #67634b;
	text-decoration: none;
}

a.brown:hover
{
	text-decoration: underline;
}

a.white_bold
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.white_bold:hover
{
	text-decoration: underline;
}

div#background_top
{
	background: url(../images/background_top.jpg) repeat-x;
	width: 100%;
	float: left;
}

div#page_center
{
	width: 926px;
	margin: auto;
}

div#page_background
{
	background-image: url(../images/page_background.jpg);
	width: 926px;
	float: left;
}

div#header
{
	background-image: url(../images/header.jpg);
	width: 902px;
	height: 253px;
	padding: 40px 0 0 24px;
}

a#logo
{
	width: 241px;
	height: 209px;
	display: block;
	float: left;
	margin-right: 1px;
}

div#header_image
{
	background-image: url(../images/header_image.jpg);
	width: 638px;
	height: 209px;
	float: left;
}

ul#menu
{
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 822px;
	position: relative;
}

ul#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu li
{
	 float: left;
}

ul#menu li ul
{
	position: absolute;
	width: 158px;
	left: -999em;
	clear: left;
}

ul#menu li:hover ul
{
	left: auto;
	top: 33px;
	margin-left: 10px;
}

li.menu_separator
{
	height: 18px;
	float: left;
	width: 21px;
	margin-top: 9px;
	background-image: url(../images/menu_separator.png);
}

a.main_menu_item
{
	display: block;
	height: 27px;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 6px 9px 0 10px;
	float: left;
	font-weight: bold;
	background: url(../images/menu_hover.jpg) 0 200px repeat-x;
	font-family: "Times New Roman";
	font-size: 16px;
}

ul#menu li:hover a.main_menu_item
{
	text-decoration: underline;
}

a.menu_item
{
	color: white;
	text-decoration: none;
	width: 150px;
	height: 20px;
	display: block;
	padding: 2px 0 2px 4px;
	border-left: 1px solid #837c65;
	border-right: 1px solid #837c65;
	border-bottom: 1px solid #837c65;
	background: url(../images/menuitem_background.jpg) 0 27px;
	font-weight: bold;
	font-family: "Times New Roman";
	font-size: 14px;
}

a.menu_item:hover
{
	background-position: 0 54px;
}

div#left_column
{
	width: 257px;
	float: left;
	padding: 0 0 10px 24px;
}

div#left_column_top
{
	background: url(../images/left_column_top.jpg) no-repeat;
	width: 241px;
	float: left;
}

div#left_column_middle
{
	background: url(../images/left_column_middle.jpg);
	width: 241px;
	float: left;
}

div#left_column_bottom
{
	background: url(../images/left_column_bottom.jpg) no-repeat bottom;
	width: 235px;
	float: left;
	padding: 5px 0 10px 6px;
}

div.left_box_header
{
	background: url(../images/left_box_header.jpg) no-repeat;
	width: 229px;
	float: left;
}

div.left_box_title
{
	font-size: 19px;
	font-family: "Times New Roman";
	padding: 6px 0 0 12px;
	color: #394d04;
	width: 217px;
	height: 18px;
	float: left;
	margin-bottom: 5px;
}

div.left_box_content
{
	width: 205px;
	float: left;
	padding: 0 12px 0 12px;
}

div.left_news_date
{
	font-size: 10px;
	margin-bottom: 10px;
}

div.left_news_title
{
	font-weight: bold;
	margin-top: 10px;
}

ul.menu
{
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
}

ul.menu li
{
	width: 176px;
	float: left;
	background: url(../images/menu_leaf.png) no-repeat 0 9px;
	padding: 7px 0 0 29px;
}

ul.menu li a
{
	width: 173px;
	float: left;
	display: block;
}

.margin_right_13
{
	margin-right: 13px;
}

div.left_more_link
{
	text-align: right;
	background: url(../images/brown_arrow.png) no-repeat right 14px;
	padding: 10px 8px 0 0;
	width: 194px;
	float: left;
}

img.left_border
{
	float: left;
	border: 2px solid #9a9278;
}

div#right_column
{
	width: 645px;
	float: left;
	padding-bottom: 10px;
}

div#content_top
{
	background: url(../images/content_top.jpg) no-repeat;
	width: 622px;
	float: left;
}

div#content_middle
{
	background: url(../images/content_middle.jpg);
	width: 622px;
	float: left;
}

div#content_bottom
{
	background: url(../images/content_bottom.jpg) no-repeat bottom;
	width: 616px;
	float: left;
	padding: 5px 0 10px 6px;
}

div.content_header
{
	background: url(../images/content_header.jpg) no-repeat;
	width: 611px;
	float: left;
}

div.content_title
{
	font-size: 19px;
	font-family: "Times New Roman";
	padding: 6px 0 0 12px;
	color: #394d04;
	width: 599px;
	height: 18px;
	float: left;
	margin-bottom: 15px;
}

div#content
{
	padding: 0 12px 0 12px;
}

div#footer_container
{
	background-image: url(../images/background.jpg);
	float: left;
}

div#footer
{
	background: url(../images/footer.jpg) no-repeat;
	padding: 18px 15px 9px 15px;
	width: 896px;
	color: white;
	font-weight: bold;
	float: left;
}