#body_wrapper {
	float: left;

	width: 100%;

	background-image: url('../images/ACCORD_main_bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;

	background-color: #9EAA60;
}

.div_row_block {
	float: left;

	width: 100%;
}

.row_left_col {
	float: left;

	width: 203px;
}

.row_right_col {
	float: left;

	width: 597px;
}

#top_content_banner {
	height: 80px;

	background-image: url('../images/Content-top-dark-blue.png');
	background-repeat: no-repeat;
	background-position: top left;
}


.menu_blue_button {
	width: 105px;
	height: 32px;

	float: left;
}

.menu_grey_button {
	width: 105px;
	height: 32px;

	float: left;
}

.menu_green_button {
	width: 104px;
	height: 32px;

	float: left;
}

.menu_orange_button {

	width: 105px;
	height: 32px;

	float: left;
}

.menu_red_button {
	width: 105px;
	height: 32px;

	float: left;
}



#menu_body {
	width: 566.2px;
	background-color: #D1EEFC;

	background-image: url('../images/content-bodytop-dark-blue.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#main_body {
	width: 567px;
	background-color: #fff;

	background-image: url('../images/content-body-dark-blue.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.content_wrapper {
	margin: 30px;
}

#left_menu {
	margin: 0;
	padding: 0;

	margin-left: 20px;

	list-style: none;

	margin-bottom: 50px;
}

#left_menu li {
	font-family: verdana;
	font-size: 11px;
	color: #043F90;

	margin-bottom: 10px;
}

#left_menu li a {
	font-family: verdana;
	font-size: 11px;
	color: #043F90;

	text-decoration: none;
}

.content_wrapper h1 {
	font-family: verdana;
	font-size: 24px;
	font-weight: 100;
	margin-top:10px;
	line-height:27px;


}

.content_wrapper {
	font-family: verdana;
	font-size: 11px;
	color: black;

	line-height: 17px;
}

.content_wrapper ul {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	line-height: 160%;
	list-style-image: url(../images/page-bullet.jpg);
	margin-left: 5px;
	padding-left: 10px;
	text-align: left;

}


