body {
	background-color: #FFF;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.wrapper {
	background-image: url(images/bg.jpg);
	height: 888px;
	width: 1215px;
	margin-top: 0px;
	margin-left: 0px;
}
.menu_left {
	width: 160px;
	margin-top: 270px;
	margin-left: 168px;
	clear: both;
	float: left;
	list-style-type: none;
}
.main_content_wrapper {
	height: auto;
	width: 702px;
	float: left;
	margin-top: 270px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.footer {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	clear: left;
	height: 17px;
	width: 883px;
	margin-left: 168px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 3px;
	text-align: center;
}
.content_left {
	float: left;
	width: 335px;
	background-color: #FFF;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 5px;
}
.content_right {
	color: #000;
	float: right;
	width: 305px;
	margin-left: 10px;
	margin-top: 0px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.footer a:link,.footer a:active,.footer a:visited {
	color: #FFF;
	text-decoration: none;	
}
.footer a:hover {
	text-decoration: underline;
	
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu_left li a:link,.menu_left li a:active,.menu_left li a:visited {
	background-color: #414142;
	width: 140px;
	display:block;
	margin-bottom:2px;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.menu_left li a:hover {
	text-decoration: underline;
}
h1 {
	display:none;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #EA6925;
	font-weight: bold;
	margin: 0px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #EA6925;
	font-weight: bold;
	margin: 0px;
}

.p_orange {
	color: #EA6925;
	font-weight: bold;
}

.news_content_right {
	color: #000;
	float: right;
	width: 320px;
	margin-top: 0px;
	background-color: #FFF;
	margin-bottom: 10px;
}
.org_content_left {
	float: left;
	width: 665px;
	background-color: #FFF;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 5px;
}
p a:link,p a:hover,p a:active,p a:visited {
	text-decoration: none;
	color: #00F;
}
p a:hover {
	text-decoration: underline;
}

